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

javax -> jakarta migration #28

Open
debuglevel opened this issue Feb 22, 2022 · 2 comments
Open

javax -> jakarta migration #28

debuglevel opened this issue Feb 22, 2022 · 2 comments

Comments

@debuglevel
Copy link
Owner

Add some script or something to automatically replace javax occurences.

@debuglevel
Copy link
Owner Author

also
"import io.micronaut.test.annotation.MicronautTest" to "import io.micronaut.test.extensions.junit5.annotation.MicronautTest"

@debuglevel
Copy link
Owner Author

grep -rl javax.inject . | xargs sed -i 's/javax.inject/jakarta.inject/g'
grep -rl io.micronaut.test.annotation.MicronautTest . | xargs sed -i 's/io.micronaut.test.annotation.MicronautTest/io.micronaut.test.extensions.junit5.annotation.MicronautTest/g'

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

No branches or pull requests

1 participant