Brian Clozel

Results 233 comments of Brian Clozel

@jovanstevanovic I've raised oracle/graal#5020, could you have a look? I'll try extracting feedback from here into separate issues so that we can close this one.

I've raised oracle/graal#5020 to address the lack of root resource resolution. I think this is a must have if we want to offer this feature in Framework. We don't need...

You've obviously spent a lot of time analyzing this issue, thanks for that. Unfortunately it's still hard to understand the core problem. Can you provide a simple application created with...

Thanks for the analysis and the sample application, I think I understand now what's going on. The core problem here is that you expect the resource handling (`ResourceHttpRequestHandler`) and `ShallowEtagHeaderFilter`...

The edge cases being described above actually make a case against the annotation with static values: depending on the HTTP method, the response status... I think the `ResponseBodyAdvice` contract is...

@jhoeller, @sdeleuze and I have discussed this and came up with the following plan: 1. The `SpringFactoriesLoader#loadFactoryNames` contract is just too broad and permissive for AOT processing and enables use...

Could you share a sample application demonstrating the problem?

What I meant is an actual sample we can download or git clone. I agree that it requires more investment on your side, but experience shows that the subtle thing...

Thanks for taking the time to work on that sample and letting us know. I'm glad it's resolved for you now.

I don't understand - could explain what you're trying to achieve here and why this code sample doesn't work for you?