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

Web-components config version is shared between dependencies #156

Closed
jogerj opened this issue Jan 29, 2024 · 0 comments · Fixed by #164
Closed

Web-components config version is shared between dependencies #156

jogerj opened this issue Jan 29, 2024 · 0 comments · Fixed by #164

Comments

@jogerj
Copy link

jogerj commented Jan 29, 2024

return String.format(HTML_PATTERN, version, version, version, rootPath, rootPath);

The code uses the specified version in quarkus.asyncapi.annotation.scanner.webcomponentversion to resolve 3 separate packages:

  • @asyncapi/web-component
  • @webcomponents/webcomponentsjs
  • @asyncapi/react-component

This just doesn't work, either it should resolve to a single package with the 3 packages as dependencies or the version specified separately

Current workaround is to specify quarkus.asyncapi.annotation.scanner.webcomponentversion=latest so it resolves the 'latest' of each package

Version: 0.2.2

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

Successfully merging a pull request may close this issue.

1 participant