ansible-middleware / amq

A collection to manage AMQ brokers
Apache License 2.0
13 stars 11 forks source link

Update default jdk11 to jdk17 #132

Closed guidograzioli closed 1 month ago

guidograzioli commented 1 month ago

Default value for the parameter activemq_jvm_package updated from java-11-openjdk-headless to java-17-openjdk-headless.

If for any reason you need to continue using jdk11, and the parameter was not already present in the playbook/inventory, you now need to set it explicitly.

Closes #129