Federico Mariani created CAMEL-22257:
----------------------------------------
Summary: Support for Java 25 - Fix deprecations and removals
Key: CAMEL-22257
URL: https://issues.apache.org/jira/browse/CAMEL-22257
Project: Camel
Issue Type: Improvement
Reporter: Federico Mariani
The following branch contains fixes to deprecations and removal (in particular,
the removal of the SecurityManager)
https://github.com/apache/camel/tree/java-25-deprecations .
How to check for deprecations:
* Use the latest JDK available (at the time of this issue is JDK 24)
* Run _mvn jdeprscan:3.0.0-alpha-1:jdeprscan_
* The maven command will fail if there are deprecations, fix the deprecate
Method/Class and rerun jdeprscan
--
This message was sent by Atlassian Jira
(v8.20.10#820010)