Spring Bean with unresolved generics do not use fallback algorithms with AOT

See https://github.com/spring-projects-experimental/spring-native/issues/1097If a bean has an unresolved generic, AOT ge...

Spring Autowiring of a generic type produced by a factory bean fails after AOT processing

Affects: 6.0.0-RC2We found this problem when testing Spring Boot's JacksonTester support but I believe it's a general AO...

Spring ClosedFileSystemException when including resources into a native compile

When trying out https://github.com/vaadin/hilla and https://github.com/vaadin/flow together with the native support in S...

Spring AOT contribution for @EventListener

org.springframework.context.event.internalEventListenerProcessor and org.springframework.context.event.internalEventList...

Spring Replace use of Collections.unmodifiable*() methods where appropriate

There seems to be a better place to use the Collections.of() or Stream API than the Collections.unmodifiableXXX() method...

Spring Avoid reflection for annotation method invocations

As a follow up to #29301, we have decided to consistently avoid the use of reflection for annotation attribute method in...

Spring Rely on automatic boxing/unboxing in tests

Rely on automatic boxing/unboxing in tests.Comment From: sbrannenThis has been merged into main in b2c8546013914d0a58a6f...

Spring Minor improvements in spring-test

Minor fixes in spring-testCommits on Nov 2, 2022Remove final modifier from private methodUse Standard Charset objectRemo...

Spring Avoid unnecessary allocations in StompDecoder#unescape

Hi,I noticed in one of our applications that a tiny amount (0,5-1%) of allocations is caused by StompDecoder#unescape. T...

Spring Register reflection hints for date ObjectToObjectConverter conventions

ObjectToObjectConverter performs conversion using conventions implemented in determineToMethod, determineFactoryMethod a...

Spring @RegisterReflectionForBinding should register hints for Jackson annotations

Affects: 6.0.0-RC3While looking at https://github.com/spring-projects/spring-boot/issues/32929, I have learned that @Reg...

Spring add isNotEmpty functions to CollectionUtils

as it is really useful sometimes.Comment From: mdeinumThis has been declined earlier in other requests and PRs, like htt...

Spring Introduce findAllAnnotationsOnBean variant on ListableBeanFactory

RuntimeHintsBeanFactoryInitializationAotProcessor has a need for retrieving all @ImportRuntimeHints annotations for a gi...

Spring sqlSessionFactory has been removed in spring? Mybatis cannot be used in spring boot 3.0.0

Affects: \<6.0.0>springBootVersion "3.0.0-SNAPSHOT"mybatis-spring-boot-starter version: '2.2.2'sqlSessionFactory h...

Spring Use ObservationThreadLocalAccessor.KEY where possible

This PR changes to use ObservationThreadLocalAccessor.KEY where possible.Comment From: bclozel@marcingrzejszczak Can we ...

Spring SpringBoot java SimpleJdbcCall simply does not work with ORACLE ... Needs to be fixed

I have been trying to create a automatic way vender agnostic way of calling simple jdbc call. It works for SYBASE, SQL ...

Spring Introduce support for Jakarta WebSocket 2.1

Related to #29434, the Jakarta WebSocket API 2.1 introduces a standard mechanism for performing a WebSocket protocol upg...

Spring Reference PDF containing full docs not available

The PDF document linked in the documentation home does not contain full docs, but rather what is displayed on this very ...

Spring TomcatRequestUpgradeStrategy is not compatible with Tomcat 10.1

Affects: 6.0.0-RC3java.lang.NoSuchMethodError: 'void org.apache.tomcat.websocket.server.WsServerContainer.doUpgrade(jaka...

Spring Change web observation documentation names to avoid collisions

ObservationDocumentation classes list all the observations our web instrumentation can produce.If we we want to use a do...
上一页 下一页
.