Project

Profile

Help

Support #3553

Updated by Michael Kay almost 6 years ago

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 
 

Back