Hi *, I have the following question:
starting with Apache TomEE version 8.0.6 the lib directory contains not only the quartz-openejb-shade-2.2.4.jar, but also the quartz jar itself, quartz-2.2.4.jar. All previous TomEE versions did not come with a quartz jar. Therefor we had to deploy a corresponding quartz.jar by ourself in order to use classes like org.quartz.core.QuartzScheduler etc. We followed the guideline by Jonathan Gallimore https://www.mail-archive.com/[email protected]/msg17392.html Now both the openejb-shaded quartz as well as the original quartz is packaged with Apache TomEE 8.0.6 onwards. It looks like this is related to https://issues.apache.org/jira/browse/TOMEE-2947, resolved by https://github.com/apache/tomee/pull/742. Was this change intended, so applications based on TomEE do not need to deploy quartz.jar in the future? Please advice. Thanks and ciao Patrick
