Syntax highlighter header

Wednesday, 21 July 2021

Is struts 1.3 compatible with java 16?

Recently we were upgrading our application from Java 8 to Java 16. Our application was using struts 1.3 which is deprecated now and we did not know if it will work with Java 16.

For finding out if struts 1.3 is compatible with Java 16 I compiled struts 1.3 code with JDK 16. Surprisingly it compiled without a single error or warning. It gave me confidence that struts 1.3 is compatible with Java 16.

We migrated our struts 1.3 application to JDK 16 with Tomcat 9 and it is working fine.

No comments:

Post a Comment