You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by re...@apache.org on 2020/02/19 10:14:25 UTC

[tomcat] branch 9.0.x updated: Update to OWB 2.0.15

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

remm pushed a commit to branch 9.0.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git


The following commit(s) were added to refs/heads/9.0.x by this push:
     new b89329b  Update to OWB 2.0.15
b89329b is described below

commit b89329b94eddac78b9ef8b2a37c819b5a3fd1c82
Author: remm <re...@apache.org>
AuthorDate: Wed Feb 19 11:14:05 2020 +0100

    Update to OWB 2.0.15
    
    Drop comments about shade 3.2.2 since I cannot get it to work properly
    with its new transformer.
    Not in trunk since jakarta support could take some time. Converting with
    the tool should work.
---
 modules/owb/pom.xml        | 7 ++-----
 webapps/docs/changelog.xml | 3 +++
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/modules/owb/pom.xml b/modules/owb/pom.xml
index 087bc07..996d4e8 100644
--- a/modules/owb/pom.xml
+++ b/modules/owb/pom.xml
@@ -29,14 +29,14 @@
     <name>Apache Tomcat CDI 2 support</name>
     <description>Apache Tomcat CDI 2 support using Apache OpenWebBeans</description>
     <!-- This is the Apache OpenWebBeans version -->
-    <version>2.0.13</version>
+    <version>2.0.15</version>
     <packaging>jar</packaging>
 
     <properties>
         <geronimo-atinject.version>1.0</geronimo-atinject.version>
         <geronimo-interceptor.version>1.0</geronimo-interceptor.version>
         <geronimo-jcdi.version>1.0.1</geronimo-jcdi.version>
-        <tomcat.version>9.0.30</tomcat.version>
+        <tomcat.version>9.0.31</tomcat.version>
     </properties>
 
     <dependencies>
@@ -96,7 +96,6 @@
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-shade-plugin</artifactId>
                 <version>3.2.1</version>
-                <!--<version>3.2.2</version>-->
                 <executions>
                     <execution>
                         <phase>package</phase>
@@ -107,7 +106,6 @@
                             <createDependencyReducedPom>false</createDependencyReducedPom>
                             <transformers>
                                 <transformer implementation="org.apache.openwebbeans.maven.shade.OpenWebBeansPropertiesTransformer" />
-                                <!-- With Shade 3.2.2 <transformer implementation="org.apache.maven.plugins.shade.resource.properties.OpenWebBeansPropertiesTransformer"/>-->
                                 <transformer implementation="org.apache.maven.plugins.shade.resource.ManifestResourceTransformer">
                                     <mainClass>${mainClass}</mainClass>
                                 </transformer>
@@ -115,7 +113,6 @@
                         </configuration>
                     </execution>
                 </executions>
-                <!-- Remove after Shade 3.2.2 -->
                 <dependencies>
                     <dependency>
                         <groupId>org.apache.openwebbeans</groupId>
diff --git a/webapps/docs/changelog.xml b/webapps/docs/changelog.xml
index 5a8ec2e..2bb18d7 100644
--- a/webapps/docs/changelog.xml
+++ b/webapps/docs/changelog.xml
@@ -118,6 +118,9 @@
         Expand the coverage of the Chinese translations provided with Apache
         Tomcat. Contribution provided by BoltzmannWxd. (markt)
       </add>
+      <update>
+        Update the OWB module to Apache OpenWebBeans 2.0.15. (remm)
+      </update>
     </changelog>
   </subsection>
 </section>


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org