Uploaded image for project: 'Wicket'
  1. Wicket
  2. WICKET-6913

Java 17 compatibility with cglib

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • 9.4.0
    • 10.0.0-M1, 9.5.0
    • wicket-spring
    • None

    Description

      Wicket's use of cglib means that as of Java 16, you need to specify --illegal-access=permit. As of Java 17, this is no longer possible, which I've verified using a JDK 17 Early-Access Build.

      See https://github.com/cglib/cglib/issues/191

      See https://stackoverflow.com/questions/66974846/java-lang-exceptionininitializererror-with-java-16-j-l-classformaterror-access

       

      
      Caused by: java.lang.NoClassDefFoundError: Could not initialize class net.sf.cglib.proxy.EnhancerCaused by: java.lang.NoClassDefFoundError: Could not initialize class net.sf.cglib.proxy.Enhancer at org.apache.wicket.proxy.LazyInitProxyFactory.createProxy(LazyInitProxyFactory.java:182) at org.apache.wicket.spring.injection.annot.AnnotProxyFieldValueFactory.getFieldValue(AnnotProxyFieldValueFactory.java:166) at org.apache.wicket.injection.Injector.inject(Injector.java:111) at org.apache.wicket.spring.injection.annot.SpringComponentInjector.inject(SpringComponentInjector.java:124) at org.apache.wicket.spring.injection.annot.SpringComponentInjector.onInstantiation(SpringComponentInjector.java:130) at org.apache.wicket.application.ComponentInstantiationListenerCollection$1.notify(ComponentInstantiationListenerCollection.java:38) at org.apache.wicket.application.ComponentInstantiationListenerCollection$1.notify(ComponentInstantiationListenerCollection.java:34) at org.apache.wicket.util.listener.ListenerCollection.notify(ListenerCollection.java:80) at org.apache.wicket.application.ComponentInstantiationListenerCollection.onInstantiation(ComponentInstantiationListenerCollection.java:33) at org.apache.wicket.Component.<init>(Component.java:690) at org.apache.wicket.MarkupContainer.<init>(MarkupContainer.java:179) at org.apache.wicket.Page.<init>(Page.java:171) at org.apache.wicket.Page.<init>(Page.java:135) at org.apache.wicket.markup.html.WebPage.<init>(WebPage.java:74)
      
      

      Attachments

        Issue Links

          Activity

            People

              svenmeier Sven Meier
              robertandrewbain Robert Bain
              Votes:
              0 Vote for this issue
              Watchers:
              11 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: