SpringBoot Auto-configure http tracing for Micrometer Tracing

Micrometer Tracing supports automatic trace propagation through the use of HttpServerTracingObservationHandler and HttpC...

SpringBoot Change identityprovider to asserting-party in Saml2RelyingPartyProperties

This was a bit of a hassle, because the properties-migrator can't be used for map-based types, which the identityprovide...

SpringBoot SearchStrategy argument of MethodValidationExcludeFilter byAnnotation(Class, SearchStrategy) is not used

From @chanhyeong on Gitter:I have a question about the static method byAnnotation(Class<? extends Annotation> anno...

SpringBoot Include link to changelog in SDKMan announcements

SDKMan allows to include a link to the changelog in the announcement. We could use this feature by updating our call to ...

SpringBoot @SpringBootTest(webEnvironment = WebEnvironment.NONE) is overridden by spring.main.web-application-type in application.properties

I'm not sure when this started happening, but it appears that @SpringBootTest(webEnvironment = WebEnvironment.NONE) does...

SpringBoot Spring cloud config server does not return properties after upgrade to 2.4.2 spring boot

Environment: Spring Boot: 2.4.2Spring Cloud: 2020.0.0Spring cloud config server configuration for service configuration ...

SpringBoot log4j and logback conflict when running as packaged application

When using spring-boot-starter-log4j2, the following exception is thrown while starting the application as a packaged ap...

SpringBoot Combining Tomcat, h2c and specific headers results in NullPointerException

To reproduceRun the application as described belowRun the mentioned testExpected: test succeedsObserved: test fails and ...

SpringBoot Auto-configure RequestAttributeSecurityContextRepository for OAuth2 resource server

This appears to have broken in 2.6.X as older versions (I tried 2.5.X) do not exhibit the behavior described below.Step ...

SpringBoot Add auto-configuration for Kafka Retry Topics

Closes #28450This PR adds basic auto-configuration capabilities for Spring Kafka's non-blocking delayed retries feature ...

SpringBoot Could not find org.springframework.boot:spring-boot-buildpack-platform:2.6.7

I am getting Could not find org.springframework.boot:spring-boot-buildpack-platform:2.6.7 after upgrade to 2.6.7. Maybe ...

SpringBoot Consider downgrading Jackson to 2.6

As of 2.7, Jackson requires Java7. We also have report that it breaks with embedded elasticsearch (see #6508)Comment Fro...

SpringBoot 404 error when resources URL contains Chinese since 2.6.x

Hello! I recently update Spring Boot version to 2.6.6, and got 404 error when access resources which url contains Chines...

SpringBoot spring-boot-maven-plugin suggestions

155/5000 Dear Sir, I am a software developer from Xi'an,China! When using 'spring-boot-maven-plugin', I found that ...

SpringBoot Add AutoConfiguration to Spring Kafka's Retry Topic Feature

This is a proposal for enabling auto configuration for the delayed non-blocking retries using topics feature that we int...

SpringBoot Respect WebApplicationType.REACTIVE in tests with a mock web environment

Affects versions: 2.6.2If you create Spring Boot application with spring-boot-starter-web and spring-boot-starter-webflu...

SpringBoot Fix package tangle caused by ApplicationContextFactory

The move away from reflection in https://github.com/spring-projects/spring-boot/issues/22322 has introduced a package ta...

SpringBoot Simplify SecurityAutoConfiguration

We have a number of imports which can be combined into a single class for web-related configuration. See https://github....

SpringBoot Upgrade to Mockito 4.5.0

Other than simply upgrading to the latest Mockito version, this also uses the BOM introduced in versions 4.3.0 / 4.3.1.C...

SpringBoot Failed to introspect Class error on v2.5.12 on Tomcat 9.0.46

We just updated Spring boot version from 2.5.1 to 2.5.12, from local testing with embeded Tomcat it is working fine.Howe...
上一页 下一页
.