]
Dan Berindei updated ISPN-6818:
-------------------------------
Status: Resolved (was: Pull Request Sent)
Fix Version/s: 9.0.0.Alpha3
Resolution: Done
Ensure that embedded mode compiles and runs with Java 9
-------------------------------------------------------
Key: ISPN-6818
URL:
https://issues.jboss.org/browse/ISPN-6818
Project: Infinispan
Issue Type: Task
Components: Build process, Core
Reporter: Tristan Tarrant
Assignee: Tristan Tarrant
Fix For: 9.0.0.Alpha3, 9.0.0.Final
In order for Infinispan (embedded) to compile and run with Java 9, we need to at least do
the following:
- Upgrade to JBoss Marshalling 1.4.11
- Remove usage of Javassist, including the maven-injection-plugin
- Use special compiler flags to ensure that special modules are enabled
(java.annotations.common)