Manuel Carrasco Moñino

Results 63 comments of Manuel Carrasco Moñino

well, seems that is a flow issue how it propagates the routes to the menu

@Artur- is this a blocker for 24.4 ? I think in 24.3 we were shipping already files as `.ts` Probably it's something we can fix in a patch release.

Note that just when the simple element extends an empty mixin, the problem is fixed. ``` /** * @polymerMixin */ Foo = superClass => class FooMixin extends superClass { };...

@tarekoraby how is the status of this, flow was already updated but not hilla ?

I guess no, they dont publish any SBOM, just use it for visiting dependencies

This is fixed after [this](https://github.com/vaadin/flow/pull/18987) change

We can try this and analyse `.diff` or `.xml` files ``` mvn -q -B -e -V -pl=flow-server,flow-data,flow-html-components -am com.github.siom79.japicmp:japicmp-maven-plugin:cmp verify -DskipTests ```

@web-padawan So what is needed for closing this issue? add some explanation in javadocs?

I tried the same steps and cannot reproduce in my mac, I'm using java 21 but didnt change the java.version in the pom file, and also used the JavaApplication.java play...