[PR] Bump org.apache:apache from 33 to 34 [tomcat-jakartaee-migration]

2025-03-23 Thread via GitHub


dependabot[bot] opened a new pull request, #68:
URL: https://github.com/apache/tomcat-jakartaee-migration/pull/68

   Bumps [org.apache:apache](https://github.com/apache/maven-apache-parent) 
from 33 to 34.
   
   Release notes
   Sourced from https://github.com/apache/maven-apache-parent/releases";>org.apache:apache's
 releases.
   
   Apache Parent POM version 34
   
   :boom: Breaking changes
   
   https://issues.apache.org/jira/browse/MPOM-451";>[MPOM-451] 
- Move snapshot repositories in a profile (https://redirect.github.com/apache/maven-apache-parent/pull/183";>#183)
 https://github.com/lprimak";>@​lprimak
   Remove org.apache.maven.plugin-tools:maven-plugin-annotations from 
apache parent managed dependencies (fixes https://redirect.github.com/apache/maven-apache-parent/issues/265";>#265)
 (https://redirect.github.com/apache/maven-apache-parent/pull/266";>#266)
 https://github.com/gnodet";>@​gnodet
   By default target Java 8 (https://redirect.github.com/apache/maven-apache-parent/pull/251";>#251)
 https://github.com/kwin";>@​kwin
   
   🚀 New features and improvements
   
   Introduce resourceBundleArtifact property (https://redirect.github.com/apache/maven-apache-parent/pull/305";>#305)
 https://github.com/slawekjaranowski";>@​slawekjaranowski
   Use local copy of avatars for team report (https://redirect.github.com/apache/maven-apache-parent/pull/299";>#299)
 https://github.com/slawekjaranowski";>@​slawekjaranowski
   Add issues templates (https://redirect.github.com/apache/maven-apache-parent/pull/289";>#289)
 https://github.com/slawekjaranowski";>@​slawekjaranowski
   https://issues.apache.org/jira/browse/MPOM-451";>[MPOM-451] 
- Move snapshot repositories in a profile (https://redirect.github.com/apache/maven-apache-parent/pull/183";>#183)
 https://github.com/lprimak";>@​lprimak
   Remove org.apache.maven.plugin-tools:maven-plugin-annotations from 
apache parent managed dependencies (fixes https://redirect.github.com/apache/maven-apache-parent/issues/265";>#265)
 (https://redirect.github.com/apache/maven-apache-parent/pull/266";>#266)
 https://github.com/gnodet";>@​gnodet
   By default target Java 8 (https://redirect.github.com/apache/maven-apache-parent/pull/251";>#251)
 https://github.com/kwin";>@​kwin
   
   🐛 Bug Fixes
   
   Fix asf.yaml syntax (https://redirect.github.com/apache/maven-apache-parent/pull/306";>#306)
 https://github.com/slawekjaranowski";>@​slawekjaranowski
   
   📦 Dependency updates
   
   Bump maven-fluido-skin from 2.0.1 to 2.1.0 (https://redirect.github.com/apache/maven-apache-parent/pull/303";>#303)
 https://github.com/slawekjaranowski";>@​slawekjaranowski
   Bump org.apache.maven.plugins:maven-install-plugin from 3.1.3 to 3.1.4 
(https://redirect.github.com/apache/maven-apache-parent/pull/300";>#300)
 @https://github.com/apps/dependabot";>dependabot[bot]
   Bump org.apache.maven.plugins:maven-deploy-plugin from 3.1.3 to 3.1.4 
(https://redirect.github.com/apache/maven-apache-parent/pull/298";>#298)
 @https://github.com/apps/dependabot";>dependabot[bot]
   Bump org.apache.maven.plugins:maven-compiler-plugin from 3.13.0 to 
3.14.0 (https://redirect.github.com/apache/maven-apache-parent/pull/295";>#295)
 @https://github.com/apps/dependabot";>dependabot[bot]
   Bump org.apache.maven.plugins:maven-project-info-reports-plugin from 
3.8.0 to 3.9.0 (https://redirect.github.com/apache/maven-apache-parent/pull/296";>#296)
 @https://github.com/apps/dependabot";>dependabot[bot]
   Bump org.apache.maven.plugins:maven-clean-plugin from 3.4.0 to 3.4.1 (https://redirect.github.com/apache/maven-apache-parent/pull/294";>#294)
 @https://github.com/apps/dependabot";>dependabot[bot]
   Bump version.maven-plugin-tools from 3.13.1 to 3.15.1 (https://redirect.github.com/apache/maven-apache-parent/pull/278";>#278)
 @https://github.com/apps/dependabot";>dependabot[bot]
   Update maven-fluido-skin to 2.0.1 (https://redirect.github.com/apache/maven-apache-parent/pull/291";>#291)
 https://github.com/slachiewicz";>@​slachiewicz
   Bump org.apache.maven.plugins:maven-remote-resources-plugin from 3.2.0 
to 3.3.0 (https://redirect.github.com/apache/maven-apache-parent/pull/288";>#288)
 @https://github.com/apps/dependabot";>dependabot[bot]
   Bump org.apache.maven.plugins:maven-invoker-plugin from 3.7.0 to 3.9.0 
(https://redirect.github.com/apache/maven-apache-parent/pull/282";>#282)
 @https://github.com/apps/dependabot";>dependabot[bot]
   Bump org.apache.maven.plugins:maven-dependency-plugin from 3.7.1 to 
3.8.1 (https://redirect.github.com/apache/maven-apache-parent/pull/281";>#281)
 @https://github.com/apps/dependabot";>dependabot[bot]
   Bump org.apache.maven.plugins:maven-javadoc-plugin from 3.7.0 to 3.11.2 
(https://redirect.github.com/apache/maven-apache-parent/pull/280";>#280)
 @https://github.com/apps/dependabot";>dependabot[bot]
   Bump org.apache.maven.plugins:maven-project-info-reports-plugin from 
3.6.1 to 3.8.0 (https://redirect.github.com/apache/maven-apache-parent/pull/276";>#2

[Bug 69615] Potential Regression in Tomcat 9.0.97+(Including Tomcat 10 and Tomcat 11) — NoClassDefFoundError for Dynamically Loaded Classes

2025-03-23 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=69615

--- Comment #9 from Thomas Frank  ---
As a short-term fix, you should consider pre-loading all required JARs into the
web application’s WEB-INF/lib directory or Tomcat’s lib directory to bypass
dynamic loading entirely. https://chillguygame.io

-- 
You are receiving this mail because:
You are the assignee for the bug.
-
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org