This is an automated email from the ASF dual-hosted git repository. markt 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 0d92ae1e13 Exclude a further key that is different between 9.0.x and 8.5.x 0d92ae1e13 is described below commit 0d92ae1e13bc4be850fa1a8e3158561273c942fd Author: Mark Thomas <ma...@apache.org> AuthorDate: Wed Jan 4 15:28:30 2023 +0000 Exclude a further key that is different between 9.0.x and 8.5.x --- java/org/apache/tomcat/buildutil/translate/BackportEnglish.java | 1 + 1 file changed, 1 insertion(+) diff --git a/java/org/apache/tomcat/buildutil/translate/BackportEnglish.java b/java/org/apache/tomcat/buildutil/translate/BackportEnglish.java index d013badc75..8fd8b61a3e 100644 --- a/java/org/apache/tomcat/buildutil/translate/BackportEnglish.java +++ b/java/org/apache/tomcat/buildutil/translate/BackportEnglish.java @@ -42,6 +42,7 @@ public class BackportEnglish extends BackportBase { keysToExclude.add("java.org.apache.catalina.manager.zzz.htmlManagerServlet.deployPath"); keysToExclude.add("java.org.apache.catalina.startup.zzz.catalina.stopServer.connectException"); keysToExclude.add("java.org.apache.jasper.resources.zzz.jspc.usage"); + keysToExclude.add("java.org.apache.tomcat.dbcp.dbcp2.zzz.connectionFactory.lifetimeExceeded"); BackportEnglish backport = new BackportEnglish(args); backport.execute(); --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org