Spring Add DataFieldMaxValueIncrementer for MariaDB

Spring Framework started treating MariaDB as an independent database here: https://github.com/spring-projects/spring-fra...

Spring Support for problem details based on RFC 7807

This has been requested a number of times but so far has been deferred to Spring Boot which supports error response deta...

Spring HttpServiceProxyFactory raises IllegalStateException if created through the builder and declared as a bean

After #29296, the public constructor and setters are deprecated in favour of using the programmatic builder, and if the ...

Spring Allow declaring bean stereotypes using Java configuration [SPR-14677]

Behrang Saeedzadeh opened SPR-14677 and commentedIt would be nice if we could declare that a given bean has a particular...

Spring Provide AOT support for HttpServiceProxyFactory clients

If i create a declarative HTTP client with HttpServiceProxyFactory it fails when I try to turn the application with spri...

Spring Ability to differentiate different causes for WebInputException

This is a request for the ability to generate a message stating that a WebFlux controller request body (or other request...

Spring Multiple @ImportRuntimeHints in the type hierarchy should be supported

RuntimeHintsBeanFactoryInitializationAotProcessor#extractFromBeanFactory should be able to retrieve multiple annotations...

Spring Revert resource management changes in RestTemplate

Changes introduced in #29010 are not bringing the expected improvements to the API.The request factories can still be ex...

Spring 测试

Comment From: pivotal-cla@NYForever Please sign the Contributor License Agreement!Click here to manually synchronize the...

Spring Replace HTTPInvoker deprecation by classes blacklisting on deserialization

Affects: \5.3 and aboveIn #25379 there has been a discussion about Java serialization and security vulnerabilities. Some...

Spring If-Unmodified-Since header check removes Last-Modified and Etag headers from response, even if condition passes

Affects: 5.3.23When handling the response, HttpEntityMethodProcessor calls isResourceNotModified() which removes the Las...

Spring PathMatchingResourcePatternResolver no longer finds directories

Possibly caused by https://github.com/spring-projects/spring-framework/commit/0eb66789edd6122ab4f395b5a76d23255c0da337si...

Spring Avoid NPEs in DefaultServerRequestObservationConvention

In some cases, the default response status of a ServerWebExchange can be null, especially when the response is not avail...

Spring Suppress removal warnings

This PR suppresses removal warnings.Comment From: qiangmao添加一条评论Comment From: qiangmao这里是活动日志Comment From: qiangmao测试评论1...

Spring ServerHttpObservationFilter can throw ClassCastException when NoopObservation used

Spring Boot SampleMethodSecurityApplicationTests.testHome() shows the problem:org.springframework.web.client.ResourceAcc...

Spring Use graal-sdk dependency instead of svm

As of GraalVM 22.3, this is the best practice to use graal-sdk which is much more focused on the public API expected to ...

Spring Introduce PreComputeFieldFeature based on GraalVM FieldValueTransformer API

Current ConstantFieldFeature uses GraalVM internal API, requiring Java module exports and making our support pretty frag...

Spring Upgrade to GraalVM 22.3.0

Comment From: sdeleuzeGraalVM 22.3 artifacts are now available on Maven Central, for example in https://repo1.maven.org/...

Spring Add AOT support for @Scope(proxyMode = ScopedProxyMode.TARGET_CLASS)

@snicoll @jhoeller It looks like this is not supported by AOT transformations:@StepScope@Beanpublic ItemReaderListener r...

Spring Add a DisposableBeanAdapter corresponding to reactor.core.Disposable.

Beans that inherit from java.lang.AutoCloseable will be properly closed by the DisposableBeanAdapter when Spring shuts d...
上一页 下一页
.