[
https://issues.apache.org/jira/browse/KARAF-5605?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16360034#comment-16360034
]
ASF GitHub Bot commented on KARAF-5605:
---------------------------------------
jbonofre closed pull request #449: [KARAF-5605] Upgrade to OpenJPA 2.4.2
URL: https://github.com/apache/karaf/pull/449
This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:
As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):
diff --git a/assemblies/features/enterprise/src/main/feature/feature.xml
b/assemblies/features/enterprise/src/main/feature/feature.xml
index ef74cc7281..c2f51e9784 100644
--- a/assemblies/features/enterprise/src/main/feature/feature.xml
+++ b/assemblies/features/enterprise/src/main/feature/feature.xml
@@ -160,7 +160,7 @@
<bundle>mvn:org.apache.geronimo.components/geronimo-connector/3.1.1</bundle>
</feature>
- <feature name="openjpa" description="Apache OpenJPA 2.4.x persistence
engine support" version="2.4.1">
+ <feature name="openjpa" description="Apache OpenJPA 2.4.x persistence
engine support" version="2.4.2">
<details>Enable Apache OpenJPA as persistence engine.</details>
<feature>jndi</feature>
<feature version="[1.2,1.3)">transaction-api</feature>
@@ -176,7 +176,7 @@
<bundle
dependency="true">mvn:org.apache.servicemix.bundles/org.apache.servicemix.bundles.serp/${serp.bundle.version}</bundle>
<bundle
dependency="true">mvn:org.apache.geronimo.specs/geronimo-jms_1.1_spec/${geronimo.jms-spec.version}</bundle>
<bundle
dependency="true">mvn:org.apache.xbean/xbean-asm5-shaded/4.3</bundle>
- <bundle>mvn:org.apache.openjpa/openjpa/2.4.1</bundle>
+ <bundle>mvn:org.apache.openjpa/openjpa/2.4.2</bundle>
<capability>
osgi.service;effective:=active;objectClass=javax.persistence.spi.PersistenceProvider
</capability>
diff --git
a/itests/src/test/java/org/apache/karaf/itests/features/EnterpriseFeaturesTest.java
b/itests/src/test/java/org/apache/karaf/itests/features/EnterpriseFeaturesTest.java
index a18ebe0c77..0132109a80 100644
---
a/itests/src/test/java/org/apache/karaf/itests/features/EnterpriseFeaturesTest.java
+++
b/itests/src/test/java/org/apache/karaf/itests/features/EnterpriseFeaturesTest.java
@@ -90,7 +90,7 @@ public void installOpenJpa230Feature() throws Exception {
@Test
public void installOpenJpa240Feature() throws Exception {
- installAssertAndUninstallFeature("openjpa", "2.4.1");
+ installAssertAndUninstallFeature("openjpa", "2.4.2");
}
@Test
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
> Upgrade to OpenJPA 2.4.2
> ------------------------
>
> Key: KARAF-5605
> URL: https://issues.apache.org/jira/browse/KARAF-5605
> Project: Karaf
> Issue Type: Dependency upgrade
> Components: karaf-core
> Reporter: Jean-Baptiste Onofré
> Assignee: Jean-Baptiste Onofré
> Priority: Major
> Fix For: 4.2.0, 4.1.5
>
>
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)