Spring Mongo transactions Manager bean presence alters behaviour of save() for JPA repositories

Affects: \Spring framework 5.1, Spring boot - 2.1.1.RELEASEI have a use case to use Mongo transactions. For enabling tra...

Spring prototype FactoryBean<Object> instantiated during singleton-creation

Affects: 5.1.6 up to 5.2.0.RC1 (worked in 5.1.5)If I define a prototype-scoped bean of type FactoryBean there is an atte...

Spring ResponseEntity static builders should be parameterized with <T>

In Spring MVC 5.3.3, I have a functional pipeline that ends with Optional:service.doStuff() // returns Optional&lt;Entit...

Spring @Primary with Cyclic DI

Version: spring-boot-2.5.6Code:public interface LoopService { void testLoop(); void testInnerLoop();}@Servicepubli...

Spring NoUniqueBeanDefinitionException when constructor/setter parameter name used as qualifier

Affects: 6.1.0It worked before 6.1.0 releaseSteps to reproduceCreate two service classes implementing same interfacepub...

Spring Optimization: convert internal classes to records

Comment From: snicoll@freesme thanks for the PR but we prefer to apply stylistic changes like that ourselves.Comment Fro...

Spring ArithmeticException: long overflow on @Scheduled(fixedDelay = Long.MAX_VALUE)

Affects: 6.0.10I was scheduling a task using @Scheduled(fixedDelay = Long.MAX_VALUE) in Spring version 6.0.9. The intent...

Spring Non-blocking @Cacheable method does not support condition with #result

@Cacheable(cacheNames = &quot;user&quot;, unless = &quot;#result.id != null&quot;, key = &quot;#id&quot;)public Mono&lt;...

Spring Spring Data Redis Cache implementation is not compatible with Cache.retrieve(key) semantics

In the CacheAspectSupport.findInCaches methodCompletableFuture&lt;?&gt; cachedFuture = cache.retrieve(key);spring cache ...

Spring Slow WebClient Under Heavy Load >500 users

Hi everyone, I created 2 Spring Webflux applications with the following version:spring-boot: 2.3.2.RELEASEspring-webflux...

Spring WebSocketMessageBrokerStats has null stats for stompSubProtocolHandler since 5.3.2

Since upgrading spring-websockets library to version 5.3.2 I've noticed the WebSocketMessageBrokerStats class no longer ...

Spring Use asciidoc attributes in reference documentation

There are a number of places where links could use an attribute to rationalize what we use and make sure they are consis...

Spring Extract recurring asciidoc links to attributes

This commit extracts Spring-related links and recurring external links into asciidoctor attributes to be used by the Ant...

Spring Introduce queryForOptional() method in JdbcTemplate

This pull request introduces the queryForOptional method, aimed at simplifying SQL query result retrieval with a RowMapp...

Spring Investigate suboptimal score on TechEmpower benchmarks

Hi 👋 I'm not a particular huge fan of the TechEmpower benchmarks, because they barely reflect real use-cases, but (novic...

Spring ServletServerContainerFactoryBean Stomp mode is invalid

Hello,The tomcat web container websocket buffer size limit is 8kb, Use ServletServerContainerFactoryBean can be adjusted...

Spring WebClient reports 'Host is not specified' for URI with hostname and port, but without scheme

Affects: 6.0.11This code works with Spring Framework 5:var client = WebClient.builder().build(); client.get().uri(&quo...

Spring Polish LruContextCacheTests

Use assertj extracting instead of ReflectionTestUtils::getFieldComment From: sbrannenThis has been merged into main in f...

Spring Fix an issue with uninitialized beans being fetched when circular dependencies are used

The PR changed the org. Springframework. Beans. Factory. Support. DefaultListableBeanFactory resolveNamedBean method, To...

Spring Add BearerAuthenticationInterceptor

Added ClientHttpRequestInterceptor implementation for RestClient, WebClient or RestTemplate requests with externally pro...
上一页 下一页
.