Re: JPA Spec jar missing Activator

2019-08-14 Thread Jean-Louis Monteiro
Hey Romain, There was a dependency in here https://svn.apache.org/repos/asf/tomee/javaee-api/trunk/src/main/java/org/apache/openejb/javaee/api/activator/MultiActivator.java We don't use OSGI with TomEE, but use 2.2 spec jar breaks our javaee-api jar. So I just wanted to know if I have to fix

Re: JPA Spec jar missing Activator

2019-08-14 Thread Romain Manni-Bucau
Hi JL, Not sure if you need it - which can make us reconsider it - but long story short it is superseeded by capabilities on modern OSGi containers so all done in the pom. Romain Manni-Bucau @rmannibucau | Blog | Old Blog

JPA Spec jar missing Activator

2019-08-14 Thread Jean-Louis MONTEIRO
Hello, Does anyone know why the activator disappeared between 2.1 and 2.2 spec jars? https://github.com/apache/geronimo-specs/tree/trunk/geronimo-jpa_2.1_spec/src/main/java/org/apache/geronimo/specs/jpa Is it desired? I'm happy to open a ticket and fix it -- Jean-Louis