1

According to its doc Deltaspike Data uses ASM:

As of DeltaSpike v1.4.0, the Data module internally leverages the Proxy module, which wraps ASM 5. No external dependencies required, and now we have full support for interceptors on partial beans.

It seems that ASM 6 has been released with Java 9 support, so it seems that Deltaspike is probably not compatible with Java 9 unleass there an update is released?

user140547
  • 7,750
  • 3
  • 28
  • 80
  • 2
    I don't know anything about Deltaspike Data but it includes ASM 5 then it is unlikely to support v53.0 class files or newer (JDK 9 has v53.0, JDK 10 has v54.0). It will likely work if you use it with v52.0 class files and older but it would be better to ask on the Deltaspike Data mailing list or issue tracker about that. – Alan Bateman Feb 11 '18 at 15:30

1 Answers1

0

I believe this issue has been fixed in DELTASPIKE-1351 and is now available via Deltaspike Data 1.9.0. Deltaspike Data 1.9.0 is working for me under Java 11.

Jason
  • 7,356
  • 4
  • 41
  • 48