How Java9 can break your code

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

How Java9 can break your code

Michael Brohl-3
I think we have some time until this will affect us but it's an interesting read: https://www.voxxed.com/blog/2015/05/will-java-9-mess-up-your-code/

Michael


smime.p7s (3K) Download Attachment
Reply | Threaded
Open this post in threaded view
|

Re: How Java9 can break your code

Jacques Le Roux
Administrator
Fortunately it seems we are not much concerned apart already URL.getContent() and ClassLoader.getSystemResource() which are both used once in OFBiz OOTB.
We also have "a couples" of /com.sun.*/ but their uses are peripherals. I hope JDeps will be extended to clearly cover all cases...

Anyway we have still to see how to get most of Java 8. Especially its guaranteed security (even if we don't use applets) w/o any efforts now that we
are Java 8 compatible.

Jacques

Le 31/05/2015 20:57, Michael Brohl a écrit :
> I think we have some time until this will affect us but it's an interesting read: https://www.voxxed.com/blog/2015/05/will-java-9-mess-up-your-code/ 
> <https://www.voxxed.com/blog/2015/05/will-java-9-mess-up-your-code/?imm_mid=0d2bc5&cmp=em-prog-na-na-newsltr_20150530>
>
> Michael
>