Aurora Blog
Home
Spring AI @McpTool Does Not Auto-Work With Stateless Transport
2025-12-04 14:01:07
379
Spring AI 1.1.0-M1spring.ai.mcp.server.protocol=stateless@Componentclass MyTools { @McpTool(description = "say h...
Spring AI Support Gemini Grounding with Google Maps
2025-12-04 14:01:05
1641
Expected BehaviorI would like Spring AI to support Grounding with Google Maps.It would also be great if the following pa...
Spring AI Azure OpenAI gpt-5.1-chat-2025-11-13 {"error":{"message":"The deployment doesn't support logprobs request parameter.","type":"invalid_request_error","code":"422"}}
2025-12-04 14:00:59
2828
spring-ai version: 1.1.0 <dependency> <groupId>org.springframework.ai</groupId> <artif...
Spring AI [Feature Request] Move Tool Execution from ChatModel Internal Recursion to ChatClient Advisor Layer
2025-12-04 14:00:57
11491
Problem StatementThe current architecture implements tool calling as internal recursion within ChatModel implementations...
SpringBoot Security matchers fail with NoClassDefFoundError when used in a traditional WAR deployment
2025-12-04 14:00:53
10335
If I want to use a traditional deployment and I use Spring Security with PathRequest.toH2Console() using a WAR deploymen...
SpringBoot Getting error as Failed to register 'filter errorPageFilterRegistration' Possibly already registered when I deploy war file to wildlfly
2025-12-04 14:00:51
847
I have migrated my application for java 8 to 21 and spring boot 2.7.x to spring boot 3.2.7 and when I am going to deploy...
SpringBoot @ConfigurationProperties annotated class with a Map<String, Object> property doesn't bind correctly a YML inner list
2025-12-04 14:00:49
3526
Having the following properties class:@ConfigurationProperties(prefix = "app")public class Configuration { ...
SpringBoot Spring Boot 4 - Spring Data REST does not support URI strings in JSON for associations in Post Request Anymore
2025-12-04 14:00:47
2545
I've migrated my Spring Boot 3.5.8 application that uses spring-data-rest (@RepositoryRestResource) to Spring Boot 4.0.0...
SpringBoot Allow an app to start when its DataSource is unable to connect to the DB
2025-12-04 14:00:45
29225
As long as this doesn't make the code too complicated (possibly it can be done with AOP which is clean), I would say a r...
SpringBoot Reactive Health Indicators can't be added to health groups
2025-12-04 14:00:42
555
Spring Boot 4.0.0I tried to add the ReactiveMongoHealthIndicator to a health group (with management.endpoint.health.grou...
SpringBoot Add support for customized Cassandra keyspace creations
2025-12-04 14:00:41
14987
Using the Cluster bean from CassandraAutoConfiguration makes it quite difficult to provide a custom keyspace creation (e...
SpringBoot property spring.jackson.property-naming-strategy not used in deserialising by @RestController in spring-boot 4
2025-12-04 14:00:38
1389
When changing the jackson naming strategy by using the following line in application.properties:spring.jackson.property-...
SpringBoot Spring Boot is not respecting Jackson configuration
2025-12-04 14:00:36
1259
I have a problem with setting a deserialization feature in Jackson 3. With Jackson 3 there's a change in behavior while ...
SpringBoot Missing spring-boot-micrometer-observation-test module
2025-12-04 14:00:34
500
Micrometer provides io.micrometer:micrometer-observation-test to test observations. However, I don't see this provided i...
SpringBoot Support multiple PEM encoded certificates
2025-12-04 14:00:29
7825
At the moment, PEM SslBundles can be instantiated through the following properties:spring: ssl: bundle: pem: ...
SpringBoot Postgres Testcontainer not working with Spring Boot 4
2025-12-04 14:00:27
1752
Was looking to upgrade a spring-boot 3.5.x project to spring boot 4 using https://docs.arconia.io/arconia-cli/latest/upd...
Spring XML bean definition issues BeanCreationException when bean class type is set
2025-12-04 14:00:17
10493
hello,ActiveMQ update from 6.1.5 to 6.2.0 brings spring libraries version upgrade from 6.1.16 to 6.2.12.With ActiveMQ ve...
Spring Add support for package-private BeanRegistrar in Spring AOT generated code
2025-12-04 14:00:15
3095
Comment From: joshlongdemo. generate a new project with no changes to the build on the initializr. im using maven. also,...
Spring Document that annotations are ignored if attributes reference types not present in the classpath
2025-12-04 14:00:12
493
OverviewAnnotation search algorithms in Spring Framework typically ignore annotations that cannot be loaded because anno...
Spring Target type in Converter interface should be @Nullable
2025-12-04 14:00:06
786
org.springframework.core.convert.converter.Converter is in a @NullMarked package, so all types are @NonNull by default.A...
上一页
下一页
1
2
3
4
5
6
7
…
386
.