Brian Clozel
Brian Clozel
:+1: Just ran into a problem with an application that indexes a lot of pages. When using the verify mode (the default one), `HTMLPageResponse` are kept in Sets in the...
This could be a unintended behavior introduced with spring-projects/spring-hateoas#1453 (requested in spring-projects/spring-framework#26212) - the custom `ObjectMapper` might not be properly selected depending on the chosen media type. A sample application...
We've discussed this and we don't think we should introduce a new `XmlMapper` bean, as this would conflict with `ObjectMapper` (the first extends the latter). Instead, we should react to...
This change also broke a smoke test - the session actuator endpoint relies on the indexed variant of the repository. The new default doesn't allow that and the session endpoint...
@vpavic with `SessionRepository` being the new default, right now the `SessionsEndpoint` completely backs off as it's relying on `FindByIndexNameSessionRepository` for its features. `SessionsEndpoint` ships three operations currently: https://github.com/spring-projects/spring-boot/blob/7f8e2d89b03061ff422f81819d216a669963fa4a/spring-boot-project/spring-boot-actuator/src/main/java/org/springframework/boot/actuate/session/SessionsEndpoint.java#L51-L69 We could...
Thanks @vpavic - this looks like the right approach from our perspective. Would you like to turn that into pull request?
@MrWong99 We're going to need an actual sample for this. I don't see anything that could cause that behavior in the code snippets you've shared. Starting from a sample application...
For people interested in the Maven/Gradle aspect of this, it looks like [sbom-tool](https://github.com/microsoft/sbom-tool) supports Maven and Gradle thanks to the [component-detection](https://github.com/microsoft/component-detection/blob/main/docs/feature-overview.md) project. As far as I understand, it's looking at...
See https://github.com/spring-projects/spring-boot/issues/27504#issuecomment-1240381510 for an update on this issue. The fact that `WebFilter` from the app context are applied to the management context makes me wonder if we shouldn't reconsider the...
This might be related to https://github.com/spring-projects/spring-graphql/issues/308#issuecomment-1058141073