Skip to content

Spring Vault 3.0.0 RC1 Release Notes

Mark Paluch edited this page Nov 25, 2022 · 1 revision

Dependency Upgrades

Numerous third-party dependencies have been updated, some of the more noteworthy of which are the following:

  • Apache HTTP Client 5.1

  • Jackson 2.13.4.2

Deprecations in Spring Vault 3.0

  • Removal of AppRoleAuthenticationOptions.getInitialToken(). Configure RoleId/SecretId pull modes with a token instead.

  • Removal of AwsIamAuthenticationOptions.getServerName(). Use getServerId() instead.

  • Removal of deprecated SslConfiguration constructors and deprecated factory methods in favor of replacement factory methods.