Soroosh Taefi
Soroosh Taefi
This could be planned as a part of https://github.com/vaadin/hilla/discussions/1634 enhancements.
Also, it should be possible to provide comparator or some other way to **enable sorting for the custom columns**.
I'm not sure if the suggested fix could simply be applied, as `VaadinSecurityFilterChainBean` is actually a bean name for a `SecurityFilterChain` instance, and its instantiation is failing due to reflection...
Just mentioning it here for future references: Another issue I faced is that having a dependency in the classPath that contains a `flow-build-info.json` can mess with finding the themes folder...
The [Creating Menu From Routes](https://github.com/vaadin/docs/blob/next/articles/hilla/guides/routing.adoc#creating-menu-from-routes) heading is partially addressing this issue. Probably, some points regarding the filtering/ordering of the menus can be covered under the same section (not to detailed...
The part related to `react-grid-test` is already done in #2188.
Closing as of now just enabling enforce-plugin-versions is not enough.
Never used OpenRewrite before, so maybe some of the things I'm writing here are not entirely correct. Tried gathering some recipes for just updating the POM file by using the...
@cromoteca Were there any efforts to publish this officially on the https://docs.openrewrite.org/recipes/ ?
That's correct, as just `isReactEnabled()` returning `true` doesn't necessarily means there is no Lit in that project. However, those projects might not be a very big share of the Vaadin-Hilla...