psu-libraries / cho

Project for Penn State Library's cultural heritage object repository.
Apache License 2.0
18 stars 2 forks source link

Solr 7.3 and Java 10 #481

Open awead opened 6 years ago

awead commented 6 years ago

Solr 7.1 appears to be incompatible with Java 10. Solr 7.3, however, appears to be fine. We will need to decide how we want to coordinate our Java versions with our local systems vs. server systems. Java may need to be limited to version 9, or we could decide to upgrade to Solr 7.3 now, provided it is backwards compatible with our existing Java versions.

awead commented 6 years ago

Solr 7.3 is compatible with Java 9 and 10. For now, just use Java 8, the version that's on the server.