Nineya
Home
Blog
Spring Fix small typo in javadoc
2025-01-08 20:37:42
112
Related to https://github.com/spring-projects/spring-framework/issues/31452Comment From: sdeleuzeMerged, thanks!
Spring Graal VM native image: Substitution target for o.s.o.j.v.Target_BytecodeProvider is not loaded
2025-01-08 20:37:39
3461
EnvironmentSpring Framework: 6.1 RC1JDK 21 / GraalVM 21GRAALVM_HOME: /Users/runner/hostedtoolcache/graalvm-jdk-21_macos-...
Spring CGLIB BeanCopier falls back to ClassLoader.defineClass for public target
2025-01-08 20:37:37
14948
springframework.version 5.3.21jdk.version 17old issue #28530I find this error still happening that is fault way to use?p...
Spring AbstractApplicationContext.refresh() leaves bean resources uncleaned when SmartInitializationSingleton throws a non BeansException
2025-01-08 20:36:26
2784
Affects: Tested with 5.3.22 and 5.2.20.RELEASEProblem description:For some configuration issues during application conte...
Spring Document alternatives of using multiple PropertyPlaceholderConfigurers [SPR-9989]
2025-01-08 20:36:23
22140
Johann Vanackere opened SPR-9989 and commentedWhen using multiple PropertyPlaceholderConfigurer in conjunction with @Val...
Spring Inconsistent hint registration for CGLIB configuration classes
2025-01-08 20:36:20
418
When a CGLIB configuration class is processed, we switch the executable to be on the proxy, rather on the user class. Ho...
Spring In spring webflux, if Hooks.enableAutomaticContextPropagation() is enabled, the same traceId will be used around.
2025-01-08 20:36:17
1829
Issue SummaryIn spring webflux, if Hooks.enableAutomaticContextPropagation() is enabled, the same traceId will be used a...
Spring Add testing support for AOT contributions
2025-01-08 20:36:14
3771
Testing AOT contributions using the TestCompiler requires a lot of setup, and I am not even sure it is possible to test ...
Spring Introduce Checkstyle rule to order modifiers to align with JLS
2025-01-08 20:36:11
180
This PR orders modifiers to align with JLS suggestions.This PR also applies Checkstyle ModifierOrder for it.See https://...
Spring ConfigurationCondition with REGISTER_BEAN phase unable to find bean name for type, if bean of that type created via factory bean method of @Configuration class
2025-01-08 20:36:09
10370
Affects: 5.3.7Imagine a configuration like that:// module A depends on module B@Configuration@Import(ConfigB.class)publi...
Spring Do not enable spring javaformat gradle plugin in build
2025-01-08 20:36:06
131
30339 has moved our checkstyle conventions to buildSrc but this triggered the spring-javaformat-plugin there as well. It...
Spring Add FastjsonHttpMessageConverter
2025-01-08 20:36:03
2193
add the com.alibaba.fastjson2 support for HttpMessage Converter.Comment From: pivotal-cla@mek1986 Please sign the Contri...
Spring When we change the system time to past(say 1 hour before), the ScheduledThreadPoolExecutor starts consuming more CPU (around 95-100%).)
2025-01-08 20:36:00
1756
Affects: \Below is the code : final ThreadFactory threadFactory = new ThreadFactoryBuilder() .setNameForm...
Spring Add properties setter to ProblemDetail
2025-01-08 20:35:57
755
When I create a ProblemDetail class in Kotlin and want to add properties, I have to do it AS-IS.When adding object prope...
Spring SimpleMessageListenerContainer disconnects from message provider
2025-01-08 20:35:55
4142
spring-jms 5.3.19Hello community,We are using org.springframework.jms.listener.SimpleMessageListenerContainer (SMLC) as ...
Spring Add support for merging two BeanRegistrationAotContribution instances
2025-01-08 20:35:52
315
When a hierarchy of components implement BeanRegistrationAotProcessor, it can happen that the contribution of the parent...
Spring Add Coroutines support for @EventListener
2025-01-08 20:35:50
2754
Affects: AnySpring introduced first-class support to kotlin and coroutines and while almost everything works flawlessly ...
Spring Body recreation via getBodyFromServletRequestParameters for x-www-form-urlencoded POST is incorrect
2025-01-08 20:35:46
3341
When injecting the @RequestBody for x-www-form-urlencoded POST requests, Spring tries to recreate the original body payl...
Spring PathMatchingResourcePatternResolver.getResources(...) is not working properly with Java-17
2025-01-08 20:35:43
1788
Affects: org.springframework.boot version 2.5.9org.springframework.core.io.support.PathMatchingResourcePatternResolver.g...
Spring Add ParameterizedTypeReference overloads to BeanFactory.getBean
2025-01-08 20:35:40
3038
I'm on a team migrating a relatively large and complex Java application to Kotlin and Spring. It's not feasible to top-d...
上一页
下一页
1
…
1276
1277
1278
1279
1280
…
2246
.