SpringBoot Method renamed in 3.5.0 breaks springdoc-openapi libs

After upgrading to SB 3.5.0, and using org.springdoc:springdoc-openapi-starter-webmvc-ui:2.8.8 (latest), a method rename...

SpringBoot Calling '/actuator/health' with a trailing slash ignores the set cache time to live

Reproducer can be found at mvitz/actuator-time-to-live.If setting management.endpoint.health.cache.time-to-live to any v...

SpringBoot Native Image Build Fails with MariaDB JDBC Driver in Spring Boot 3.5.0

Description:After upgrading from Spring Boot 3.4.5 to 3.5.0, the native image build fails with MariaDB JDBC driver due t...

Spring AspectJ @annotation is not working after upgrade from 6.0.23 to 6.2.6

OverviewI have a JUnit test which calls a method which in turn uses @annotation call to aspect class.This setup is worki...

SpringBoot Allow structured 'json.context.prefix' to apply to MDC and not key/value pairs

See https://github.com/spring-projects/spring-boot/issues/45218#issuecomment-2898258549Offering a general purpose proper...

SpringBoot Unable to override/set nested ConfigurationProperties by passing as a system property

When using nested classes in @ConfigurationProperties annotated classes, it's normally possible to override that value b...

Spring restTemplate.exchange have exception "insufficient data written" with springboot 3.3

The example use springboot 3.0 is normal, but use springboot 3.3 have exception.Maybe it is different from #31902detail ...

Spring Race condition on JMS listener scaling down with ActiveMQ Artemis

After this changes related to this issue, we are experiencing race conditons when jmsListeners are scaling down and some...

Spring Implicit @ModelAttribute no longer works

After upgrading from spring-boot 2.7 to spring-boot 3.4, implicit @ModelAttribute annotation doesn't work anymore.@Autow...

Spring Consistently declare nullability @Contract for core utilities

OverviewAlthough we have @Contract declarations for various methods in some of our core utilities (such as Assert and St...

Spring @Contract for StreamUtils.drain() incorrectly declares that null will result in an exception

OverviewAlthough the implementation of org.springframework.util.StreamUtils.drain(InputStream) originally threw an Illeg...

Spring Improve Javadoc for getFilename() and getFilenameExtension() in StringUtils

Currently, the Javadoc for those methods does not explain the outcome for all use cases.In addition, the generated HTML ...

Spring Security OidcBackChannelLogoutWebFilter make use of a servlet class

Describe the bugThe OidcBackChannelLogoutWebFilter class make use of an undefined status code when the project doesn't h...

Spring AI Tools MethodToolCallback, parameter name cannot be matched

Please do a quick search on GitHub issues first, there might be already a duplicate issue for the one you are about to c...

Spring AI MCP integration using WebMVC SSE

Bug descriptionI have implemented both the client and server components for the Model Context Protocol (MCP). Both commu...

Spring AI Message metadata should be returned when calling Chatclient.call()

Expected BehaviorWhen I build and invoke a ChatClient like this:ChatClient client = ChatClient.builder(chatModel) .de...

Spring AI The mcp calling tool is incorrect,block()/blockFirst()/blockLast() are blocking, which is not supported in thread reactor-http-nio

it calls mcp tool, it uses block,I'm not sure if it's because there's a problem with my configurationEnvironmentSpringAI...

Spring AI Hikari detecting connection leak when using JdbcChatMemoryRepository auto configuration

Bug descriptionIn JdbcChatMemoryRepositoryDialect, the following method static JdbcChatMemoryRepositoryDialect from(Data...

Spring AI Error "toolInput cannot be null or empty" when calling in stream mode

Bug descriptionGetting error "toolInput cannot be null or empty" while calling .stream() in chatClientjava.lang.IllegalA...

Spring AI Unable to disable Gemini and Vertex during testing

Bug descriptionI'm unable to disable Vertex during testing. I get the folloing when running in a hermetic environment wi...
上一页 下一页
.