Spring Fix small typo in javadoc

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

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

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

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]

Johann Vanackere opened SPR-9989 and commentedWhen using multiple PropertyPlaceholderConfigurer in conjunction with @Val...

Spring Inconsistent hint registration for CGLIB configuration classes

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.

Issue SummaryIn spring webflux, if Hooks.enableAutomaticContextPropagation() is enabled, the same traceId will be used a...

Spring Add testing support for AOT contributions

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

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

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

30339 has moved our checkstyle conventions to buildSrc but this triggered the spring-javaformat-plugin there as well. It...

Spring Add FastjsonHttpMessageConverter

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%).)

Affects: \Below is the code : final ThreadFactory threadFactory = new ThreadFactoryBuilder() .setNameForm...

Spring Add properties setter to ProblemDetail

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

spring-jms 5.3.19Hello community,We are using org.springframework.jms.listener.SimpleMessageListenerContainer (SMLC) as ...

Spring Add support for merging two BeanRegistrationAotContribution instances

When a hierarchy of components implement BeanRegistrationAotProcessor, it can happen that the contribution of the parent...

Spring Add Coroutines support for @EventListener

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

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

Affects: org.springframework.boot version 2.5.9org.springframework.core.io.support.PathMatchingResourcePatternResolver.g...

Spring Add ParameterizedTypeReference overloads to BeanFactory.getBean

I'm on a team migrating a relatively large and complex Java application to Kotlin and Spring. It's not feasible to top-d...
上一页 下一页
.