You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@netbeans.apache.org by ne...@apache.org on 2023/01/26 12:29:16 UTC

[netbeans] branch delivery updated: Tomcat 11 min supported Java is 17

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

neilcsmith pushed a commit to branch delivery
in repository https://gitbox.apache.org/repos/asf/netbeans.git


The following commit(s) were added to refs/heads/delivery by this push:
     new 1feccf82bce Tomcat 11 min supported Java is 17
     new 0e504e59118 Merge pull request #5340 from pepness/tomcat-11-fix
1feccf82bce is described below

commit 1feccf82bce8dc6ba042b3ff260b5b3b13ad8522
Author: José Contreras <pe...@apache.org>
AuthorDate: Sat Jan 21 13:17:23 2023 -0600

    Tomcat 11 min supported Java is 17
---
 .../src/org/netbeans/modules/tomcat5/j2ee/TomcatPlatformImpl.java       | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/enterprise/tomcat5/src/org/netbeans/modules/tomcat5/j2ee/TomcatPlatformImpl.java b/enterprise/tomcat5/src/org/netbeans/modules/tomcat5/j2ee/TomcatPlatformImpl.java
index 228cbcae3ac..05e39a68465 100644
--- a/enterprise/tomcat5/src/org/netbeans/modules/tomcat5/j2ee/TomcatPlatformImpl.java
+++ b/enterprise/tomcat5/src/org/netbeans/modules/tomcat5/j2ee/TomcatPlatformImpl.java
@@ -572,7 +572,7 @@ public class TomcatPlatformImpl extends J2eePlatformImpl2 {
         } else {
             switch (manager.getTomcatVersion()) {
                 case TOMCAT_110:
-                    versions = versionRange(11, 21);
+                    versions = versionRange(17, 21);
                     break;
                 case TOMCAT_101:
                     versions = versionRange(11, 21);


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@netbeans.apache.org
For additional commands, e-mail: commits-help@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists