SpringBoot Upgrade to JUnit Jupiter 5.12.0

Upgrade to JUnit Jupiter 5.12.0.Comment From: snicollThis breaks the build as we're using code that's now deprecated but...

SpringBoot Relocate OpenTelemetryLoggingAutoConfiguration and SdkLoggerProviderBuilderCustomizer to an OpenTelemetry-specific package

OpenTelemetryLoggingAutoConfiguration and SdkLoggerProviderBuilderCustomizer are in org.springframework.boot.actuate.aut...

SpringBoot Build image fails when builder registry requires authentication with a credential helper

Running spring-boot:build-image fails when the builder configured in the spring-boot-maven-plugin is not in a public rep...

SpringBoot spring-mail 3.2.5 intermittent error from HELO/EHLO

Error descriptionHello spring boot team,I noticed intermittent error from my spring boot application that uses spring ma...

SpringBoot Provide configuration properties for customising the auto-configured BatchSpanProcessor

Below are internal Otel properties are not auto-configured it requires to create a bean to populate non-default valuesPe...

SpringBoot Retry Policy for OtlpHttpSpanExporter and OtlpGrpcSpanExporter are not auto-configured

It requires to override Beans for OtlpHttpSpanExporter and OtlpGrpcSpanExporter, in order to populate RetryPolicyIn this...

Spring Document that Spring Framework 6.x does not yet support JSpecify annotations

Maybe it could be nice to mention explicitly in documentation that Spring FWK 6.x doesn't support JSpecify.When looking ...

Spring Add support for using a record for request paramaters on @GetExchange-annotated method

Hello team,Just wanted to reach out with an issue / enhancement request.Spring introduced the http interface (http excha...

Spring Upgrade match check in WebSocketHandlerMapping does not work if handler mapped to "/*"

I register a websocket with path '/*' and also called webSocketHandlerMapping.setWebSocketUpgradeMatch(true) in my progr...

Spring Regression in 6.2.3: No unique bean available for injection point with unresolvable generics

Autowiring does not find a suitable candidate in 6.2.3 any more. Throws an exception on startup. This used to work with ...

Spring BeanNotOfRequiredTypeException if @Bean factory method returns null

I've upgraded our app from spring 3.3.5 to 3.4.3 and on the newer version the app is throwing the following error on ini...

Spring Introduce OptionalToObjectConverter

OverviewWe have an ObjectToOptionalConverter since Spring Framework 4.1; however, we do not have a standard Converter fo...

Spring Security Security SpEL Expressions Should Propagate AuthorizationDeniedException from Proxied Objects

Related to #14600, if a proxied method in a spel expression throws and AuthorizationDeniedException, this should be prop...

Spring AI [Bug] mcp Unrecognized field \"tools\

i used cursor add mcp,There is indeed a 'tools' field under 'capabilities'.However, according to the MCP specification o...

Spring AI Prevent tools from being added to prompt if current security context doesn't have authority.

Per #2356, I'm trying to prevent @Tool-annotated methods (or even Function beans from being invoked using Spring Securit...

Spring AI In Spring AI, if a functioncall's return value doesn't match its description, it can trigger an infinite loop by repeatedly accumulating and calling the large model interface with the incorrect return value

link:https://github.com/spring-projects/spring-framework/issues/34534Spring AI defines a "functioncall". When the return...

SpringBoot Autoconfigure taskExecutor for Spring Integration default poller

I created a simple Spring Boot demo project for testing remote partitioning with spring-integration-kafka, I found that ...

SpringBoot @WebMvcTest are not starting with Version 3.4.3 of Spring Boot

To whom it may concern, after the upgrade to Spring-Boot 3.4.3 the @WebMvcTest annotation does not seem to work anymore....

SpringBoot Spring boot gradle plugin documentation must also mention about distributions configuration

Hello,I think spring boot gradle plugin also adds org.gradle.api.distribution.plugins.DistributionPlugintransitively.Whe...

SpringBoot Default ddl-auto create-drop applied to non-embedded database

After updating Spring Boot from 3.3.5 to 3.4.3, the default ddl-auto create-drop will be applied to the non-embedded dat...
上一页 下一页
.