Package: openjpa / 2.4.0-4

Metadata

Package Version Patches format
openjpa 2.4.0-4 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
fix_poms.diff | (download)

openjpa-jdbc/pom.xml | 8 8 + 0 - 0 !
openjpa-jest/pom.xml | 1 1 + 0 - 0 !
openjpa-kernel/pom.xml | 4 4 + 0 - 0 !
openjpa-lib/pom.xml | 9 9 + 0 - 0 !
openjpa-persistence-jdbc/pom.xml | 4 4 + 0 - 0 !
openjpa-persistence/pom.xml | 2 2 + 0 - 0 !
openjpa-slice/pom.xml | 1 1 + 0 - 0 !
openjpa-xmlstore/pom.xml | 2 2 + 0 - 0 !
openjpa/pom.xml | 2 2 + 0 - 0 !
9 files changed, 33 insertions(+)

 modify dependencies list to allow modules to build with debian maven repo
exclude was uow.diff | (download)

openjpa-kernel/src/main/java/org/apache/openjpa/ee/WASRegistryManagedRuntime.java | 38 1 + 37 - 0 !
1 file changed, 1 insertion(+), 37 deletions(-)

 disable code depending on non-free code (websphere stuff)
java8 compatibility.patch | (download)

openjpa-lib/src/main/java/org/apache/openjpa/lib/util/concurrent/NullSafeConcurrentHashMap.java | 4 2 + 2 - 0 !
1 file changed, 2 insertions(+), 2 deletions(-)

 remove the keyset() method from the deprecated nullsafeconcurrenthashmap class to build with java 8.
fix compilation error.patch | (download)

openjpa-persistence-jdbc/src/main/java/org/apache/openjpa/persistence/jdbc/AnnotationPersistenceMappingParser.java | 2 1 + 1 - 0 !
openjpa-persistence/src/main/java/org/apache/openjpa/persistence/AnnotationPersistenceXMLMetaDataParser.java | 8 4 + 4 - 0 !
2 files changed, 5 insertions(+), 5 deletions(-)

 fix compilation errors with java 8