Spring Which spring framework release version do we plan to support GraalVM with native image?

Spring Framework can work in GraalVM mode will be excited. And Which spring framework release version do we plan to supp...

Spring Improve GraalVM native support

native-image is the command that compiles an application (in our case a Spring application) into a native executable. Co...

Spring Relax GraalVM checks in DefaultParameterNameDiscoverer

Status QuoDefaultParameterNameDiscoverer does not register any default discoverers when running within a GraalVM native ...

Spring Short circuit check in SynthesizedMergedAnnotationInvocationHandler.isVisible()

While testing spring-core within a GraalVM native image (which uses a single, system-wide ClassLoader), it became appare...

Spring Disable and remove unsupported features from native images

The work done on spring-graalvm-native substitutions has allows to identify a first set of classes where we need to add ...

Spring Align DispatcherServlet defaults for Java and XML

Prior to this commit some of the default strategies definedfor the DispatcherServlet weren't included in the defaultconf...

Spring Make DispatcherServlet.properties loading lazy

With #25209, DispatcherServlet.properties loading and parsing will be useless for most of use cases, and it requires con...

Spring Leverage spring.ignore.xml flag to avoid SQLErrorCodeSQLExceptionTranslator

SQLErrorCodeSQLExceptionTranslator transitively uses SQLErrorCodesFactory which is using XmlBeanDefinitionReader to pars...

Spring Leverage spring.ignore.xml flag to avoid XmlBeanDefinitionReader

This issue is a follow up of #25151, it avoids using XmlBeanDefinitionReader in ConfigurationClassBeanDefinitionReader w...

Spring Avoid using LiveBeansView in GraalVM native images

As a follow up of #25179, this issue intend to avoid using LiveBeansView (not anymore used in Spring Boot, mainly used v...

Spring Spring Data JPA - Disable @Entity based on configuration

We have a requirement to disable @Entity based on configuration. is it possible?We dont want to create a table so wanted...

Spring use regionMatch to reduce subString creation in CodeFlow.isPrimitiveOrUnboxableSupportedNumber

as title.Comment From: sbrannenThanks for the PR.Upon further reflection, we have decided that we will keep that code bl...

Spring 3.2.x

aaaaaComment From: pivotal-issuemaster@Loveinglin Please sign the Contributor License Agreement!Click here to manually s...

Spring WebClient reactor.netty.http.client.PrematureCloseException: Connection prematurely closed BEFORE response

@rstoyanchev When I use WebClient,every day I get a few error level exceptions.org.springframework:spring-webflux:jar:5....

Spring webClient get error timeout while I've set timeout for it

java.util.concurrent.TimeoutException: Did not observe any item or terminal signal within 20000ms in 'source(MonoDefer)'...

Spring Drop NativeJdbcExtractor mechanism in favor of java.sql.Connection.unwrap() [SPR-14670]

John Smith opened SPR-14670 and commentedSpring's NativeJdbcExtractor predates JDBC 4.0 and therefore Connection#unwrap....

Spring PathMatchingResourcePatternResolver does not return the subdirectory of a URL resource in Quarkus.

Affects: \5.2.8.RELEASEI use org.springframework.core.io.support.PathMatchingResourcePatternResolver to find resources p...

Spring update from origin

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

Spring Bean overriding for 'taskExecutor' alias is not detected

Earlier I was using 2.0.9.RELEASE, i have simply upgraded to 2.1.7.RELEASE. One of the bean couldn't be found or scanned...

Spring When spring.jackson.date-format and WebMvcConfigurationSupport are used at the same time, it will not take effect

I want to use spring.jackson.date-format=yyyy-MM-dd HH:mm:ss to set the time format, but at the same time, my project ha...
上一页 下一页
.