Nineya
Home
Blog
Spring SerializableTypeWrapper does not consistently catch InvocationTargetException
2025-01-08 17:33:25
1369
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
2025-01-08 17:33:22
10338
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
2025-01-08 17:33:19
2473
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
2025-01-08 17:33:17
777
The space character returns [NNBSP] when using JDK 21-ea$java -versionopenjdk version "21-ea" 2023-09-19OpenJD...
Spring Adds observation support for R2DBC
2025-01-08 17:33:10
959
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
2025-01-08 17:33:07
1327
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
2025-01-08 17:33:05
1513
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
2025-01-08 17:33:02
2659
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
2025-01-08 17:33:00
9373
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
2025-01-08 17:32:57
927
Currently, both MVC's ModelAttributeMethodProcessor and WebFlux's ModelAttributeMethodArgumentResolver share similar (th...
Spring @Conditional bean called multiple times
2025-01-08 17:32:54
1324
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
2025-01-08 17:32:52
6181
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
2025-01-08 17:32:46
2619
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
2025-01-08 17:32:43
1642
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
2025-01-08 17:32:40
376
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
2025-01-08 17:32:38
1456
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
2025-01-08 17:32:36
1568
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
2025-01-08 17:32:33
40654
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
2025-01-08 17:32:30
193
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
2025-01-08 17:32:28
609
After migration to Jakarta EE 9, it's easy to miss that javax.annotation.PostConstruct or javax.inject.Inject are no lon...
上一页
下一页
1
…
1339
1340
1341
1342
1343
…
2246
.