Spring SerializableTypeWrapper does not consistently catch InvocationTargetException

The code is as follows:public Object invoke(Object proxy, Method method, Object[] args) throws Throwable { if...

Spring SQL create table fails if table name is sql keyword

Spring fails to create a table with a SQL keyword as name. I created the following Entity Class:@Entitypublic class Righ...

Spring Log a warning when commons-logging is in the classpath

As mentioned in the reference documentation, spring-jcl provides its own Commons Logging bridge, with classes like org.a...

Spring Ensure createDateTimeFormatterInOrderOfPropertyPriority test pass when openjdk version 21-ea

The space character returns [NNBSP] when using JDK 21-ea$java -versionopenjdk version "21-ea" 2023-09-19OpenJD...

Spring Adds observation support for R2DBC

What is it about?Adds observation support for R2DBC.adds micrometer BOMadds micrometer tracing BOMadds micrometer & ...

Spring Align KeyValues of Scheduled-annotated observability with OpenTelemetry conventions

following comment https://github.com/spring-projects/spring-framework/issues/29883#issuecomment-1591896876 it seems that...

Spring DataBinder using constructor parameter should use path variables

When the DataBinder uses setters it uses request parameters and path variables to fill the object. 😃Given a class Custom...

Spring Support nested Java records for AbstractNestablePropertyAccessor

Affects: 6.0.0.M5 (but also 5.x)I'm trying to get an immutable representation of the query parameters in my @RestControl...

Spring Let the DataBinder construct nested objects

Hans Desmet opened SPR-16259 and commentedSince Spring 5, the DataBinder can use the parametrized constructor to populat...

Spring Support target instantiation and binding via constructor in DataBinder

Currently, both MVC's ModelAttributeMethodProcessor and WebFlux's ModelAttributeMethodArgumentResolver share similar (th...

Spring @Conditional bean called multiple times

Whats happening is that my project which implements the Condition interface is getting instantiated multiple times and i...

Spring Ensure MethodValidationAdapterTests pass when JVM default Locale is not English

Affects: \bugThe void validateArguments() method in MethodValidationAdapterTests reports an error when the output of Sys...

Spring NPE in MvcUriComponentsBuilder with no-arg target method on interface

Affects: 5.3.28 (maybe others as well)Setup:MyController is an interface annotated with @RequestMapping with a method, m...

Spring Jackson2ObjectMapperBuilder breaks when modules customizer follows modulesToInstall

In Spring 5.3, to address this issue, Spring added a new API here. It is supposed to be used like this: @Beanpublic Jack...

Spring NestedRuntimeException javadoc not updated after implementation change

Affects: 6.0.10This is a trivial documentation issue.With #25162 the nested expection information was removed from the N...

Spring Fix test compilation warnings

The following warnings can be seen during the compilation of the tests:> Task :spring-beans:compileTestFixturesJava/h...

Spring Improve logging for missing dependencies in MicrometerObservationRegistryTestExecutionListener

See https://github.com/spring-projects/spring-framework/issues/30726#issuecomment-1604637530 for details.Comment From: s...

Spring MicrometerObservationRegistryTestExecutionListener uses wrong ClassLoader to detect dependencies

This occurred have updating from 3.0.7->3.0.8Reproduced on clean appCreate a simple demo app with 3.0.8 using https:/...

Spring Fix incomplete AssertJ assertions

This PR fixes incomplete AssertJ assertions.Comment From: sbrannenThis has been merged in 6c816c55d1794e4e40299c20ac5304...

Spring Retain support for legacy JSR-250 javax.annotation.PostConstruct/PreDestroy and JSR-330 javax.inject.Inject in addition to Jakarta EE 9 annotations

After migration to Jakarta EE 9, it's easy to miss that javax.annotation.PostConstruct or javax.inject.Inject are no lon...
上一页 下一页
.