玖涯软件开发
Home
Blog
Spring Decide on whether to rename ProblemDetail to ProblemDetails
2025-01-08 06:13:08
3396
Keep it consistent with RFC title Problem Details for HTTP APIsComment From: rstoyanchevThanks for the comment. From the...
Spring Switch HttpServiceFactory and RSocketServiceProxyFactory to builder model for programmatic configuration first
2025-01-08 06:13:06
921
We started with a builder, but in #28505 switched to expecting a bean declaration when EmbeddedValueResolverAware suppor...
Spring Avoid Commons Logging API for using LoggingCacheErrorHandler with a custom logger
2025-01-08 06:13:04
3203
At present, creating LoggingCacheErrorHandler with custom logger requires use of Commons Logging API, as the appropriate...
Spring ServerHttpObservationFilter should not overwrite response status
2025-01-08 06:13:01
222
While the ServerHttpObservationFilter should use the exception thrown for the recorded observation, it should not update...
Spring Fix DataSize class according to ISO/IEC 80000
2025-01-08 06:12:59
3215
This PR fixes DataSize class according to ISO/IEC 8000 spec (see Binary prefix)Comment From: sbrannenAt a glance, this l...
Spring Upgrade to Jackson 2.14.0-rc2
2025-01-08 06:12:56
258
We should upgrade to Jackson 2.14.0-RC2, and use the ByteBufferFeeder (see https://github.com/FasterXML/jackson-core/iss...
Spring Ensure classpath checks can be evaluated at build-time
2025-01-08 06:12:54
139
ProtobufHttpMessageConverter, ProtobufMessageConverter, WebFluxConfigurationSupport and WebSocketNamespaceHandler need r...
Spring Use KeyValue.NONE_VALUE where possible
2025-01-08 06:12:52
158
This PR changes to use KeyValue.NONE_VALUE where possible.See https://github.com/micrometer-metrics/micrometer/issues/34...
Spring Allow TestCompiler DynamicClassLoader to resolve '.class' resources
2025-01-08 06:12:50
152
Currently the DynamicClassLoader doesn't support getResource("com/example/Code.class") which means we can't inspect actu...
Spring Upgrade to Derby 10.16
2025-01-08 06:12:48
410
Our build is on Derby 10.14 since Spring Framework 5.3.x, due to Java 8 compatibility (since Derby 10.15 requires Java 9...
Spring Register reflection hints for JPA persistence callbacks
2025-01-08 06:12:46
5585
Next to registering hints for data binding (getter/setter) the PersistenceManagedTypesBeanRegistrationAotProcessor shoul...
Spring NamedParameterUtils has broken square brackets handling
2025-01-08 06:12:44
1988
This is a simple unit test which passes with the 5.3.x but fails with the current 6.0 milestones: @Test void named...
Spring Refine @RegisterReflectionForBinding Javadoc
2025-01-08 06:12:40
189
Provide a better Javadoc to clarify that @RegisterReflectionForBinding should annotate a bean and that the types where r...
Spring Allow in-progress AOT processing to be detected
2025-01-08 06:12:38
369
It would be useful to be able to detect where AOT processing is being performed, not just that it has been performed. Th...
Spring Code generation no longer supports a list of inner BeanDefinitions
2025-01-08 06:12:36
8189
OverviewAn unresolved ResolvableType in BeanDefinitionPropertyValueCodeGenerator results in a stack trace similar to the...
Spring Introduce SPI for processing ApplicationContext failures in the TestContext framework
2025-01-08 06:12:33
1132
OverviewWhen a failure occurs while loading an ApplicationContext in the Spring TestContext Framework, it would be usefu...
Spring Remove GraalVM workaround in PathMatchingResourcePatternResolver
2025-01-08 06:12:31
479
This is a follow up to #29163.Once https://github.com/oracle/graal/issues/5080 and https://github.com/oracle/graal/issue...
Spring Make RestTemplate.createResourceAccessException() private
2025-01-08 06:12:29
158
This PR changes RestTemplate.createResourceAccessException() to private as it seems to be protected accidentally.This PR...
Spring DateTimeFormatterRegistrar should fall back to ISO parsing by default
2025-01-08 06:12:26
1997
Affects: 5.3.7Currently DateTimeFormatterRegistrar behavior is different from default JDKFor example, given OffsetDateTi...
Spring Polish "Reorganize HTTP Observation types"
2025-01-08 06:12:23
165
This PR polishes "Reorganize HTTP Observation types" changes a bit.See gh-29334Comment From: bclozelThanks for having a ...
上一页
下一页
1
…
1397
1398
1399
1400
1401
…
2246
.