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

Add jandex index to all artifacts #579

Open
mvysny opened this issue Jan 21, 2021 · 0 comments
Open

Add jandex index to all artifacts #579

mvysny opened this issue Jan 21, 2021 · 0 comments
Labels
enhancement New feature or request

Comments

@mvysny
Copy link
Member

mvysny commented Jan 21, 2021

Vaadin 14.4.6: in order to support Quarkus, so-called Jandex index needs to be created. The reason is that Quarkus doesn't rely on classpath scanning to discover classes; instead it uses Jandex index. Alternatively, the jar files needs to have an empty beans.xml file present. Please see https://quarkus.io/guides/cdi-reference for more details.

These files need to be present in all jar files containing any classes that are discovered by classpath scanning, for example @NpmPackage-annotated classes etc.

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