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

jandex #69

Open
froque opened this issue Nov 17, 2023 · 2 comments
Open

jandex #69

froque opened this issue Nov 17, 2023 · 2 comments
Assignees
Labels
enhancement New feature or request

Comments

@froque
Copy link
Contributor

froque commented Nov 17, 2023

The groupId would change from org.jboss[.jandex] to io.smallrye (or io.smallrye.jandex, but I'd probably prefer the first one :-) ).

@jonathanlermitage jonathanlermitage self-assigned this Dec 25, 2023
@jonathanlermitage
Copy link
Owner

Need to clarify the migration rule(s) for Jandex. Just asked a question to the developers smallrye/jandex#124 (comment)

@jonathanlermitage
Copy link
Owner

jonathanlermitage commented Jan 14, 2024

Working on a new release. For now, I can't create a rule for migrating org.jboss:jandex -> io.smallrye:jandex with an exception for org.jboss.jandex:jandex-maven-plugin -> io.smallrye:jandex-maven-plugin. I will add a new field in order to exclude some artifacts from a groupid migration. The Jandex migration rule will look like

{
            "old": "org.jboss:jandex",
            "new": "io.smallrye:jandex",
            "exclude": ["org.jboss.jandex:jandex-maven-plugin"]
},
{
            "old": "org.jboss.jandex:jandex-maven-plugin",
            "new": "io.smallrye:jandex-maven-plugin"
}

It may also allow me to rework some existing rules.

Nota: it will take some time, as I also have to update the gradle plugin before pushing the Jandex migration rules.

@jonathanlermitage jonathanlermitage added the enhancement New feature or request label Jan 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants