Hi Team,
We are currently attempting to upgrade our application from Spring 5.x to Spring 6.x, and running into some roadblocks. Specifically, the upgrade requires Jakarta EE suport with JDK 17, which necessitates changing all imports from javax to jakarta in our projects.
However, SmartGWT 12.1p is causing compilation errors in build due to its use of javax.servlet .* imports in classes like com.isomorphic.servlet.IDACall.
So are there any plans to move SmartGWT to support Jakarta EE and JDK 17.
Additionally, curious if there are any known solutions for resolving the namespace issues we are encountering due to smargwt classes.
We are currently attempting to upgrade our application from Spring 5.x to Spring 6.x, and running into some roadblocks. Specifically, the upgrade requires Jakarta EE suport with JDK 17, which necessitates changing all imports from javax to jakarta in our projects.
However, SmartGWT 12.1p is causing compilation errors in build due to its use of javax.servlet .* imports in classes like com.isomorphic.servlet.IDACall.
So are there any plans to move SmartGWT to support Jakarta EE and JDK 17.
Additionally, curious if there are any known solutions for resolving the namespace issues we are encountering due to smargwt classes.
Comment