Spring Add support for Gradle plugin org.owasp.dependencycheck

https://owasp.org/www-project-dependency-check/ : "Dependency-Check is a Software Composition Analysis (SCA) tool that ...

Spring Provide a CSV decoder and encoder

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

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

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

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

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

Affects: \affected versions:allBackgroundWe have a application where the jvm meta space periodically fluctuates signific...

Spring WebClientResponseException defaults to ISO-8859-1

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

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

Affects: 5.2.24@Configurable on a serializable class introduces non-accessible ConfigurableDeserializationSupport super...

Spring DispatcherServlet gets wrong request handler depending on Accept header

Affects: springframework version 5.3.29I developed Controller class like below.@RestController@RequiredArgsConstructorpu...

Spring Kotlin BeanFactory.getBean extension fails with nested generic in context

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

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

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

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

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

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

${site.name} incorrectly replacedVersion and maven dependencies <dependency> <groupId>org....

Spring BeanCurrentlyInCreationException error depends on @ComponentScan basePackages values order [SPR-14307]

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

Use case:spring-cloud-contract project needs to autoconfigure RestTemaplate with "relaxed SSL validation" when used in t...
上一页 下一页
.