Spring 5.0.x

1Comment From: pivotal-issuemaster@LOVEGREY Please sign the Contributor License Agreement!Click here to manually synchro...

Spring io.netty.handler.codec.DecoderException: javax.net.ssl.SSLException: Received fatal alert: handshake_failure

Affects: 5.1.4Error:io.netty.handler.codec.DecoderException: javax.net.ssl.SSLException: Received fatal alert: handshak...

Spring 🐱‍👓optimize RestTemplate.doExecute() and use JDK7 Grammar

https://github.com/spring-projects/spring-framework/blob/8e81360eba8cca33522872cdf48eb5f0b84644cb/spring-web/src/main/ja...

Spring Fix race condition in WriteResultPublisher between subscription and completion in publishComplete

The bug I was experiencing was that sometimes with a WebFlux on Tomcat setup, responses were not being emitted (despite ...

Spring Avoid logging exception for closed session in AbstractSockJsSession

I have the following WebSocket configuration :@Configuration@EnableWebSocketMessageBrokerpublic class WebSocketConfig im...

Spring Introduce mechanism to discover whether a reactive type registered in ReactiveAdapterRegistry uses deferred computation

It would make sense to describe whether a type registered in ReactiveAdapterRegistry uses deferred computation. Deferred...

Spring Support setting spring.test.constructor.autowire.mode via junit-platform.properties file

Affects: 5.2.2.RELEASEWhen using JUnit Jupiter and the SpringExtension I want to configure it to be able to use construc...

Spring use idea compile spring5 source code occur error and i haven pull the lastest kotlin

Error:Kotlin: [Internal Error] java.lang.LinkageError: loader constraint violation: loader (instance of org/jetbrains/ko...

Spring Deprecate AnnotationFilter.NONE (since MergedAnnotations always filters java.lang.* annotations)

The following test case@Testvoid deprecatedAnnotationShouldBeFoundIfFilterIsNone() { List<MergedAnnotation<Depr...

Spring Placeholder resolution for annotation attributes is not active by default [SPR-14140]

Bjorn Harvold opened SPR-14140 and commentedI created ticket #18525 pre v4.3.RC1.I updated to 4.3.RC1 today and found th...

Spring Autowiring MessageSource in a controller where the messageSource is defined in applicationContext results in an error [SPR-6531]

Grant Gochnauer opened SPR-6531 and commentedFor some reason, when my controllers are trying to auto-wire my "MessageSou...

Spring Cannot overwrite values from YAML list in the Spring Environment

Affects: 5.2.5I have the following application.yml:foo: bar: - id: baz item: value // ...Then I want...

Spring Jep 321 in RestTemplate

Hello!Can you say when restTemplate will be able work with new HttpClient in Java (Jep 321).Now I see only SimpleClientH...

Spring A NullPointerException for HandlerMapping

if you don't register any viewcontrollers, you might get a null here:org.springframework.web.servlet.config.annotation.W...

Spring Simplify redundant code

There is a redundant if condition in ResolvableType.java.I propose to simplify redundant code.Thank you for reading my P...

Spring Integrate Apache Http client with WebClient

This PR aims to integrate Apache HttpClient 5 (which supports reactive streams and became GA last month) with WebClient....

Spring Introduce ClientHttpConnector test suite

We need a test suite for ClientHttpConnector implementations, separate from WebClientIntegrationTests, to verify basic ...

Spring Use same default ClassLoader in SpringFactoriesLoader

OverviewCurrently, the loadFactoryNames() and loadFactories() methods in SpringFactoriesLoader effectively use a differe...

Spring Publish Gradle metadata

As of its 5.3 version, Gradle is able to generate and consume Gradle-specific build metadata. It's an opt-in feature for...

Spring SpringFactoriesLoader should filter out duplicates

Whilst doing some testing that caused duplicate META-INF/spring.factories files on the classpath it became apparent that...
上一页 下一页
.