This is an automated email from the ASF dual-hosted git repository. struberg pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/openjpa.git
commit 548e00f9191b2ae47fb130ed432908c86511f85c Author: Mark Struberg <[email protected]> AuthorDate: Tue Oct 20 13:47:11 2020 +0200 OPENJPA-2835 update to xbean-asm9 for Java16 support --- openjpa-features/src/main/feature/feature.xml | 2 +- openjpa-project/bin-assembly.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/openjpa-features/src/main/feature/feature.xml b/openjpa-features/src/main/feature/feature.xml index 907f22f..d32e459 100644 --- a/openjpa-features/src/main/feature/feature.xml +++ b/openjpa-features/src/main/feature/feature.xml @@ -27,7 +27,7 @@ <bundle dependency="true">mvn:org.apache.commons/commons-pool2/2.6.0</bundle> <bundle dependency="true">mvn:org.apache.commons/commons-dbcp2/2.7.0</bundle> <bundle dependency="true">mvn:org.apache.servicemix.bundles/org.apache.servicemix.bundles.serp/1.14.1_1</bundle> - <bundle dependency="true">mvn:org.apache.xbean/xbean-asm8-shaded/${xbean.version}</bundle> + <bundle dependency="true">mvn:org.apache.xbean/xbean-asm9-shaded/${xbean.version}</bundle> <bundle>mvn:org.apache.openjpa/openjpa/${project.version}</bundle> <capability> osgi.service;objectClass=javax.persistence.spi.PersistenceProvider;effective:=active;javax.persistence.provider=org.apache.openjpa.persistence.PersistenceProviderImpl diff --git a/openjpa-project/bin-assembly.xml b/openjpa-project/bin-assembly.xml index 23cfef7..e1203e9 100644 --- a/openjpa-project/bin-assembly.xml +++ b/openjpa-project/bin-assembly.xml @@ -81,7 +81,7 @@ <include>org.apache.geronimo.specs:geronimo-jms_1.1_spec</include> <include>org.apache.geronimo.specs:geronimo-validation_1.0_spec</include> <include>org.apache.bval:org.apache.bval.bundle</include> - <include>org.apache.xbean:xbean-asm8-shaded</include> + <include>org.apache.xbean:xbean-asm9-shaded</include> </includes> </dependencySet> </dependencySets>
