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

Spring Set Content-Length Header in EncoderHttpMessageWriter Only for GET Requests if Value is Greater than 0

When using Spring Cloud Gateway with custom request decorators that cache request bodies, the ‎EncoderHttpMessageWriter:...

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

Spring Add setExecutor to JdkClientHttpRequestFactory to allow safe customization of blocking adapter threads

Overview JdkClientHttpRequestFactory currently defaults to using SimpleAsyncTaskExecutor when the provided java.net.http...

Spring Expose scheduled fire time to @Scheduled methods for reliable distributed execution

📄 Context / Problem StatementIn distributed systems, it's common to run Spring Boot applications with multiple instances...

Spring Provide a way to enable transaction for test methods on super class

I'm refactoring tests of Spring Batch, trying to unify integration tests for JDBC and MongoDB repository, for example:ab...

Spring NPE when RestTemplate got HttpHeaders with null "value"

I'm migrating my Spring/Springboot application and found a strange behavior:This code worked on SpringBoot 3.2.5HttpHead...

Spring Avoid unnecessary list creation and processing in AbstractTestContextBootstrapper

While working on #31456, I noticed that AbstractTestContextBootstrapper often unnecessarily creates instances of ArrayLi...

Spring AbstractTestContextBootstrapper should resolve ContextLoader only once

While working on #31456, I noticed that AbstractTestContextBootstrapper unnecessarily resolves the ContextLoader twice w...

Spring Provide access to attempt count in RetryListener as well as callbacks for the initial attempt

I'm currently trying to migrate the two simple pieces of code which use spring-retry to the RetryTemplate provided by th...

Spring Shared EntityManager returned by AbstractEntityManagerFactoryBean cannot be advised by AspectJ interceptor

Worked in Spring 6, broken in Spring 7:The new shared EntityManager that is returned by AbstractEntityManagerFactoryBean...

Spring Enhancement: @UniqueBean on interface or unique-beans: Class[] in application.yml

We like having interfaces define a contract for beans, and we also like having things like auto-configuration.However, w...

Spring ProblemDetail instance field set from the current URL path, does not respect RFC

Using Spring Boot 3.5.7 so org.springframework:spring-webmvc:6.2.12, but probably affects latest version as well given t...

Spring Support consistent resource clean up on ClientHttpRequestFactory

See https://github.com/spring-projects/spring-framework/issues/29370 for contextBackground:We declaratively create Rest...

Spring Use == instead of instanceof for primitive array type checks

OverviewFor performance reasons, JDK libraries often use == instead of instanceof for primitive array type checks — for ...

Apache Superset [SIP-110] Proposal for Alert & Report Modal with Dashboard Filters and Tabs

[SIP-110] Proposal for Alert & Report Modal with Dashboard Filters and TabsMotivationWe've identified a recurring re...

Apache Superset [SIP-111] Proposal for improved database, schema, and table selection UI in SQL Lab sidebar

Proposal for Improved Database and Schema Selection, Table Selection UI, Table Metadata and Schema View, and Search Func...
下一页
.