Brian Clozel

Results 233 comments of Brian Clozel

I think this might be a duplicate of #27753, since Spring Boot's `FailureAnalyzer` infrastructure is loaded with `SpringFactoriesLoader`.

@mwisnicki I’ll look into skipping the optimization in this case. In the meantime, I think using a ˋWebFilter` instead for this will be much more efficient as you’ll keep the...

Then you should make sure that the filter does not perform blocking operations (like an HTTP client fetching a token synchronously) or is not reading/writing to the request or response...

How are those REST endpoints defined? Are they implemented using Vaadin infrastructure or are they Spring MVC Controllers? Spring MVC deals with that using the `HandlerMapping` beans, ordered. It seems...

So this issue is actually about supporting **both** Spring MVC and Vaadin in the same Spring Boot application? If that's the case, this is a much bigger issue, and asks...

@philwebb Yes, that was part of the fix. Our previous implementation of that scope was somewhat flawed and didn't work all the time (in some cases, those provided dependencies were...

@philwebb Yes, and other use cases as well - provided dependencies were transitive in the spring-framework build prior that change. @costin @mlem Are you building a custom JAR with the...

We don't offer build plugins at the moment. I assume this is about generating model classes and Query builders from a remote GraphQL schema, in order to use those in...

This is not blocked anymore, so we need to discuss this as a team.