The OpenJPA APIs are not available with Java EE 8

This rule detects the use of the org.apache.openjpa* packages. The WebSphere traditional and Liberty Java EE 7 implementations allowed you to use the JPA 2.0 Java EE 6 feature. However, the Liberty Java EE 8 features are not compatible with the Java EE 6 JPA capability.

When you are migrating to JPA 2.2, it is recommended to first migrate from JPA 2.0 to JAX-RS 2.1. In the binary scanner, run the report with the --targetJavaEE option set to ee7 and resolve issues that are flagged under the "OpenJPA to EclipseLink" category.

For more information on Java Persistence API 2.1 behavior changes, see the following resource: Java Persistence API 2.1 behavior changes.