Actions
Support #3553
closedJava 9 deprecated methods
Start date:
2017-11-30
Due date:
% Done:
0%
Estimated time:
Legacy ID:
Applies to branch:
Fix Committed on Branch:
Fixed in Maintenance Release:
Platforms:
Description
While inspecting our product for Java 9 support, we ran the jdeprscan tool on our own jars and their dependencies.
For Saxon-EE 9.8.0.6 this brought up the attached list of references to deprecated methods. The list can be reproduced by running
jdeprscan saxon9ee.jar
All of the listed methods are still supported by Java 9, but in my understanding they might vanish in future releases, i.e. possibly next year. So it might be useful to replace their references, using non-deprecated methods.
Best regards
Gunther
Files
Please register to edit this issue
Actions