SpringBoot Support loading file-based service bindings

This issue proposes to add support for file-based service bindings in Spring Boot, as specified in Cloud Foundry RFC-003...

SpringBoot Upgrade to Json Path 2.10.0

We upgraded to json-smart 2.6.0 in #46742 and we should use a json-path dependency that has been compiled against it. Se...

SpringBoot Add support for auto-configuring ExpressionJwtGrantedAuthoritiesConverter

Currently, the auto-configured JwtAuthenticationConverter (defined in OAuth2ResourceServerJwtConfiguration) uses a JwtGr...

SpringBoot Remove reachability metadata for Hibernate 7.2

https://github.com/oracle/graalvm-reachability-metadata/pull/896 will replace the metadata added in https://github.com/s...

SpringBoot Review documentation and migration guide about changes in @AutoConfigureCache

ProblemWhile Upgrading from Spring Boot 3.5.8 to 4.0.0, I'm seeing minimal @WebMvcTest tests and other test slices (e.g....

SpringBoot Upgrade to Spring Kafka 4.0.1

Upgrade to Spring Kafka 4.0.1.Comment From: khafniEdit: I couldn’t find a released Spring Kafka 4.0.1 yet—Maven Central ...

SpringBoot Upgrade to Spring Session 4.0.1

Upgrade to Spring Session 4.0.1.Comment From: mrksphSpring Session 4.0 reference doc is returning 404.https://docs.sprin...

SpringBoot Drop Spock until it supports Groovy 5

Comment From: radarshWhen you say drop Spock integration, what does it mean? Is it the support for org.spockframework.sp...

SpringBoot Spring Session auto-configuration fails in a war deployment as ServerProperties is not available

We have just upgraded to the Spring Boot 4 and started getting a problem with Redis Auto configuration and war deploymen...

SpringBoot Could not find class [org.springframework.boot.autoconfigure.data.redis.RedisReactiveAutoConfiguration]

I have migrated my java application to spring boot 4 and java 25. When I try run, the following error faced:Debugging th...

SpringBoot Consider Protobuf codecs auto-configuration for RSocket support

As of #16021, Spring Boot supports RSocket as a server. Protobuf is a popular solution for messages (de)serialization an...

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 ...

下一页
.