You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by lo...@apache.org on 2021/01/28 08:23:23 UTC

[myfaces-tobago] branch master updated (26fefde -> fbf8801)

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

lofwyr pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/myfaces-tobago.git.


    from 26fefde  use bootstrap-dropdown.js
     new 61e71d8  chore: update dependencies to their current versions
     new fbf8801  new version after release

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:
 pom.xml                                             |  7 ++++---
 tobago-example/pom.xml                              |  3 ++-
 .../main/tobago-vm/docker/apache-proxy/index.html   |  4 ++--
 tobago-example/tobago-example-spring-boot/pom.xml   | 21 +++++++++++++--------
 4 files changed, 21 insertions(+), 14 deletions(-)


[myfaces-tobago] 01/02: chore: update dependencies to their current versions

Posted by lo...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

lofwyr pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/myfaces-tobago.git

commit 61e71d8fdee6cf8d1e9f35fc3f5c528cdac79b1f
Author: Udo Schnurpfeil <ud...@irian.eu>
AuthorDate: Thu Jan 28 08:47:38 2021 +0100

    chore: update dependencies to their current versions
---
 pom.xml                                           |  7 ++++---
 tobago-example/pom.xml                            |  3 ++-
 tobago-example/tobago-example-spring-boot/pom.xml | 21 +++++++++++++--------
 3 files changed, 19 insertions(+), 12 deletions(-)

diff --git a/pom.xml b/pom.xml
index 904557d..4d6e698 100644
--- a/pom.xml
+++ b/pom.xml
@@ -41,7 +41,7 @@
     <myfaces23x.version>2.3-next-M4</myfaces23x.version>
 
     <mojarra23.version>2.3.14</mojarra23.version>
-    <openwebbeans.version>2.0.16</openwebbeans.version>
+    <openwebbeans.version>2.0.21</openwebbeans.version>
     <slf4j.version>1.7.30</slf4j.version>
     <logback.version>1.2.3</logback.version>
     <maven.compile.source>1.8</maven.compile.source>
@@ -405,6 +405,7 @@
         <groupId>javax.servlet</groupId>
         <artifactId>javax.servlet-api</artifactId>
         <version>3.1.0</version>
+<!-- todo        <version>4.0.1</version>-->
         <scope>provided</scope>
       </dependency>
       <dependency>
@@ -432,13 +433,13 @@
       <dependency>
         <groupId>commons-io</groupId>
         <artifactId>commons-io</artifactId>
-        <version>2.7</version>
+        <version>2.8.0</version>
       </dependency>
       <!-- only needed to build Tobago and for some examples, but not for runtime -->
       <dependency>
         <groupId>org.apache.commons</groupId>
         <artifactId>commons-lang3</artifactId>
-        <version>3.10</version>
+        <version>3.11</version>
       </dependency>
       <dependency>
         <groupId>commons-beanutils</groupId>
diff --git a/tobago-example/pom.xml b/tobago-example/pom.xml
index 69349fe..0d8af7d 100644
--- a/tobago-example/pom.xml
+++ b/tobago-example/pom.xml
@@ -70,7 +70,8 @@
         <plugin>
           <groupId>org.eclipse.jetty</groupId>
           <artifactId>jetty-maven-plugin</artifactId>
-          <version>9.4.29.v20200521</version>
+          <version>9.4.36.v20210114</version>
+<!--  todo        <version>10.0.0</version>-->
           <configuration>
             <!--
             to run the webapp in jetty in development mode use
diff --git a/tobago-example/tobago-example-spring-boot/pom.xml b/tobago-example/tobago-example-spring-boot/pom.xml
index b775d50..e3a57d6 100644
--- a/tobago-example/tobago-example-spring-boot/pom.xml
+++ b/tobago-example/tobago-example-spring-boot/pom.xml
@@ -31,7 +31,7 @@
 
     <properties>
         <joinfaces.version>4.3.6</joinfaces.version>
-        <spring-boot.version>2.4.0</spring-boot.version>
+        <spring-boot.version>2.4.2</spring-boot.version>
     </properties>
 
 
@@ -128,6 +128,8 @@
                     <groupId>org.glassfish</groupId>
                     <artifactId>jakarta.el</artifactId>
                 </exclusion>
+            <!-- tomcat version set were: fix CVE in tomcat-spring-boot-starter -->
+<!--
                 <exclusion>
                     <groupId>org.apache.tomcat.embed</groupId>
                     <artifactId>tomcat-embed-core</artifactId>
@@ -140,24 +142,27 @@
                     <groupId>org.apache.tomcat.embed</groupId>
                     <artifactId>tomcat-embed-websocket</artifactId>
                 </exclusion>
+-->
             </exclusions>
         </dependency>
-        <dependency> <!-- fix CVE in tomcat-spring-boot-starter -->
+        <!-- tomcat version set ware: fix CVE in tomcat-spring-boot-starter -->
+<!--
+        <dependency>
             <groupId>org.apache.tomcat.embed</groupId>
             <artifactId>tomcat-embed-core</artifactId>
-            <version>9.0.40</version>
+            <version>9.0.41</version>
         </dependency>
-        <dependency> <!-- fix CVE in tomcat-spring-boot-starter -->
+        <dependency>
             <groupId>org.apache.tomcat.embed</groupId>
             <artifactId>tomcat-embed-jasper</artifactId>
-            <version>9.0.40</version>
+            <version>9.0.41</version>
         </dependency>
-        <dependency> <!-- fix CVE in tomcat-spring-boot-starter -->
+        <dependency>
             <groupId>org.apache.tomcat.embed</groupId>
             <artifactId>tomcat-embed-websocket</artifactId>
-            <version>9.0.40</version>
+            <version>9.0.41</version>
         </dependency>
-
+-->
         <dependency>
             <groupId>org.springframework.boot</groupId>
             <artifactId>spring-boot-starter-web</artifactId>


[myfaces-tobago] 02/02: new version after release

Posted by lo...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

lofwyr pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/myfaces-tobago.git

commit fbf8801e8856c61a7fd02a3116380a7d2bec6f30
Author: Udo Schnurpfeil <ud...@irian.eu>
AuthorDate: Thu Jan 28 09:22:40 2021 +0100

    new version after release
---
 .../src/main/tobago-vm/docker/apache-proxy/index.html                 | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/tobago-example/tobago-example-demo/src/main/tobago-vm/docker/apache-proxy/index.html b/tobago-example/tobago-example-demo/src/main/tobago-vm/docker/apache-proxy/index.html
index 988161e..b3c0564 100644
--- a/tobago-example/tobago-example-demo/src/main/tobago-vm/docker/apache-proxy/index.html
+++ b/tobago-example/tobago-example-demo/src/main/tobago-vm/docker/apache-proxy/index.html
@@ -50,8 +50,8 @@
         },
         {
           major: "2",
-          release: "2.4.2",
-          staging: "2.4.3",
+          release: "2.4.3",
+          staging: "",
           snapshot: "2.4.4-SNAPSHOT",
           link: "2",
           archived: false