apache / openmeetings

Mirror of Apache Openmeetings
Other
632 stars 257 forks source link

OPENMEETINGS-2743 Add option to use bytebuddy for Wicket cglib. #181

Closed sebawagner closed 2 years ago

sebawagner commented 2 years ago

Use -Dwicket.ioc.useByteBuddy=true mvn install -P allModules,quick,mysql jetty:run -Dwicket.configuration=DEVELOPMENT -Dwicket.ioc.useByteBuddy=true

And include bytebuddy for mysql profile only for now.

I'm not sure why you would not needed it you run Tomcat. Only for Jetty.