Re: Getting LinkageError due to Panama APIs

2023-06-30 Thread Uwe Schindler
Hi, It is not obvious what you have done, but the issue may come from custom builds, e.g., if you are not using the original Lucene JAR file but a modified one. Another reason may be Maven Shade plugin or other assemblies like Uber-JARs! Make sure that all class files and module information

Re: Getting LinkageError due to Panama APIs

2023-06-29 Thread Shubham Chaudhary
This was an internal build issue that is now fixed. Sorry for the confusion. Thanks, Shubham On Tue, Jun 27, 2023 at 12:48 AM Shubham Chaudhary wrote: > Hi everyone, > > I’m trying to build and run my software using JDK 19 which has a direct > dependency on Apache Lucene 9.6 built with JDK 17 a

Getting LinkageError due to Panama APIs

2023-06-26 Thread Shubham Chaudhary
Hi everyone, I’m trying to build and run my software using JDK 19 which has a direct dependency on Apache Lucene 9.6 built with JDK 17 and I’m running into below exception due to Panama APIs. Is this expected behaviour? Any help would be highly appreciated. Exception in thread "main" java.lang.Li