Aurora Blog
Home
Spring AI Gemini on Vertex: Incorrect handling when responses contain both text and function call parts
2025-10-11 14:01:34
1410
Bug descriptionhttps://github.com/spring-projects/spring-ai/blob/1.1.0-M3/models/spring-ai-vertex-ai-gemini/src/main/jav...
Spring AI Return thinking output in the google gen ai library
2025-10-11 14:01:31
178
It would be great if we could capture the thinking output in the ChatMessage response object. Will provide an update on ...
SpringBoot [Bug] Binding From Environment Variables - Unexpected behavior and inconsistency
2025-10-11 14:01:21
1754
Hi team,today I found some unexpected behavior when trying to override a spring property via Environment variable. I cre...
SpringBoot "Whitelabel Error Page 404 Not Found" when trying to access a JSP view. Why is that (yes, I did specify the WAR packaging)
2025-10-11 14:01:09
4749
Hi. When sending a request from my browser, which is a basic http://localhost:8080/, I get a 404 error instead of my jsp...
SpringBoot Automatically detect Jackson 3 modules
2025-10-11 14:00:51
910
In Spring Boot 3, the most popular Jackson modules were automatically detected via Jackson2ObjectMapperBuilder.In Spring...
Spring Hibernate StatelessSession Transaction issue
2025-10-11 14:00:39
1811
Environment:Java 21Spring 7.0.0-M8Hibernate 7.1.3Example Project: https://github.com/hantsy/spring7-sandbox/blob/master/...
Spring Hibernate JPA Transacation jakarta.persistence.OptimisticLockException
2025-10-11 14:00:38
3305
Environment:Java 21Spring 7.0.0-M8Hibernate 7.1.3Example Project: https://github.com/hantsy/spring7-sandbox/blob/master/...
Spring Optimize repeated annotation stream processing in SpringCacheAnnotationParser
2025-10-11 14:00:31
1540
Summary:In the current implementation of cache annotation parsing in SpringCacheAnnotationParser , the code processes a...
Spring UriComponentBuilder doesn't work with encoded HTTP URL having '+'. [SPR-14828]
2025-10-11 14:00:28
14778
Johnny Lim opened SPR-14828 and commented'+' is valid for a space but with the following code:String httpUrl = "htt...
Spring Introduce queryParamPredicate in AbstractRequestLoggingFilter
2025-10-11 14:00:26
1156
Hello,It would be beneficial to extend the AbstractRequestLoggingFilter to have a queryPredicate, similar to Predicate&l...
Spring Add builder-based constructors to Jackson 3 infrastructure
2025-10-11 14:00:16
565
Currently Jackson 3 codecs and converters provide a default and a mapper-based constructor.With Jackson 3 mappers being ...
Spring Document semantics for combining @Retryable with other proxy-based features
2025-10-11 14:00:10
2734
Since we introduced @Retryable, we have received questions regarding how @Retryable works when combined with other proxy...
Spring AI Unable to change image generation model for stability API
2025-10-10 14:01:06
1418
Bug descriptionI have a basic setup where I call stability image generation API with minimal options and I get a 404 err...
SpringBoot Rename annotations used by the tests of configuration processor
2025-10-10 14:00:57
334
Piggy backing on #47443, we have quite a bit of tests that are duplicated for the purpose of testing the annotation proc...
SpringBoot Configure monitoring of non-responsive KafkaMessageListenerContainer on virtual threads
2025-10-10 14:00:54
1864
Spring Boot configures @KafkaListeners on virtual threads if they are enabled (KafkaAnnotationDrivenConfiguration), but ...
SpringBoot Exceptions are suppressed when grpc and security starters used together
2025-10-10 14:00:50
1704
Following code with spring boot grpc and security are used (when calling doSomething method) should throw exception in o...
SpringBoot Align TestRestTemplate default redirect settings to be the same as RestTemplate
2025-10-10 14:00:44
1499
The current situation is quite confusing. We use the defaults for the underlying library (usually follow redirects), unl...
SpringBoot Provide a configuration property to auto-configure Jackson 3 for best compatibility with Spring Boot 3's Jackson 2 defaults
2025-10-10 14:00:39
417
Rather than behaving exactly as configureForJackson2() does, I think we'll want it to set Jackson 3 up as close to how B...
SpringBoot Improve testing of architecture checks
2025-10-10 14:00:33
1318
We have some architecture checks that reference Spring Boot types such as @ConfigurationProperties and @ConditionalOnMis...
Spring ServletServerHttpRequest.getRemoteAddress() may perform DNS lookup
2025-10-10 14:00:27
2106
The ServletServerHttpRequest#getRemoteAddress method may perform a DNS lookup in certain scenarios (and same goes for it...
上一页
下一页
1
…
7
8
9
10
11
…
366
.