Brian Clozel
Brian Clozel
Currently, Spring MVC and WebFlux applications are instrumented wit Micrometer metrics in Spring Boot, thanks to `org.springframework.boot.actuate.metrics.web.servlet.WebMvcMetricsFilter` and `org.springframework.boot.actuate.metrics.web.reactive.server.MetricsWebFilter`. Those filters are then auto-configured by Spring Boot and their metrics...
Due to RSocket metadata changes, the current rsocket-cli version (1.15.0) is out of date and calls result with: ``` java.lang.IndexOutOfBoundsException: readerIndex(1) + length(108) exceeds writerIndex(20): AbstractPooledDerivedByteBuf$PooledNonRetainedSlicedByteBuf(ridx: 1, widx: 20, cap:...
We've introduced a temporary workaround in eb8ad0af9a547eb33518b6c7bbd948d058007a38 to manually encode the routing metadata with the expected format. Once the rsocket-js library has been updated to support composite metadata, we should...
As of spring-projects/spring-framework#28925, Spring Framework doesn't configure the Apache HttpComponents client 4.x, as this generation is not maintained anymore. The implementation has switched to using the [httpclient5](https://mvnrepository.com/artifact/org.apache.httpcomponents.client5/httpclient5) generation. Besides adapting...
As seen in #32162, `spring.${viewTechnology}.enabled` properties do not disable entirely the auto-configuration, but rather controls the registration of the MVC/WebFlux component that resolves templates for web views. This applies to...
**Describe the issue** When adding resources to the native image, the native image `FileSystemProvider` is used to resolve resources at runtime. The root directory of this file system is not...
`SpringFactoriesLoader` has been added in Spring Framework 3.2 (see 988f376) as a simple and internal factory loading mechanism. At the time, the 3.x generation had a Java 1.5 baseline and...
As of #10556, support for OpenSAML 3 has been removed. Spring Boot is currently [upgrading to Spring Security SNAPSHOTs](https://github.com/spring-projects/spring-boot/issues/32604) and ran into a dependency resolution problem; Spring Security depends on...
Since Spring Framework has been working on AOT and GraalVM Native Image support, we should consider improvements to make this work in time for 1.1.0. Right now we're identifying several...