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 the spec jar or the javaee-api. I have the answer now ;-) -- Jean-Louis Monteiro http://twitter.com/jlouismonteiro http://www.tomitribe.com On Wed, Aug 14, 2019 at 9:57 AM Romain Manni-Bucau <[email protected]> wrote: > 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 <https://twitter.com/rmannibucau> | Blog > <https://rmannibucau.metawerx.net/> | Old Blog > <http://rmannibucau.wordpress.com> | Github < > https://github.com/rmannibucau> | > LinkedIn <https://www.linkedin.com/in/rmannibucau> | Book > < > https://www.packtpub.com/application-development/java-ee-8-high-performance > > > > > Le mer. 14 août 2019 à 09:46, Jean-Louis MONTEIRO <[email protected]> a > écrit : > > > 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 > > >
