Nineya
Home
Blog
Spring Which spring framework release version do we plan to support GraalVM with native image?
2025-01-08 03:35:58
465
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
2025-01-08 03:35:55
12732
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
2025-01-08 03:35:52
646
Status QuoDefaultParameterNameDiscoverer does not register any default discoverers when running within a GraalVM native ...
Spring Short circuit check in SynthesizedMergedAnnotationInvocationHandler.isVisible()
2025-01-08 03:35:50
794
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
2025-01-08 03:35:48
652
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
2025-01-08 03:35:47
1146
Prior to this commit some of the default strategies definedfor the DispatcherServlet weren't included in the defaultconf...
Spring Make DispatcherServlet.properties loading lazy
2025-01-08 03:35:44
270
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
2025-01-08 03:35:42
385
SQLErrorCodeSQLExceptionTranslator transitively uses SQLErrorCodesFactory which is using XmlBeanDefinitionReader to pars...
Spring Leverage spring.ignore.xml flag to avoid XmlBeanDefinitionReader
2025-01-08 03:35:40
214
This issue is a follow up of #25151, it avoids using XmlBeanDefinitionReader in ConfigurationClassBeanDefinitionReader w...
Spring Avoid using LiveBeansView in GraalVM native images
2025-01-08 03:35:38
157
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
2025-01-08 03:35:36
563
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
2025-01-08 03:35:34
259
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
2025-01-08 03:35:31
206
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
2025-01-08 03:35:28
1424
@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
2025-01-08 03:35:26
2366
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]
2025-01-08 03:35:24
3758
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.
2025-01-08 03:35:21
1706
Affects: \5.2.8.RELEASEI use org.springframework.core.io.support.PathMatchingResourcePatternResolver to find resources p...
Spring update from origin
2025-01-08 03:35:18
196
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
2025-01-08 03:35:15
6965
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
2025-01-08 03:35:13
1161
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...
上一页
下一页
1
…
1338
1339
1340
1341
1342
…
2025
.