Marcus Hellberg

Results 25 comments of Marcus Hellberg

Sounds like more of a documentation issue then. Would be helpful to have 2 concrete examples of how to access a plain string parameter and an array

Yes, I you're right. Can you please make a pull request?

This particular issue _should_ be fixed if we add ``` hints.reflection().registerType(VaadinSecurityFilterChainBean.class, MemberCategory.values()); ``` to https://github.com/vaadin/flow/blob/main/vaadin-spring/src/main/java/com/vaadin/flow/spring/springnative/VaadinHintsRegistrar.java But we need to check if there are other new classes or resources that need...

It's strange that we need to add hints for Spring Security classes. Sounds like we should create an issue on their end for them for a proper fix. But good...

I chatted with them on Twitter and they said we can create an issue as they normally would have the hints already added in the framework. But maybe it's that...

As a starting point, you could feed https://github.com/vaadin/docs/issues/3186 into ChatGPT and ask it to create OpenRewrite recipes. I tried it and it seemed to produce reasonable recipes.

Here's my current work-in-progress that I created together with my AI buddies. The only problem is that OpenRewrite says no when I try to run it. Need to continue work...

When I try to run it, I get the following for each of the "sub-recipes" (not sure what the correct term is here) ``` [ERROR] Recipe validation error in type:...

Here's how far I got when I tried. It requires you to move the frontend folder manually as there's no recipe for moving files. ```yml type: specs.openrewrite.org/v1beta/recipe name: com.vaadin.migration.HillaToVaadin244 displayName:...

While we wait for official support, here's an example of how to use them together https://github.com/marcushellberg/hilla-vue All that was needed was to change the frontend folder contents to a Vue...