SOLR-14714: Solr.cmd in windows loads the incorrect jetty module when using java>=9

2020-08-16 Thread Erick Erickson
"In Solr.cmd, when using SSL, there is a check to verify what version of java solr is running with. If this version of Java is greater or equal java 9 it will load the jetty https module while for java 8 it will use https8." Could someone with a Windows machine give this a whirl? To fully test

SOLR-14714 (Solr.cmd in windows loads the incorrect jetty module when using java>=9)

2020-08-10 Thread Erick Erickson
Could someone with a Windows machine try the patch at SOLR-14714? I looked it over and LGTM with one nit: I would move the following up to before they’re actually used: set JAVA_MAJOR_VERSION=0 set JAVA_VERSION_INFO= set JAVA_BUILD=0 I don’t think it matters functionally, just a style thing.