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

Handle Jandex 3 #961

Closed
barchetta opened this issue Jul 24, 2023 · 2 comments
Closed

Handle Jandex 3 #961

barchetta opened this issue Jul 24, 2023 · 2 comments
Assignees
Labels

Comments

@barchetta
Copy link
Member

In Helidon 4 we plan on upgrading Jandex to 3.x. See helidon-io/helidon#6561

It has been reported that in jlink support if it can't read the Jandex index it will re-generate it. This means on a 4.x project it would overwrite the Jandex 3 index with a Jandex 2 index.

We need to either upgrade Jandex support in build-tools to 3.x, or somehow mitigate this issue.

@barchetta barchetta added the P1 label Jul 24, 2023
@romain-grecourt
Copy link
Contributor

romain-grecourt commented Jul 24, 2023

actually the switch to Jandex 3.x was done in #956; this is probably incompatible with Helidon 3.x.

We should back-out the update and start a build-tools 4.x branch.

@tvallin
Copy link
Member

tvallin commented Aug 7, 2023

Done by @romain-grecourt in #966 and #973

@tvallin tvallin closed this as completed Aug 7, 2023
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

3 participants