spring-credhub

Spring abstractions for Cloud Foundry CredHub

APACHE-2.0 License

Stars
27
Committers
17

Bot releases are hidden (Show)

spring-credhub - v3.0.2 Latest Release

Published by Albertoimpl 3 months ago

What's Changed

Full Changelog: https://github.com/spring-projects/spring-credhub/compare/v3.0.1...v3.0.2

spring-credhub - v2.3.2

Published by Albertoimpl 3 months ago

What's Changed

Full Changelog: https://github.com/spring-projects/spring-credhub/compare/v2.3.1...v2.3.2

spring-credhub - v3.0.1

Published by Albertoimpl 7 months ago

What's Changed

Full Changelog: https://github.com/spring-projects/spring-credhub/compare/v3.0.0...v3.0.1

spring-credhub - v2.3.1

Published by Albertoimpl 7 months ago

What's Changed

Full Changelog: https://github.com/spring-projects/spring-credhub/compare/v2.3.0...v2.3.1

spring-credhub - v2.2.1

Published by Albertoimpl 7 months ago

What's Changed

Full Changelog: https://github.com/spring-projects/spring-credhub/compare/v2.2.0...v2.2.1

spring-credhub - v3.1.0

Published by spikymonkey about 1 year ago

⭐ Noteworthy Changes

  • Dependency updates
  • Various fixes

🔨 Dependency Upgrades

  • Upgrade to Spring Framework 6.0.11
  • Upgrade to Spring Boot 3.1.3
  • Upgrade to Spring Security 6.1.2
  • Upgrade to Apache HttpComponents HttpClient 5.2.1

❤️ New Contributors

Full Changelog: https://github.com/spring-projects/spring-credhub/compare/v3.0.0...v3.1.0

spring-credhub - 3.1.0-RC2

Published by spikymonkey about 1 year ago

This is the second release candidate for a Spring CredHub 3.1.0 release.

spring-credhub - 3.1.0-RC1

Published by spikymonkey about 1 year ago

This is the first release candidate for a Spring CredHub 3.1.0 release.

spring-credhub - 3.0.0

Published by scottfrederick over 1 year ago

⭐ Noteworthy Changes

  • Java 17 baseline (following Spring Framework 6 and Spring Boot 3)
  • Remove support for non-reactive Netty client as the previously deprecated Netty HTTP Client implementation was removed from Spring Framework 6
  • Remove support for deprecated APIs related to CredHub server v1

🔨 Dependency Upgrades

  • Upgrade to Spring Framework 6.0.4
  • Upgrade to Spring Boot 3.0.2
  • Upgrade to Spring Security 6.0.1
  • Upgrade to Apache HttpComponents HttpClient 5.1.3

❤️ Contributors

@fombico @spikymonkey

spring-credhub - 3.0.0-RC1

Published by scottfrederick almost 2 years ago

This is the first release candidate for a Spring CredHub 3.0.0 release.

See https://github.com/spring-projects/spring-credhub/releases/tag/v3.0.0-M1

spring-credhub - 3.0.0-M1

Published by scottfrederick almost 2 years ago

This is the first milestone for a Spring CredHub 3.0.0 release.

⭐ Noteworthy Changes

  • Java 17 baseline (following Spring Framework 6 and Spring Boot 3)
  • Remove support for non-reactive Netty client as the previously deprecated Netty HTTP Client implementation was removed from Spring Framework 6
  • Remove support for deprecated APIs related to CredHub server v1

🔨 Dependency Upgrades

  • Upgrade to Spring Framework 6.0.0
  • Upgrade to Spring Boot 3.0.0
  • Upgrade to Spring Security 6.0.0
  • Upgrade to Apache HttpComponents HttpClient 5.1.3

❤️ Contributors

@fombico @spikymonkey

spring-credhub - 2.3.0

Published by scottfrederick almost 2 years ago

🔨 Dependency Upgrades

  • Upgrade to Spring Framework 5.3.23
  • Upgrade to Spring Boot 2.7.5
  • Upgrade to Spring Security 5.7.5
  • Upgrade to Reactor 2020.0.24
  • Upgrade to OKHttp 4.9.3
  • Upgrade Netty to 4.1.84.Final
  • Upgrade to Jackson Databind 2.13.3
spring-credhub - 2.3.0-RC1

Published by scottfrederick over 2 years ago

🔨 Dependency Upgrades

  • Upgrade to Spring Framework 5.3.20
  • Upgrade to Spring Boot 2.7.0
  • Upgrade to Spring Security 5.7.1
  • Upgrade to Reactor 2020.0.19
  • Upgrade to OKHttp 4.9.3
  • Upgrade Netty to 4.1.77.Final
  • Upgrade to Jackson Databind 2.13.3
spring-credhub - 2.2.0

Published by scottfrederick almost 3 years ago

🔨 Dependency Upgrades

  • Upgrade to Spring Boot 2.5.7
  • Upgrade to Spring Security 5.5.3
  • Upgrade to Reactor 2020.0.13
  • Upgrade to OKHttp 4.9.1
  • Upgrade to Apache HttpComponents 4.5.13
  • Upgrade to Netty 4.1.68.Final
spring-credhub - 2.2.0-RC1

Published by scottfrederick almost 3 years ago

  • Upgrade Spring Framework to 5.3.13
  • Upgrade Spring Boot to 2.5.7
  • Upgrade Spring Security to 5.5.3
  • Upgrade Reactor to 2020.0.13
spring-credhub - 2.1.1.RELEASE

Published by scottfrederick over 4 years ago

This release includes the following changes:

  • Add the ability to override the configuration of the OAuth2AuthorizedClientManager and ReactiveOAuth2AuthorizedClientManager beans used for OAuth2 authentication to support non-web applications
  • Fix an issue with OAuth2 authentication when using the reactive API and Netty
  • Upgrade to Spring Security 5.2.4.RELEASE

Additional notes:

  • The codebase has been reformatted to adhere to the Spring Java Format conventions, and the build has been updated to enforce these conventions
spring-credhub - 2.1.0.RELEASE

Published by scottfrederick over 4 years ago

This release includes the following features:

  • Upgrade to Spring Security 5.2.2.RELEASE
  • Upgrade Spring Framework to 5.2.5.RELEASE
  • Upgrade Spring Boot to 2.2.6.RELEASE
  • Remove spring-credhub-cloud-connector module, as Spring Cloud Connectors is in maintenance mode
spring-credhub - 2.0.1.RELEASE

Published by scottfrederick over 5 years ago

This release includes the following changes:

  • Add a conditional to the creation of reactive OAuth2 support beans.
  • Add methods to check for CredHub server minor version.
  • Add an endpoint to get permissions by path and actor (via AlbertoImpl).
  • Fail at startup if a configured OAuth2 client registration ID is not valid.
spring-credhub - 2.0.0.RELEASE

Published by scottfrederick almost 6 years ago

This release includes the following features:

  • Brings support for CredHub server versions 1.x and 2.x, and the CredHub v1 and v2 APIs
  • Adds ReactiveCredHubOperations to provide a reactive interface to CredHub
  • Provides compatibility with Spring Framework 5.1 and Spring Boot 2.1
spring-credhub - 2.0.0.RC1

Published by scottfrederick almost 6 years ago

This release includes the following features:

  • Adds ReactiveCredHubOperations to provide a reactive interface to CredHub
  • Provides compatibility with Spring Framework 5.1 and Spring Boot 2.1