puppetlabs-java
puppetlabs-java copied to clipboard
Puppet Module to manage Java
Support for `aarch64` and `arm64` was added for Adopt and Adoptium Java installations. Adopt `openjdk-8-java` installation has been removed from the `install_spec.rb` because its download links are no longer available...
Able to use the module on Ubuntu-24. Error: Evaluation Error: Error while evaluating a Function Call, unsupported release 24.04 (file: external-modules/java/manifests/params.pp, line: 67, column: 20)
In 0dcd91b6e8d2b2519228c534fe4976e9d2a3a1d6 the `anchor` pattern was removed, but not replaced with anything and thus broke the containment of `java::config`. This restores the original behaviour by using `contain`. As noted in...
Welcome to [Mend for GitHub.com](https://github.com/apps/mend-for-github-com) (formerly WhiteSource). This is an onboarding PR to help you understand and configure settings before Mend starts scanning your repository for security vulnerabilities. :vertical_traffic_light: Mend...
## Summary Provide a detailed description of all the changes present in this pull request. ## Additional Context Add any additional context about the problem here. - [ ] Root...
The install_path variable from the download.pp file can leads to a corrective actions at every run in some cases. In our case we download the openjdk in tar.gz format from...
## Summary Debian v13 AKA trixie was released on 2025-08-09 as Debian's new stable release. ## Additional Context Based on commit 00c7eb14802f1658a24d842d8f8b9717ca2b7f5b for Debian 12 support ## Checklist - [...
in params.pp $openjdk is assigned string values in some cases and integer values in others