SpringBoot Document artemis-jakarta-server shipped with Spring Boot 4.0 does not work with Java 25

Artemis Jakarta Server added support for Java 25 in its version 2.44.0, but Spring Boot depends on 2.43.0.This causes ru...

SpringBoot Use @Configuration(proxyBeanMethods=false) wherever possible

Almost all of our auto-configuration classes are currently annotated with @Configuration. The means that the Configurati...

Spring Security Expose Methods in OAuth2EndpointUtils

Currently the methods in org.springframework.security.oauth2.server.authorization.web.authentication.OAuth2EndpointUtils...

Spring AI Explicit AutoConfiguration import needed for VertexAiEmbeddingConnectionAutoConfiguration

With #4494, VertexAiEmbeddingConnectionAutoConfiguration (and a lot of others) are no longer included in @ImportAutoConf...

SpringBoot Spring Boot 4.0.0: InvalidDefinitionException when trying to deserialise an interface with TestRestTemplate

I'm trying to migrate a project from Boot 3.5.8 to 4.0.0, but I'm having hard time making Boot to deserialise interfaces...

SpringBoot Upgrade to Jackson Bom 3.0.3

Comment From: bclozelThere is no need to ask for a dependency upgrade.As mentioned in our issue template:You DO NOT need...

SpringBoot RestTemplate rootUri() gets ignored in @HttpExchange methods with URI parameter

DescriptionWhen using @HttpExchange clients with a custom RestClient built from a RestTemplate, setting RestTemplateBuil...

SpringBoot Warnings with Maven 4 when importing spring-boot-dependencies BOM

Using> mvn --version Apache Maven 4.0.0-rc-1 (d81b1b6a2870dc954d6d642500ad38e8e4cb3dde)When creating a POM which impo...

SpringBoot Polish TestRestTemplate examples in the reference guide

These are focused on the location header for some reason. We don't actually need to show an assertion here as the point ...

SpringBoot RelyingPartyRegistrationRepository is null when configuring SAML2 via application.yaml in Spring Boot 4.0.0 and later

DescriptionWhen trying to configure SAML2 using the auto-configuration via application.yaml in Spring Boot 4.0.0 or late...

SpringBoot Documentation missing for LocalTestWebServer

As discovered by working on #48330, there is no mention of LocalTestWebServer in the reference guide. This is a powerful...

SpringBoot Incorrect property syntax for spring.jpa.show-sql in docs

Dear Spring Documentation Team,I hope you are doing well.I wanted to bring to your notice a small inconsistency in the S...

Spring Log warning when meta-annotation is ignored due to types not present in classpath

@ConditionalOnClass is a Spring Boot feature but it relies on the fact that the ConditionEvaluator in Framework can read...

Spring Improve the graceful shutdown handling within AbstractMessageListenerContainer

During the shutdown of a Spring AMQP listener container, all retrieved messages are allowed to finish processing before ...

SpringBoot Where is @AutoConfigureWireMock gone

Migration to springboot 4.0.0. Can't doimport org.springframework.cloud.contract.wiremock.AutoConfigureWireMock;anymore....

Spring Different ReactorNettyWebSocketSession call getId() may return the same value

Bug Reposrtsversion: 6.2.14 (also with 6.1.x)bug description:In a production environment,SpringWebFlux (Netty) differen...

Spring Refine AbstractKotlinSerializationHttpMessageConverter#canWrite

AbstractKotlinSerializationHttpMessageConverter#writeInternal is able to resolve the ResolvableType from the Object obje...

Spring Register bean dependency for Optional injection point as well

Along with #35373 where we introspect Optional results from a Provider handle as well, it turns out that directly inject...

Spring Tighten cacheable decision behind @Lazy injection point

In the process of #35373, a cacheable decision needs to be made within an injected Provider instance, taking the autowir...

Spring Change canRead/canWrite overrides to Class ones in AbstractSmartHttpMessageConverter

As reported by @odrotbohm, extending AbstractSmartHttpMessageConverter typically requires to override both Class and Res...
上一页 下一页
.