You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm in the process of upgrading our codebase to JDK17. We have dependency on quartz-jobs and it seems EJBInvokerJob.java in that package uses javax.rmi.PortableRemoteObject; however, javax.rmi package is removed in JDK17.
Will there be an upgraded version that removes this reference anytime soon to be compatible with JDK17?
Thank you!
The text was updated successfully, but these errors were encountered:
Hello,
I'm in the process of upgrading our codebase to JDK17. We have dependency on quartz-jobs and it seems EJBInvokerJob.java in that package uses javax.rmi.PortableRemoteObject; however, javax.rmi package is removed in JDK17.
Will there be an upgraded version that removes this reference anytime soon to be compatible with JDK17?
Thank you!
The text was updated successfully, but these errors were encountered: