-
Notifications
You must be signed in to change notification settings - Fork 3
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
Duplicate Metadata #160
Comments
Hi, thanks for reporting! Actually, vaadin-quarkus-extension is a repackage of vaadin-quarkus with the addition of common Vaadin dependencies (e.g. vaadin-core) . I am not sure if we will be able to "hide" one of the extension, but at list the name and description of vaadin-quarkus-extension could be changed to make it more evident that it is targeting Vaadin platform and not only Flow. |
I don't understand why those are two extensions. There is only one, according to the directory. |
In the directory, only |
Maybe adding the "unlisted" metadata to one of the quarkus-extension.yml helps. Couldn't find this documented, but quarkus is using it when reusing shared extensions. |
The metadata for Quarkus is duplicated, and this causes to display the Vaadin extension in the Dev UI twice.
Both JARs contain the metadata:
com.vaadin:vaadin-quarkus-extension::jar:24.3.12
com.vaadin:vaadin-quarkus::jar:2.0.1
See quarkusio/quarkus#40701
The text was updated successfully, but these errors were encountered: