Spring Decide on whether to rename ProblemDetail to ProblemDetails

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

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

At present, creating LoggingCacheErrorHandler with custom logger requires use of Commons Logging API, as the appropriate...

Spring ServerHttpObservationFilter should not overwrite response status

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

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

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

ProtobufHttpMessageConverter, ProtobufMessageConverter, WebFluxConfigurationSupport and WebSocketNamespaceHandler need r...

Spring Use KeyValue.NONE_VALUE where possible

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

Currently the DynamicClassLoader doesn't support getResource("com/example/Code.class") which means we can't inspect actu...

Spring Upgrade to Derby 10.16

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

Next to registering hints for data binding (getter/setter) the PersistenceManagedTypesBeanRegistrationAotProcessor shoul...

Spring NamedParameterUtils has broken square brackets handling

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

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

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

OverviewAn unresolved ResolvableType in BeanDefinitionPropertyValueCodeGenerator results in a stack trace similar to the...

Spring Introduce SPI for processing ApplicationContext failures in the TestContext framework

OverviewWhen a failure occurs while loading an ApplicationContext in the Spring TestContext Framework, it would be usefu...

Spring Remove GraalVM workaround in PathMatchingResourcePatternResolver

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

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

Affects: 5.3.7Currently DateTimeFormatterRegistrar behavior is different from default JDKFor example, given OffsetDateTi...

Spring Polish "Reorganize HTTP Observation types"

This PR polishes "Reorganize HTTP Observation types" changes a bit.See gh-29334Comment From: bclozelThanks for having a ...
上一页 下一页
.