Nineya
Home
Blog
Spring Mongo transactions Manager bean presence alters behaviour of save() for JPA repositories
2025-01-08 21:02:05
1565
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
2025-01-08 21:02:02
6064
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>
2025-01-08 21:01:59
966
In Spring MVC 5.3.3, I have a functional pipeline that ends with Optional:service.doStuff() // returns Optional<Entit...
Spring @Primary with Cyclic DI
2025-01-08 21:01:56
2472
Version: spring-boot-2.5.6Code:public interface LoopService { void testLoop(); void testInnerLoop();}@Servicepubli...
Spring NoUniqueBeanDefinitionException when constructor/setter parameter name used as qualifier
2025-01-08 21:01:54
6441
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
2025-01-08 21:01:51
250
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)
2025-01-08 21:01:48
1976
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
2025-01-08 21:01:45
539
@Cacheable(cacheNames = "user", unless = "#result.id != null", key = "#id")public Mono<...
Spring Spring Data Redis Cache implementation is not compatible with Cache.retrieve(key) semantics
2025-01-08 21:01:42
2502
In the CacheAspectSupport.findInCaches methodCompletableFuture<?> cachedFuture = cache.retrieve(key);spring cache ...
Spring Slow WebClient Under Heavy Load >500 users
2025-01-08 21:01:39
25723
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
2025-01-08 21:01:09
2589
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
2025-01-08 21:01:06
171
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
2025-01-08 21:01:03
771
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
2025-01-08 21:01:00
1104
This pull request introduces the queryForOptional method, aimed at simplifying SQL query result retrieval with a RowMapp...
Spring Investigate suboptimal score on TechEmpower benchmarks
2025-01-08 21:00:57
16712
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
2025-01-08 20:59:09
2573
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
2025-01-08 20:59:06
29521
Affects: 6.0.11This code works with Spring Framework 5:var client = WebClient.builder().build(); client.get().uri(&quo...
Spring Polish LruContextCacheTests
2025-01-08 20:58:56
222
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
2025-01-08 20:58:53
1332
The PR changed the org. Springframework. Beans. Factory. Support. DefaultListableBeanFactory resolveNamedBean method, To...
Spring Add BearerAuthenticationInterceptor
2025-01-08 20:58:50
989
Added ClientHttpRequestInterceptor implementation for RestClient, WebClient or RestTemplate requests with externally pro...
上一页
下一页
1
…
1260
1261
1262
1263
1264
…
2246
.