Aurora Blog
Home
SpringBoot no gradle plugin found for 3.5.0
2025-05-25 14:00:13
996
Just wanted to upgrade from 3.4.5 which runs fine.I triedplugins { id 'java' id 'org.springframework.boot' version...
Spring AI RetrievalAugmentationAdvisor appears to suppress tool usage
2025-05-24 14:01:19
1486
I’m implementing a RAG system with Spring AI that combines document-based context with dynamic, real-time data fetched v...
Spring AI spring-ai-retry should not require spring-webflux dependency
2025-05-24 14:01:17
607
Bug descriptionspring-ai-retry/pom.xml contains spring-webflux. This is an invasive library (conflicts with spring-webmv...
Spring AI When use @Autowire List<McpSyncClient>mcpSyncClients, If one of the configured MCP servers is invalid, it will cause the system to fail to start!
2025-05-24 14:01:13
25256
When use @Autowire ListmcpSyncClients, If one of the configured MCP servers is invalid, it will cause the system to fail...
Spring AI Add support for max_completion_tokens in AzureOpenAiChatOptions
2025-05-24 14:01:11
670
Support for max_completion_tokens was introduced in ChatCompletionsOptions class (Azure SDK for Java - package com.azure...
SpringBoot Managed version of MongoDB's driver is not aligned with Spring Data MongoDB
2025-05-24 14:01:07
7340
After migration to SB 3.5.0 I can see in my project (snippet from Gradle's dep task): | \--- org.springframework.boot...
SpringBoot Make integration testing of webclient easier with @MockServerResponse annotation.
2025-05-24 14:01:04
2614
When doing full blown integration tests with @SpringBootTest and having webclient reach to 3rd party services instead of...
SpringBoot Hibernate SyntaxException with spring boot 3.5 update
2025-05-24 14:00:51
1045
With spring 3.4.6 this basic query work@Query(""" select isbn from Isbn isbn ...
SpringBoot Method renamed in 3.5.0 breaks springdoc-openapi libs
2025-05-24 14:00:31
2773
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
2025-05-24 14:00:26
1160
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
2025-05-24 14:00:21
11940
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
2025-05-24 14:00:14
1295
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
2025-05-23 14:00:41
195
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
2025-05-23 14:00:36
2496
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
2025-05-23 14:00:26
4108
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 jmsListener scaling down
2025-05-23 14:00:23
580
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
2025-05-23 14:00:21
1351
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
2025-05-23 14:00:16
560
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
2025-05-23 14:00:14
345
OverviewAlthough the implementation of org.springframework.util.StreamUtils.drain(InputStream) originally threw an Illeg...
Spring Improve Javadoc for getFilename() and getFilenameExtension() in StringUtils
2025-05-23 14:00:10
269
Currently, the Javadoc for those methods does not explain the outcome for all use cases.In addition, the generated HTML ...
上一页
下一页
1
…
184
185
186
187
188
…
198
.