Details
-
Type:
Improvement
-
Status: Resolved
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 4.0.0.M3
-
Fix Version/s: 4.0.0
-
Component/s: None
-
Labels:None
Description
Provides aries jpa 2.0.0 and introduces a feature for the peristence-api to make it easier to handle the different versions.
Examples:
feature:install jpa -> aries jpa 2.0.0, javax.persistence 2.1.0
feature:install jpa openjpa -> aries jpa 2.0.0, openjpa, javax.persistence 2.0.0
feature:install jpa openjpa -> aries jpa 2.0.0, hibernate/4.3.x, javax.persistence 2.1.0
So it by default uses api 2.1.0 but if the persistence provider need 2.0.0 it will use 2.0.0.
feature:install jpa/1.5.0 -> Installs the old aries jpa 1.x