compatibility with java 11

Issue #28 resolved
Former user created an issue

module don't seem to be compatible with java version 11.

In templace solr.in.sh.epp, in GC_TUNE section, -XX:+UseParNewGC is deprecated since version 9. There is multiple references to java8 in the module.

Comments (4)

  1. Michael Speth

    I have removed the UseParNewGC parameter as the virtual machine will just default to the appropriate GC.

  2. Log in to comment