mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-24 18:29:03 +00:00
The properties `spring.couchbase.env.ssl.key-store` and `spring.couchbase.env.ssl.key-store-password` are deprecated in favor of configuring an SSL bundle with `spring.couchbase.env.ssl.bundle`. The older properties have somewhat confusing names, since they are used to configure a trust store in Couchbase, and they don't provide all the options that an SSL bundle provides. Closes gh-35135