vaadin / platform

Vaadin platform 10+ is a Java web development platform based on Vaadin web components. If you don't know to which repository your bug report should be filed, use this and we'll move it to the right one.
https://vaadin.com
568 stars 79 forks source link

[BUG] Starting a new Vaadin 19 app logs a warning about license checker Class-Path #1811

Closed Artur- closed 3 years ago

Artur- commented 3 years ago

Describe the bug

Every time you start a V19 alpha app you see

2021-01-29 09:38:49.237  INFO 21872 --- [  restartedMain] o.s.b.devtools.restart.ChangeableUrls    : The Class-Path manifest attribute in /.../.m2/repository/com/vaadin/license-checker/1.1.2/license-checker-1.1.2.jar referenced one or more files that do not exist: file:/.../.m2/repository/com/vaadin/license-checker/1.1.2/gwt-elemental-2.8.2.vaadin2.jar

To Reproduce Steps to reproduce the behavior:

vaadin init v19 --pre
cd v19
mvn

Expected behavior No warning is logged

Desktop (please complete the following information):

manolo commented 3 years ago

It happens also in beta

Artur- commented 3 years ago

Would be fixed by this I hope https://github.com/vaadin/license-checker-vaadin10/pull/27