You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openjpa.apache.org by st...@apache.org on 2020/10/20 11:47:59 UTC

[openjpa] branch master updated (629ebae -> 548e00f)

This is an automated email from the ASF dual-hosted git repository.

struberg pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/openjpa.git.


    from 629ebae  useless import
     new 4a7d6d7  re-activate reporting section
     new 548e00f  OPENJPA-2835 update to xbean-asm9 for Java16 support

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 openjpa-features/src/main/feature/feature.xml | 2 +-
 openjpa-project/bin-assembly.xml              | 2 +-
 openjpa-tools/openjpa-maven-plugin/pom.xml    | 9 +++++++++
 3 files changed, 11 insertions(+), 2 deletions(-)


[openjpa] 01/02: re-activate reporting section

Posted by st...@apache.org.
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 4a7d6d72f57472eb77cbbd7bc64cee60f603e389
Author: Mark Struberg <st...@apache.org>
AuthorDate: Sun Sep 6 22:06:09 2020 +0200

    re-activate reporting section
    
    this is needed to render the actual mojo pages
---
 openjpa-tools/openjpa-maven-plugin/pom.xml | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/openjpa-tools/openjpa-maven-plugin/pom.xml b/openjpa-tools/openjpa-maven-plugin/pom.xml
index 25a1d87..85e75c9 100644
--- a/openjpa-tools/openjpa-maven-plugin/pom.xml
+++ b/openjpa-tools/openjpa-maven-plugin/pom.xml
@@ -201,4 +201,13 @@
             </plugin>
         </plugins>
     </build>
+
+    <reporting>
+        <plugins>
+            <plugin>
+                <groupId>org.apache.maven.plugins</groupId>
+                <artifactId>maven-plugin-plugin</artifactId>
+            </plugin>
+        </plugins>
+    </reporting>
 </project>


[openjpa] 02/02: OPENJPA-2835 update to xbean-asm9 for Java16 support

Posted by st...@apache.org.
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 <st...@apache.org>
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>