Patrick Schmidt

Results 33 comments of Patrick Schmidt
trafficstars

> It can be overridden by creating your own bean marked with `@Primary`, but it needs documenting. This seems like a feasible workaround for now. But that still feels like...

I have it on occasion that Git Extensions has forgotten its settings when I start it. Usually after a forced restart by a Windows Update, I think (I don't restart...

Does this problem only exist when `vaadin.whitelisted-packages` is set? Otherwise the application seems to scan everything for Vaadin annotations anyway, no? Anyway, I'd prefer a mechanism where every add-on can...

Sorry, if I wasn't clear enough. Both vaadinRootMapping and resourceHandlerMapping have a mapping for /*, so no matter which one takes precedence, something will be broken. Setting vaadinRootMapping to Ordered.LOWEST_PRECEDENCE...

Thanks a lot :) I have a prototype for a HandlerMapping that queries session and application RouteRegistries, so the dynamic part should be covered. The only major issue are persistent...

> Looks like the issue is still around in Vaadin 22.0.4. Iam trying to get Swagger-UI using springdoc with `vaadin.urlMapping` on default. Is there a workaround or will there be...

It needs to be exactly `vaadin.urlMapping`. `vaadin.url-mapping` will not work, even though your IDE might suggest it. It's not a regular Spring Boot configuration property and as such it's treated...

@letrthang, I have the same setup (based on your screenshots) and it works for me. spring/issues#602 contains some details why simply changing the orders of the URL mappings for Vaadin...

@letrthang, that error from your first screenshot is not from Vaadin; Vaadin would show something like in the image from [this Stackoverflow question](https://stackoverflow.com/questions/71022726/vaadin-blocks-swagger-ui). Your error looks like something from Spring,...

@Artur-, it's what I described in detail in vaadin/spring#602 and an attempt at a solution in vaadin/spring#604. Let's just say setting the URL mapping is much easier ;)