Skip to content

v1.1.2

Latest
Compare
Choose a tag to compare
@itsouvalas itsouvalas released this 01 Aug 14:47
· 5 commits to main since this release
f261397

What's Changed

New Features:

  • Support for JBP_CONFIG_OPEN_JDK_JRE:
    • Added support for setting the JBP_CONFIG_OPEN_JDK_JRE environment variable.
    • Updated createConfigServerInstance and createRegistryServerInstance methods to include this environment variable if specified in the configuration.
    • Introduced a new JavaConfig struct in the configuration to manage Java-related settings, including JBP_CONFIG_OPEN_JDK_JRE.

Improvements:

  • Go Version Update:

    • Updated Go version to 1.22 in go.mod for enhanced performance and new features.
  • Dependency Upgrades:

    • Upgraded the following dependencies to address security vulnerabilities and ensure compatibility:
      • golang.org/x/crypto to v0.25.0
      • golang.org/x/net to v0.27.0
      • golang.org/x/oauth2 to v0.0.0-20190604053449-0f29369cfe45
      • golang.org/x/sys to v0.22.0
      • golang.org/x/term to v0.22.0

Full Changelog: v1.1.1...v1.1.2