Spring Can spring-web 5.3.x fix the CVE vulnerabilities CVE-2016-1000027 ?

My big IT Project uses Spring Boot2 with Spring-framework5.3.x。Can spring-web 5.3.x fix the fix the CVE vulnerabilities ...

Spring StackOverflow error on SpringContext closing

The following line brought to a recursive call causing an infinite loop:https://github.com/spring-projects/spring-framew...

Spring Returned byte buffers through ByteBufferIterator from DefaultDataBuffer are misconfigured

Affects: 6.0.11The DefaultDataBuffer class has follow implementations of the methods readableByteBuffers and writableByt...

Spring Update examples for JavaScript ScriptEngine support

OverviewSeveral existing tests as well as examples in the reference manual refer to Nashorn as the supported ScriptEngin...

Spring Missing tracing information after upgrading to Spring Boot 3 with Micrometer tracing

ContextAfter upgrading to Spring Boot 3, we had to switch our tracing library from spring cloud sleuth to micrometer tra...

Spring UriComponents allows "+" in a query param

Hello,It seems that, since a while, the "+" character in a raw query parameter input is not being properly detected and ...

Spring Document Kotlin internal modifier impact on @Bean

Affects: \Spring discriminates public beans by implicit bean name and injected parameter name. If multiple public beans ...

Spring Using a URI variable for port in WebClient causes an IllegalStateException

Affects: 6.1.2In Spring Framework 6.1.1, the following little code snippet worked without any problems:var uriSpec = Web...

Spring Inconsistent inclusion of base URL in WebClient URI template attribute since Spring WebFlux 6.1.2

Consider this code:String URI_TEMPLATE_ATTRIBUTE = WebClient.class.getName() + ".uriTemplate";WebClient webCli...

Spring Async EventListener does not track traceId

Affects: 6.1.2TraceId is not reported if the EventListener function is also annotated with AsyncDemo project is prepared...

Spring SpEL: ReflectiveConstructorExecutor finds wrong constructor

The SPEL is "new java.math.BigDecimal(#source['unitPrice'])", the first time source['unitPrice'] is null. org.springfram...

Spring DependencyDescriptor#getDependencyName() returns null in 6.1.2, but not 6.0.x or earlier

Affects: 6.1.2It is not present in spring-framework version 6.0.15 (shipped with Spring Boot 3.1.7)When upgrading from ...

Spring Exclude URI query from remaining WebClient checkpoints

Affects: latest (v6.1.2)Module: spring-webfluxContinuing from this issue https://github.com/spring-projects/spring-frame...

Spring BeanPostProcessor can eagerly initialize factory beans that use constructor injection

Auto configuration of MethodValidationPostProcessor in class org.springframework.boot.autoconfigure.validation.Validatio...

Spring [spring-tx] Unable to override prepareSynchronization of AbstractPlatformTransactionManager from v6.1.0

From spring-framework v6.1.0, prepareTransactionStatus() has been changed from protected to private in AbstractPlatformT...

Spring SystemProfileValueSource is not very compatible with the new 3.1 default system property profiles [SPR-8985]

Dave Syer opened SPR-8985 and commentedSystemProfileValueSource is not very compatible with the new 3.1 default system p...

Spring Specify use of regexp Path Pattern in javadoc

As far I saw how the framework process web requests Mapping and as far I read the code of CaptureVariablePathElement, wh...

Spring DefaultListableBeanFactory memory leak spring version 4.3.11.RELEASE

My project using spring version 4.3.11.Release and i can see huge memory leakage in DefaultListableBeanFactory. We are n...

Spring JdkClientHttpRequest may block indefinitely

Affects: 6When using JdkClientHttpRequestFactory the request may block indefinitely, even if a request timeout is config...

Spring DefaultListableBeanFactory and GenericApplicationContext#registerBean issue

Spring Boot (2.1.9)Spring Beans (5.1.10)Java 12I want to discuss issue that is related to registerBean() and getIfAvaila...
上一页 下一页
.