You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CODE_OF_CONDUCT.adoc
+1-1
Original file line number
Diff line number
Diff line change
@@ -24,4 +24,4 @@ Instances of abusive, harassing, or otherwise unacceptable behavior may be repor
24
24
All complaints will be reviewed and investigated and will result in a response that is deemed necessary and appropriate to the circumstances.
25
25
Maintainers are obligated to maintain confidentiality with regard to the reporter of an incident.
26
26
27
-
This Code of Conduct is adapted from the http://contributor-covenant.org[Contributor Covenant], version 1.3.0, available at http://contributor-covenant.org/version/1/3/0/[contributor-covenant.org/version/1/3/0/].
27
+
This Code of Conduct is adapted from the https://contributor-covenant.org[Contributor Covenant], version 1.3.0, available at https://contributor-covenant.org/version/1/3/0/[contributor-covenant.org/version/1/3/0/].
Copy file name to clipboardExpand all lines: spring-data-mongodb/src/main/java/org/springframework/data/mongodb/core/aggregation/AggregationSpELExpression.java
+1-1
Original file line number
Diff line number
Diff line change
@@ -20,7 +20,7 @@
20
20
21
21
/**
22
22
* An {@link AggregationExpression} that renders a MongoDB Aggregation Framework expression from the AST of a
Copy file name to clipboardExpand all lines: spring-data-mongodb/src/main/java/org/springframework/data/mongodb/repository/support/MongodbDocumentSerializer.java
+1-1
Original file line number
Diff line number
Diff line change
@@ -39,7 +39,7 @@
39
39
* </p>
40
40
* <p>
41
41
* Original implementation source {@link com.querydsl.mongodb.MongodbSerializer} by {@literal The Querydsl Team}
42
-
* (<a href="http://www.querydsl.com/team">http://www.querydsl.com/team</a>) licensed under the Apache License, Version
42
+
* (<a href="https://www.querydsl.com/team">https://www.querydsl.com/team</a>) licensed under the Apache License, Version
43
43
* 2.0.
44
44
* </p>
45
45
* Modified to use {@link Document} instead of {@link com.mongodb.DBObject}, updated nullable types and code format. Use
Copy file name to clipboardExpand all lines: spring-data-mongodb/src/main/java/org/springframework/data/mongodb/repository/support/QuerydslAbstractMongodbQuery.java
+1-1
Original file line number
Diff line number
Diff line change
@@ -34,7 +34,7 @@
34
34
* {@code QuerydslAbstractMongodbQuery} provides a base class for general Querydsl query implementation.
35
35
* <p>
36
36
* Original implementation source {@link com.querydsl.mongodb.AbstractMongodbQuery} by {@literal The Querydsl Team}
37
-
* (<a href="http://www.querydsl.com/team">http://www.querydsl.com/team</a>) licensed under the Apache License, Version
37
+
* (<a href="https://www.querydsl.com/team">https://www.querydsl.com/team</a>) licensed under the Apache License, Version
38
38
* 2.0.
39
39
* </p>
40
40
* Modified for usage with {@link MongodbDocumentSerializer}.
Copy file name to clipboardExpand all lines: spring-data-mongodb/src/main/java/org/springframework/data/mongodb/repository/support/QuerydslAnyEmbeddedBuilder.java
+1-1
Original file line number
Diff line number
Diff line change
@@ -27,7 +27,7 @@
27
27
* {@code QuerydslAnyEmbeddedBuilder} is a builder for constraints on embedded objects.
28
28
* <p>
29
29
* Original implementation source {@link com.querydsl.mongodb.AnyEmbeddedBuilder} by {@literal The Querydsl Team}
30
-
* (<a href="http://www.querydsl.com/team">http://www.querydsl.com/team</a>) licensed under the Apache License, Version
30
+
* (<a href="https://www.querydsl.com/team">https://www.querydsl.com/team</a>) licensed under the Apache License, Version
31
31
* 2.0.
32
32
* </p>
33
33
* Modified for usage with {@link QuerydslAbstractMongodbQuery}.
Copy file name to clipboardExpand all lines: spring-data-mongodb/src/main/java/org/springframework/data/mongodb/repository/support/QuerydslJoinBuilder.java
+1-1
Original file line number
Diff line number
Diff line change
@@ -25,7 +25,7 @@
25
25
* {@code QuerydslJoinBuilder} is a builder for join constraints.
26
26
* <p>
27
27
* Original implementation source {@link com.querydsl.mongodb.JoinBuilder} by {@literal The Querydsl Team}
28
-
* (<a href="http://www.querydsl.com/team">http://www.querydsl.com/team</a>) licensed under the Apache License, Version
28
+
* (<a href="https://www.querydsl.com/team">https://www.querydsl.com/team</a>) licensed under the Apache License, Version
29
29
* 2.0.
30
30
* </p>
31
31
* Modified for usage with {@link QuerydslAbstractMongodbQuery}.
0 commit comments