Dave Syer
Dave Syer
Maybe you missed the documentation ? User has to opt into progressive rendering with a naming convention on the model attribute. I’m happy to argue or yield on what the...
The sequential aspect I leave to you. For me what we have here works for the cases that are supported in thymeleaf (and is easier for users), so I was...
Yes, the wrapper really didn’t appeal to me. A model is a model, it shouldn’t need special object types that tie it to the view layer.
I'm not really getting what you mean with the fragments and flat maps. It would mean the template has JavaScript in it, right? Would the fragments be rendered at the...
I'm not sure I understand what the problem is. There's already a naming convention somewhere and we should try and match it (not clear why that would be)? The test...
The former are resolved to concrete values because they don't match a convention, however that convention is too close syntactically to the one used by Spring WebFlux already when adding...
I added support for both "async." and "async:" in the latest commit.
I wasn't aware of those changes. Can you send a PR to my branch?
[ML] Enhancements to `ml.allocated_processors_scale` for increased flexibility in model allocations.
I'm in favour of option 2. in Brian's list. But to clarify, that also requires splitting out the `web.embedded` features into a new jar? Or are we comfortable with Rossen's...
Seems like a generic client app concern, rather than anything to do with config server. Maybe we should think about it as a commons feature, or spring cloud security, or...