You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by ma...@apache.org on 2023/01/11 13:46:38 UTC

[tomcat] branch main updated (2b5eb533c6 -> 3dc3b15cd5)

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

markt pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/tomcat.git


    from 2b5eb533c6 Remove unnecessary semicolon
     new dc6d71755c Update now Jakarta EE 11 plans are clearer
     new 3dc3b15cd5 Complete partial update of BND dependency to 6.4.0

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:
 TOMCAT-NEXT.txt            | 4 ++--
 build.properties.default   | 4 ++--
 webapps/docs/changelog.xml | 7 +++++++
 3 files changed, 11 insertions(+), 4 deletions(-)


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


[tomcat] 01/02: Update now Jakarta EE 11 plans are clearer

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

markt pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tomcat.git

commit dc6d71755c22e5ff0e5c4adaea2ef0806d531915
Author: Mark Thomas <ma...@apache.org>
AuthorDate: Wed Jan 11 12:47:20 2023 +0000

    Update now Jakarta EE 11 plans are clearer
---
 TOMCAT-NEXT.txt | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/TOMCAT-NEXT.txt b/TOMCAT-NEXT.txt
index 007c80995d..2968daa1bf 100644
--- a/TOMCAT-NEXT.txt
+++ b/TOMCAT-NEXT.txt
@@ -26,9 +26,9 @@ Notes of things to consider for the next major Tomcat release (11.x)
 
  3. Add QUIC support using OpenSSL and Panama.
 
- 4. Remove SecurityManager (assuming Jakarta EE 11 does so).
+ 4. Remove SecurityManager.
 
- 5. Update minimum Java version to 17 (assuming Jakarta EE 11 does so).
+ 5. Update minimum Java version to 21 (or maybe 17).
 
  6. Implement an optional Loom module that provides
     o.a.c.http11.Http11BioLoomProtocol


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


[tomcat] 02/02: Complete partial update of BND dependency to 6.4.0

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

markt pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tomcat.git

commit 3dc3b15cd520534ba372d3bf029722c522d290eb
Author: Mark Thomas <ma...@apache.org>
AuthorDate: Wed Jan 11 13:46:20 2023 +0000

    Complete partial update of BND dependency to 6.4.0
---
 build.properties.default   | 4 ++--
 webapps/docs/changelog.xml | 7 +++++++
 2 files changed, 9 insertions(+), 2 deletions(-)

diff --git a/build.properties.default b/build.properties.default
index 28e58a83ab..b2fc1cf57f 100644
--- a/build.properties.default
+++ b/build.properties.default
@@ -275,9 +275,9 @@ spotbugs.loc=${base-maven.loc}/com/github/spotbugs/spotbugs/${spotbugs.version}/
 
 # ----- bnd, version 6.3.0 or later  -----
 # ----- provides OSGI metadata for JARs       -----
-bnd.version=6.3.1
+bnd.version=6.4.0
 
-# checksums for biz.aQute.bnd-6.3.1.jar
+# checksums for biz.aQute.bnd-6.4.0.jar
 bnd.checksum.enabled=true
 bnd.checksum.algorithm=MD5|SHA-1
 bnd.checksum.value=a812b31a81f05767ea11896a81cd8eab|8a359edbb02aad9138b7824a0d7bbe22f02cf990
diff --git a/webapps/docs/changelog.xml b/webapps/docs/changelog.xml
index 9742afd28a..d9efa22b56 100644
--- a/webapps/docs/changelog.xml
+++ b/webapps/docs/changelog.xml
@@ -105,6 +105,13 @@
   issues do not "pop up" wrt. others).
 -->
 <section name="Tomcat 11.0.0-M3 (markt)" rtext="in development">
+  <subsection name="Other">
+    <changelog>
+      <update>
+        Update BND to 6.4.0. (markt)
+      </update>
+    </changelog>
+  </subsection>
 </section>
 <section name="Tomcat 11.0.0-M2 (markt)" rtext="release in progress">
   <subsection name="Catalina">


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