Hi, Lucene Dev Community: We'd love to leverage Lucene9's great features. But unfortunately some of our internal systems could only work with JDK8 now.
So we're thinking of building L9 with JDK8. I've briefly tried to just change the JDK versions in build.gradle and gradlew, but it just doesn't work out. So my questions are: 1. What are the features in L9 which strictly require JDK11? 2. Is it possible to build L9 with JDK8? If possible (maybe just for some modules), -- how to configure it to make the build work? -- will there be any negative impact, e.g. performance reduction? Thanks MyCoy