We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
If the Jenkins core baseline is 2.401.2 LTS or later, migrate from javax.inject imports to jakarta.inject imports.
javax.inject
jakarta.inject
The text was updated successfully, but these errors were encountered:
Linking these here: https://docs.openrewrite.org/recipes/java/migrate/jakarta We likely have what you need already, or are able to add those quite easily.
Sorry, something went wrong.
Now that the recommended Jenkins baseline is 2.401.3, this has become part of the org.openrewrite.jenkins.ModernizePlugin recipe in #53.
org.openrewrite.jenkins.ModernizePlugin
A few initial PRs have been sent to plugins, attached to sghill-rewrite/campaigns#2.
sghill
No branches or pull requests
If the Jenkins core baseline is 2.401.2 LTS or later, migrate from
javax.inject
imports tojakarta.inject
imports.The text was updated successfully, but these errors were encountered: