Nineya
Home
Blog
Spring Add support for Gradle plugin org.owasp.dependencycheck
2025-01-08 20:40:05
20251
https://owasp.org/www-project-dependency-check/ : "Dependency-Check is a Software Composition Analysis (SCA) tool that ...
Spring Provide a CSV decoder and encoder
2025-01-08 20:40:02
1092
For CSV Spring does not yet provide out-of-the-box WebClient streaming support. Because it is a commonly used and effici...
Spring Netty warns of a memory leak using WebTestClient
2025-01-08 20:39:59
1495
In a project with quite a few random tests we see traces of errors of the following type2023-09-29T07:47:44.44.483+02:00...
Spring How to accept Illegal character in query string with ServletHttpHandlerAdapter
2025-01-08 20:39:56
2459
Hello all,For legacy reasons in my project based on spring boot 2.2.5 and spring cloud Hoxton.SR4, we should accept non ...
Spring Register new Synchronization (via TransactionSynchronizationManager.registerSynchronization) within afterCommit() does not work
2025-01-08 20:39:38
4203
If we register another synchronization within registerSynchronization.afterCommit(), the new sync do not take effect. A...
Spring StompBrokerRelay stops forward heart-beat after a few minutes, which makes the client disconnected
2025-01-08 20:39:35
5988
Affects: \Hi, I'm using Spring STOMP with ActiveMQ Artemis as external broker, and the client uses SockJS and webstomp-...
Spring Ensure consistent value count in ConcurrentReferenceHashMap#Segment
2025-01-08 20:39:32
12769
Affects: \affected versions:allBackgroundWe have a application where the jvm meta space periodically fluctuates signific...
Spring WebClientResponseException defaults to ISO-8859-1
2025-01-08 20:38:48
1014
Affects: 5.x, 6.xThe default was changed for RestClientResponseException in https://github.com/spring-projects/spring-fr...
Spring QuartzScheduler needs to be shut down after each integration test
2025-01-08 20:38:46
4846
When running multiple tests the application contexts are not closed after each test class, which is the defined behavior...
Spring spring-aspects / @Configurable on a serializable class introduces non-accessible ConfigurableDeserializationSupport super interface
2025-01-08 20:38:43
1283
Affects: 5.2.24@Configurable on a serializable class introduces non-accessible ConfigurableDeserializationSupport super...
Spring DispatcherServlet gets wrong request handler depending on Accept header
2025-01-08 20:38:40
4726
Affects: springframework version 5.3.29I developed Controller class like below.@RestController@RequiredArgsConstructorpu...
Spring Kotlin BeanFactory.getBean extension fails with nested generic in context
2025-01-08 20:38:37
3771
With 6.1.0-RC1 (and likely prior), the following test of the BeanFactory.getBean extension fails, presumably due to eras...
Spring Transactions don't work with custom inner dynamic or CGLIB proxies
2025-01-08 20:38:34
1090
I ran into a problem that transactions do not work with a double dynamic proxy of Connection/PreparedStatement.Here is a...
Spring Provide a more optimized way to do flushing on WebFlux without nested publishers
2025-01-08 20:38:31
1509
There are some upcoming Reactor Netty changes that are coming on flushing behavior. NettyOutbound#sendGroups may be pote...
Spring Provide a Kotlin DSL for CORS
2025-01-08 20:38:28
982
Inspired from https://github.com/spring-projects/spring-fu/commit/c360bab5c0f62cda2ebd85e8c0adc3aadc1f63c6.cors { &qu...
Spring CGLIB Enhancer enhances classes with java prefix which causes IllegalArgumentException in JDK 17
2025-01-08 20:38:25
1571
Affects:Spring Framework: 2.7.8openjdk: 17.0.5GraalVM CE: 22.3.0Spring Framework's Enhancer enhances the classes beginni...
Spring Fix that the count in Segment is less than the number of references actually containing Entry
2025-01-08 20:38:19
558
Fix that the count in Segment is less than the number of references actually containing Entryclose gh-31373Comment From:...
Spring Error while replacing nested placeholders:PropertyPlaceholderHelper.parseStringValue
2025-01-08 20:38:16
8839
${site.name} incorrectly replacedVersion and maven dependencies <dependency> <groupId>org....
Spring BeanCurrentlyInCreationException error depends on @ComponentScan basePackages values order [SPR-14307]
2025-01-08 20:37:48
23677
István pató opened SPR-14307 and commentedhttps://github.com/spring-projects/spring-boot/issues/6045We have an issue wit...
Spring Provide a way to get underlying requestFactory from RestTemplate when used with Interceptors
2025-01-08 20:37:45
1757
Use case:spring-cloud-contract project needs to autoconfigure RestTemaplate with "relaxed SSL validation" when used in t...
上一页
下一页
1
…
1275
1276
1277
1278
1279
…
2246
.