ARIES-1160 has been released in jpg-container 1.0.1 in july. I suppose you're talking about ARIES-1251 and ARIES-1247 (though ARIES-1247 is linked to ARIES-1160).
I'm fine for a release, but we should follow the policy that was agreed on and release jpa-container-1.0.2 jpa-container-context-1.0.4 unless there is any incompatibilities. Guillaume 2014-10-24 13:14 GMT+02:00 Christian Schneider <[email protected]>: > The last release of aries jpa fixes an important bug but is not compatible > to jpa 2.0 providers anymore. > In the mean time we fixed this. So the current aries jpa trunk works well > with jpa 2.0 and 2.1. > > I would like to release the aries bundles as soon as possible to finally > ship the fix to the bug below. > I created a feature snippet for karaf that you can use to quickly test the > current snapshots as a drop in replacement for the jpa feature. > > As we currently have quite a few different versions of the jpa bundles I > would also like to sync the versions. So I propose we set all the jpa > bundles to version 1.1.0. This would then also reflect that we now support > jpa 2.1 which is not just a bugfix. > > The current snapshot also includes some more improvements. For example the > EntityManager in container.context now does not use synchronized all over > the place (thanks to Guillaume) which was a severe performance bottleneck. > > Christian > > ----- > > <feature name="jpa" description="OSGi Persistence Container" > version="1.0.4" resolver="(obr)"> > <details>JPA implementation provided by Apache Aries JPA 1.0.4. > NB: this feature doesn't provide the JPA engine, you have to install one by > yourself (OpenJPA for instance)</details> > <bundle dependency="true" start-level="30">mvn:org. > apache.geronimo.specs/geronimo-jta_1.1_spec/1.1.1</bundle> > <bundle dependency="true" start-level="30">mvn:org. > apache.geronimo.specs/geronimo-jpa_2.0_spec/1.1</bundle> > <bundle start-level="30">mvn:org.apache.aries.jpa/org.apache. > aries.jpa.api/1.0.3-SNAPSHOT</bundle> > <bundle start-level="30">mvn:org.apache.aries.jpa/org.apache. > aries.jpa.blueprint.aries/1.0.4-SNAPSHOT</bundle> > <bundle start-level="30">mvn:org.apache.aries.jpa/org.apache. > aries.jpa.container/1.0.2-SNAPSHOT</bundle> > <bundle start-level="30">mvn:org.apache.aries.jpa/org.apache. > aries.jpa.container.context/1.0.4-SNAPSHOT</bundle> > </feature> > > This is the main bug I would like to have solved in the new > https://issues.apache.org/jira/browse/ARIES-1160 > > -- > Christian Schneider > http://www.liquid-reality.de > > Open Source Architect > http://www.talend.com > >
