SpringBoot smoke test for WebFlux gzip

add smoke test for WebFlux "Accept-Encoding: gzip"Comment From: wilkinsonaThanks for the proposal but I don't think the ...

SpringBoot Actuator endpoints issue in springboot3.*

Hi , I upgrade springboot2.0 to springboot3.0. I find a issue, in springboot2.0 , http://localhost:8080/contextpath/actu...

SpringBoot Logback 1.4.x not working with Spring Boot 3.0.6 and snakeyaml 1.33

Upgraded from java 11 to java 17, springboot libraries from 2.7.x to 3.0.6, snakeyaml to 2.0.0 and logback library to 1....

SpringBoot ConfigurationProperties does not work on kotlin components after migration 2.7.3 to 3.0.0

Hello,I wanted to see what problems may occur after migration from 2.7.3 to 3.0.0 - my target is to prepare the native a...

SpringBoot Add auto-configuration for OTLP span exporter

With these changes an OTLP HTTP/protobuf exporter is auto-configured if opentelemetry-exporter-otlp is on the classpath....

SpringBoot Allow ServerHttpObservationFilter to be used with ERROR dispatcher type

We use an ErrorController class to handle some of our error scenarios (including: user requests a non-existent endpoint,...

SpringBoot MIME type ('') is not executable

I did upgrade from spring boot 2.6.15 to 2.7.0More about my set up:html thymeleaf page named myPage.htmlis in directory ...

SpringBoot Allow an app to start when its DataSource is unable to connect to the DB

As long as this doesn't make the code too complicated (possibly it can be done with AOP which is clean), I would say a r...

SpringBoot @Cacheable comment documentation error

The documentation for the condition attribute in the @Cacheable annotation has one more sentence:"Unlike condition, this...

SpringBoot Only one health group can be exposed using management.endpoint.health.group.xxx.additional-path=server:/newpath when using Jersey

https://github.com/spring-projects/spring-boot/blob/f9780511273edc811e26414bd7f8d4954f90a6bc/spring-boot-project/spring-...

SpringBoot Skip Duration to int to Duration conversion in ClientHttpRequestFactories.Jdk

@poutsma added a JdkClientHttpRequestFactory.setReadTimeout(Duration) so the conversion to and from int is no longer nee...

SpringBoot Update the javadoc of ClientHttpRequestFactories to describe the ClientHttpRequestFactory implementations that it supports

We should list the implementations that are supported by auto-detection and the order in which they're considered. When ...

SpringBoot Support JDK HttpClient in ClientHttpRequestFactories

This commit introduces support for the JdkClientHttpRequestFactory in ClientHttpRequestFactories.Notes:- On Java 11+, Jd...

SpringBoot Disable parallel execution for PR builds

GitHub actions' standard runners have the following specs for Windows and Linux:2-core CPU (x86_64)7 GB of RAM14 GB of S...

SpringBoot ConfigurationPropertyName#equals is not symmetric when element has trailing dashes

...with trailing dashes in an element. See also: #30393Comment From: p-palanisamiDear All, I am new to open Source Commu...

SpringBoot Add support for RestClient

Framework now include a new RestClient with a similar design to WebClient (see https://github.com/spring-projects/spring...

SpringBoot Change auto-configuration methods and inner class visibility

Our auto-configurations are public, but users should reference only the names of these classes. The contained methods, i...

SpringBoot Support custom token validators for OAuth2 Resource Server auto-configuration

Added injections of OAuth2TokenValidator<Jwt> beans to ReactiveOAuth2ResourceServerJwkConfigurationand OAuth2Resou...

SpringBoot AOT and R2dbcAutoConfiguration Requires spring.r2dbc.url at Build Time

Using Spring Boot 3.1.1 when I do AOT / Native Image, I'm not getting the right beans without the spring.r2dbc.url setti...

SpringBoot @DataJpaTest test slice doesn't working with container created in @TestConfiguration

For the following containers configuration:@TestConfiguration(proxyBeanMethods = false)public class ContainersConfigurat...
上一页 下一页
.