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"}}

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

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

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

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

Having the following properties class:@ConfigurationProperties(prefix = &quot;app&quot;)public class Configuration { ...

SpringBoot Spring Boot 4 - Spring Data REST does not support URI strings in JSON for associations in Post Request Anymore

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

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

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

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

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

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

Micrometer provides io.micrometer:micrometer-observation-test to test observations. However, I don't see this provided i...

SpringBoot Support multiple PEM encoded certificates

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

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

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

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

OverviewAnnotation search algorithms in Spring Framework typically ignore annotations that cannot be loaded because anno...

Spring Target type in Converter interface should be @Nullable

org.springframework.core.convert.converter.Converter is in a @NullMarked package, so all types are @NonNull by default.A...

Spring Strong locking in ConcurrentReferenceHashMap#computeIfAbsent may cause context initialisation deadlock

OverviewThe change to ConcurrentReferenceHashMap in 12dd75815867def5c6d29be results in the mapping function now being co...

Spring Avoid package cycle caused by use of UriComponentsBuilder in ServletServerHttpRequest

Both ServlertServerHttpRequest classes in org.springframework.http, a lower level package, use UriComponentsBuilder from...
上一页 下一页
.