Skip to content

Commit 6197d43

Browse files
authored
Bump Couchase SDK to 324 on 50x. (#1290)
Also incorporates minor changes from main. Closes #1284.
1 parent 1970126 commit 6197d43

File tree

7 files changed

+5
-9
lines changed

7 files changed

+5
-9
lines changed

src/main/java/org/springframework/data/couchbase/core/CouchbaseTemplateSupport.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ public void setApplicationContext(ApplicationContext applicationContext) throws
196196
/**
197197
* Set the {@link EntityCallbacks} instance to use when invoking
198198
* {@link org.springframework.data.mapping.callback.EntityCallback callbacks} like the {@link BeforeConvertCallback}.
199-
* <p/>
199+
* <p>
200200
* Overrides potentially existing {@link EntityCallbacks}.
201201
*
202202
* @param entityCallbacks must not be {@literal null}.

src/main/java/org/springframework/data/couchbase/core/ReactiveCouchbaseTemplateSupport.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ public void setApplicationContext(ApplicationContext applicationContext) throws
206206
* Set the {@link ReactiveEntityCallbacks} instance to use when invoking
207207
* {@link org.springframework.data.mapping.callback.ReactiveEntityCallbacks callbacks} like the
208208
* {@link ReactiveBeforeConvertCallback}.
209-
* <p/>
209+
* <p>
210210
* Overrides potentially existing {@link EntityCallbacks}.
211211
*
212212
* @param reactiveEntityCallbacks must not be {@literal null}.

src/main/java/org/springframework/data/couchbase/core/mapping/CouchbaseList.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -186,10 +186,8 @@ public final boolean isEmpty() {
186186

187187
/**
188188
* Verifies that only values of a certain and supported type can be stored.
189-
* <p/>
190189
* <p>
191190
* If this is not the case, a {@link IllegalArgumentException} is thrown.
192-
* </p>
193191
*
194192
* @param value the object to verify its type.
195193
*/

src/main/java/org/springframework/data/couchbase/repository/support/ViewPostProcessor.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ public ViewMetadataProvider getViewMetadataProvider() {
6262

6363
/**
6464
* {@link MethodInterceptor} to inspect the currently invoked {@link Method} for a {@link View} annotation.
65-
* <p/>
65+
* <p>
6666
* If a View annotation is found, it will bind it to a locally held ThreadLocal for later lookup in the
6767
* SimpleCouchbaseRepository class.
6868
*

src/test/java/org/springframework/data/couchbase/util/ClusterInvocationProvider.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@
3131
* <p>
3232
* Note that the internals on what and how the containers are managed is up to the {@link TestCluster} implementation,
3333
* and if it is unmanaged than this very well be mostly a "stub".
34-
* </p>
3534
*
3635
* @since 2.0.0
3736
*/

src/test/java/org/springframework/data/couchbase/util/TestClusterConfig.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,6 @@ public Optional<X509Certificate> clusterCert() {
7979
* Finds the first node with a given service enabled in the config.
8080
* <p>
8181
* This method can be used to find bootstrap nodes and similar.
82-
* </p>
8382
*
8483
* @param service the service to find.
8584
* @return a node config if found, empty otherwise.

src/test/java/org/springframework/data/couchbase/util/Util.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ public class Util {
3333
* Waits and sleeps for a little bit of time until the given condition is met.
3434
*
3535
* <p>Sleeps 1ms between "false" invocations. It will wait at most one minute to prevent hanging forever in case
36-
* the condition never becomes true.</p>
36+
* the condition never becomes true.
3737
*
3838
* @param supplier return true once it should stop waiting.
3939
*/
@@ -83,7 +83,7 @@ public static boolean threadRunning(final String name) {
8383
* Reads a file from the resources folder (in the same path as the requesting test class).
8484
*
8585
* <p>The class will be automatically loaded relative to the namespace and converted
86-
* to a string.</p>
86+
* to a string.
8787
*
8888
* @param filename the filename of the resource.
8989
* @param clazz the reference class.

0 commit comments

Comments
 (0)