You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
spring-boot/spring-boot-project
Stephane Nicoll e3899df22c Configure Spring Data Couchbase explicitly
This commit configures Spring Data Couchbase explicitly rather than
relying on the abstract configuration class. This has the advantage of
simplifying the auto-configuration and let it us proxy-free
configuration classes.

Spring Boot no longer uses or interacts with CouchbaseConfigurer. Users
relying on that to teach Spring Boot which components to use should
rely on `@Primary` flag instead in case of multiple beans of the same
type.

`CouchbaseConfiguration` is no longer public as extending from it is
no longer necessary. If the `CouchbaseEnvironment` has to be
customized, a `CouchbaseEnvironmentBuilderCustomizer` bean can be
registered to tune the auto-configured environment.

Closes gh-20533
5 years ago
..
spring-boot Merge branch '2.2.x' 5 years ago
spring-boot-actuator Fix method order checkstyle issue 5 years ago
spring-boot-actuator-autoconfigure Allow additional tags to be contributed to WebMvc and WebFlux defaults 5 years ago
spring-boot-autoconfigure Configure Spring Data Couchbase explicitly 5 years ago
spring-boot-cli Merge branch '2.2.x' 5 years ago
spring-boot-dependencies Upgrade to Undertow 2.0.30.Final 5 years ago
spring-boot-devtools Merge branch '2.2.x' 5 years ago
spring-boot-docs Configure Spring Data Couchbase explicitly 5 years ago
spring-boot-parent Upgrade to Testcontainers 1.13.0 5 years ago
spring-boot-properties-migrator Add missing deployed plugin to modules 5 years ago
spring-boot-starters Add auto-configuration for Spring Data R2DBC 5 years ago
spring-boot-test Remove redundant useJUnitPlatform declarations 5 years ago
spring-boot-test-autoconfigure Add test slice for Spring Data R2DBC 5 years ago
spring-boot-tools Polish 5 years ago