-
Notifications
You must be signed in to change notification settings - Fork 168
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
Warning about conflicting dependencies in a new project #20740
Comments
Messages are supposed to be printed at WARN level only if the goal execution fails; otherwise, they should be printed at DEBUG level. We can always log at DEBUG level, but this will force the user to rerun with |
This is because the license-checker has not been bumped in Flow 24.6, and it is using 1.13.2, whereas the 24.6 platform depends on 1.13.3. EDIT: license-checker bump has been back-ported to 24.6 (#20738) |
|
About Jackson incompatibilities, the next 24.6 release will depend on Spring Boot 3.4.1 that pins Jackson 2.18.2. In the future, we should probably bump jackson in Flow and Hilla only when it is upgraded in Spring Boot (unless there are security issues or other problems that prevent waiting for SB) |
Hilla parent pom pins a couple of Apache commons dependencies to a version older than the one defined in Flow |
Hilla pins a couple of dependencies older than the ones defined by Flow. The clash is shown when Vaadin maven plugin fails for some reason and it dumps the project-plugin incompatibilities. References vaadin/flow#20740
Hilla pins a couple of dependencies older than the ones defined by Flow. The clash is shown when Vaadin maven plugin fails for some reason and it dumps the project-plugin incompatibilities. References vaadin/flow#20740
It should be re-tested with the next platform version. Probably vaadin/hilla#3094 needs to be picked to 24.6 |
Description of the bug
Expected behavior
No warning
Minimal reproducible example
as above
Versions
Vaadin 24.6.0
The text was updated successfully, but these errors were encountered: