Marten Deinum
Marten Deinum
Prior to this commit the MustacheViewResolver used reflection to instantiate a MustacheView class, which fails when using AOT. Creating the view without reflection (analogous to the FreemarkerViewResolver) will fix this...
We are using Temporal to handle workflows for registrations. Those registrations are for a certain region/country. We are sending the metrics to New Relic to create a dashboard to get...
With the XmlViewResolver you could have 2 instances of it and provide and XML application context to configure the views. This comes in handy when allowing 1 controller to render...
With the deprecation of the `XmlViewResolver` and `ResourceBundleViewResolver` it is harder to have multiple `ViewResolver` instances to resolve a view with the same name but for a different content-types. I...
When adding an external library to Spring Boot with a different base package structure than your Spring Boot based application, a pattern emerges in the form of additional annotations to...
Most of the test slices have been documented, however `@DataR2dbcTest` seems to be missing from the list of documented `@Data*Test` annotations. As test support for reactive is different from the...
Currently a `TimeLimiter` can be configured for service-2-service calls. It would be nice if there could be support for deadlines. Which means specifying a timeout at the outermost service and...
Currently the actuator does a good job on sending `AuditEvent`s on login (ok/failure) authentication etc. would be nice if that could also be done for a logout. This can probably...
Currently Spring WS only leverages the regular Servlet API with blocking the request handling thread. This could be improved by also allowing support for the async features of the Servlet...
## Overview The [Apache Commons FileUpload](https://github.com/apache/commons-fileupload/blob/master/commons-fileupload2-jakarta-servlet6/README.md) project has been working on putting out Commons FileUpload2 which is compatible with JakartaEE APIs. Maybe it is worth to re-instate the support for...