Knoobie
Knoobie
Vaadin 23.1.0.alpha4 did not include this artifact and was literally 10mb smaller..
Could it be added as dependency to the maven/gradle plugin?
Looking at my projects **without** any pro or prime components (only using `vaadin-core` instead of `vaadin`) there was no license-checker, jna, jna-platform and oshi-core in V23, V23.1.alpha4 but they are...
My concern comes from the transitive dependencies the license checker has and aren't really needed for free components because in my government project every dependency has to be known, checked...
The following would exclude it from the production artifact (but I'm not sure if this would break anything; especially if the feature flag for offline check is activated) ```xml com.vaadin...
I've seen this behavior in V19 and V20 apps as well. (haven't tested V18 and below) Edit: found your old ticket with the same error in V19 https://github.com/vaadin/flow/issues/10083
@mcollovati looking at the provided docu by the Chromium Team it looks like only the major version is provided: https://chromium.googlesource.com/chromium/src.git/+/HEAD/docs/ios/user_agent.md
The new jsoup version can be used with 23.2 by default. In 23.1 you have to do some more work to get it to work without breaking stuff.
Vaadin (flow) releases 14-23.2 with a fix including the transitive dependency are already on the way. An update for v8 (8.17) as extended maintenance release is prepared by Tatu as...
FYI: ComboBox has a similar problem as the RouterLink: `error: reference to ComboBox is ambiguous` with: ```java var combobox = new ComboBox(null); ``` Migrating from V14.8 to 23.2.alpha2 (haven't tested...