Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

EJBInvokerJob.java contains reference to javax.rmi.PortableRemoteObject, which is removed in JDK17 #1098

Open
primoha opened this issue Feb 5, 2024 · 1 comment
Labels

Comments

@primoha
Copy link

primoha commented Feb 5, 2024

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!

@jhouserizer jhouserizer added the needs:review Needs review / investigation label Oct 14, 2024
@jhouserizer
Copy link
Contributor

Hi @primoha , can you please provide a bit more info on what you ran into? I can quickly make several different assumptions ...

  • What version of Quartz are (were) you referring to?
  • Are you using the EJBInvoker job, or are you saying that its existence in the Jar, even though you don't use it, was causing a problem?
  • Did you put the javax.ejb / jakarta.ejb jar on your classpath to resolve it?
  • etc.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants