What's Changed
- 24 q3 by @itsouvalas in #3
New Features:
- Support for JBP_CONFIG_OPEN_JDK_JRE:
- Added support for setting the
JBP_CONFIG_OPEN_JDK_JRE
environment variable. - Updated
createConfigServerInstance
andcreateRegistryServerInstance
methods to include this environment variable if specified in the configuration. - Introduced a new
JavaConfig
struct in the configuration to manage Java-related settings, includingJBP_CONFIG_OPEN_JDK_JRE
.
- Added support for setting the
Improvements:
-
Go Version Update:
- Updated Go version to 1.22 in
go.mod
for enhanced performance and new features.
- Updated Go version to 1.22 in
-
Dependency Upgrades:
- Upgraded the following dependencies to address security vulnerabilities and ensure compatibility:
golang.org/x/crypto
to v0.25.0golang.org/x/net
to v0.27.0golang.org/x/oauth2
to v0.0.0-20190604053449-0f29369cfe45golang.org/x/sys
to v0.22.0golang.org/x/term
to v0.22.0
- Upgraded the following dependencies to address security vulnerabilities and ensure compatibility:
Full Changelog: v1.1.1...v1.1.2