voxpupuli / puppet-wildfly

Puppet module to install, configure and manage Wildfly (8/9/10+), JBoss EAP (6.1+/7.0+) and some Wildfly based products like apiman, Keycloak and Infinispan.
Apache License 2.0
29 stars 78 forks source link

Remove obsolete java parameter #280

Closed Joris29 closed 1 year ago

Joris29 commented 1 year ago

This remove obsolete java parameter: MaxPermSize Which is deprecated from java8 and removed in java17 Also cleanup structure in init.pp

biemond commented 1 year ago

thanks