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: spring-boot-actuator/src/main/java/org/springframework/boot/actuate/autoconfigure/HealthIndicatorAutoConfiguration.java
+1-1
Original file line number
Diff line number
Diff line change
@@ -183,7 +183,7 @@ public HealthIndicator cassandraHealthIndicator() {
Copy file name to clipboardExpand all lines: spring-boot-actuator/src/test/java/org/springframework/boot/actuate/autoconfigure/HealthIndicatorAutoConfigurationTests.java
+2-1
Original file line number
Diff line number
Diff line change
@@ -449,7 +449,8 @@ public void couchbaseHealthIndicator() throws Exception {
Copy file name to clipboardExpand all lines: spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/couchbase/CouchbaseAutoConfiguration.java
Copy file name to clipboardExpand all lines: spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/couchbase/CouchbaseProperties.java
+5-3
Original file line number
Diff line number
Diff line change
@@ -34,15 +34,16 @@
34
34
publicclassCouchbaseProperties {
35
35
36
36
/**
37
-
* Automatically create views and indexes. Use the meta-data provided by "@ViewIndexed",
38
-
* "@N1qlPrimaryIndexed" and "@N1qlSecondaryIndexed".
37
+
* Automatically create views and indexes. Use the meta-data provided by
38
+
* "@ViewIndexed", "@N1qlPrimaryIndexed" and "@N1qlSecondaryIndexed".
39
39
*/
40
40
privatebooleanautoIndex;
41
41
42
42
/**
43
43
* Couchbase nodes (host or IP address) to bootstrap from.
Copy file name to clipboardExpand all lines: spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/data/couchbase/CouchbaseRepositoriesRegistrar.java
Copy file name to clipboardExpand all lines: spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/data/redis/RedisAutoConfiguration.java
+4-3
Original file line number
Diff line number
Diff line change
@@ -132,7 +132,8 @@ protected final RedisClusterConfiguration getClusterConfiguration() {
Copy file name to clipboardExpand all lines: spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/data/redis/RedisProperties.java
+2-2
Original file line number
Diff line number
Diff line change
@@ -195,8 +195,8 @@ public void setMaxWait(int maxWait) {
195
195
publicstaticclassCluster {
196
196
197
197
/**
198
-
* Comma-separated list of "host:port" pairs to bootstrap from. This represents
199
-
* an "initial" list of cluster nodes and is required to have at least one entry.
198
+
* Comma-separated list of "host:port" pairs to bootstrap from. This represents an
199
+
* "initial" list of cluster nodes and is required to have at least one entry.
Copy file name to clipboardExpand all lines: spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/jdbc/DataSourceConfiguration.java
+8-6
Original file line number
Diff line number
Diff line change
@@ -52,9 +52,10 @@ static class Tomcat extends DataSourceConfiguration {
Copy file name to clipboardExpand all lines: spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/solr/SolrAutoConfiguration.java
Copy file name to clipboardExpand all lines: spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/web/ResourceProperties.java
+2-2
Original file line number
Diff line number
Diff line change
@@ -170,8 +170,8 @@ public static class Chain {
170
170
privatebooleanhtmlApplicationCache = false;
171
171
172
172
/**
173
-
* Enable resolution of already gzipped resources. Checks for a resource
174
-
* name variant with the *.gz extension.
173
+
* Enable resolution of already gzipped resources. Checks for a resource name
Copy file name to clipboardExpand all lines: spring-boot-autoconfigure/src/test/java/org/springframework/boot/autoconfigure/couchbase/CouchbaseAutoConfigurationTests.java
+28-16
Original file line number
Diff line number
Diff line change
@@ -65,18 +65,24 @@ public void bucketNameIsRequired() {
Copy file name to clipboardExpand all lines: spring-boot-autoconfigure/src/test/java/org/springframework/boot/autoconfigure/couchbase/CouchbaseTestConfiguration.java
Copy file name to clipboardExpand all lines: spring-boot-autoconfigure/src/test/java/org/springframework/boot/autoconfigure/data/couchbase/CouchbaseRepositoriesAutoConfigurationTests.java
Copy file name to clipboardExpand all lines: spring-boot-autoconfigure/src/test/java/org/springframework/boot/autoconfigure/data/redis/RedisAutoConfigurationTests.java
+2-3
Original file line number
Diff line number
Diff line change
@@ -110,9 +110,8 @@ public void testRedisConfigurationWithCluster() throws Exception {
Copy file name to clipboardExpand all lines: spring-boot-autoconfigure/src/test/java/org/springframework/boot/autoconfigure/jdbc/DataSourceAutoConfigurationTests.java
+2-2
Original file line number
Diff line number
Diff line change
@@ -134,7 +134,8 @@ public void hikariIsFallback() throws Exception {
Copy file name to clipboardExpand all lines: spring-boot-autoconfigure/src/test/java/org/springframework/boot/autoconfigure/thymeleaf/ThymeleafAutoConfigurationTests.java
+1
Original file line number
Diff line number
Diff line change
@@ -254,6 +254,7 @@ static class LayoutDialectConfiguration {
Copy file name to clipboardExpand all lines: spring-boot-samples/spring-boot-sample-data-couchbase/src/main/java/sample/data/couchbase/SampleCouchbaseApplication.java
-2
Original file line number
Diff line number
Diff line change
@@ -37,7 +37,6 @@ public static void main(String[] args) {
0 commit comments