Samuel Padou
Samuel Padou
In this example I'm not configuring anything, it is all Spring Boot auto-configuration, and I don't see an easy way to define the order from external configuration. Defining an order...
Looking a bit more into this, and how the `ProxyingHandlerMethodArgumentResolver` is registered. Maybe another solution would be to use the `ProjectingArgumentResolverRegistrar`, that is currently used to register the non catch-all...
For info, in Java 21, a note was added that span multiple lines (see https://inside.java/2023/07/29/quality-heads-up/). This produce the following output from javac: ``` Note: Annotation processing is enabled because one...
@MacGyver27 Do you have ngAnimate in your project? I had a similar error when ngAnimate is present, removing the module or deactivating it for the select item should fix the...