peutch commented on pull request #78: URL: https://github.com/apache/openjpa/pull/78#issuecomment-814322656
Hi @rmannibucau, on my side project builds fine on java 8 but on 11: ``` $ java -version openjdk version "11.0.11-ea" 2021-04-20 OpenJDK Runtime Environment (build 11.0.11-ea+8-post-Debian-1) OpenJDK 64-Bit Server VM (build 11.0.11-ea+8-post-Debian-1, mixed mode, sharing) ``` the `mvn compile` failed with a known trouble (https://bugs.openjdk.java.net/browse/JDK-8212636): ``` [ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.8.0:compile (default-compile) on project openjpa-lib: Compilation failure [ERROR] /home/patrice/local/openjpa/openjpa-lib/src/main/java/org/apache/openjpa/lib/conf/ConfigurationImpl.java:[522,18] cannot access com.sun.beans.introspect.PropertyInfo [ERROR] class file for com.sun.beans.introspect.PropertyInfo not found ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
