玖涯软件开发
Home
Blog
Spring Bean with unresolved generics do not use fallback algorithms with AOT
2025-01-08 06:16:36
369
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
2025-01-08 06:16:34
5201
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
2025-01-08 06:16:31
7033
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
2025-01-08 06:16:27
794
org.springframework.context.event.internalEventListenerProcessor and org.springframework.context.event.internalEventList...
Spring Replace use of Collections.unmodifiable*() methods where appropriate
2025-01-08 06:16:25
1075
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
2025-01-08 06:16:22
130
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
2025-01-08 06:16:20
202
Rely on automatic boxing/unboxing in tests.Comment From: sbrannenThis has been merged into main in b2c8546013914d0a58a6f...
Spring Minor improvements in spring-test
2025-01-08 06:16:18
1035
Minor fixes in spring-testCommits on Nov 2, 2022Remove final modifier from private methodUse Standard Charset objectRemo...
Spring Avoid unnecessary allocations in StompDecoder#unescape
2025-01-08 06:16:15
395
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
2025-01-08 06:16:12
475
ObjectToObjectConverter performs conversion using conventions implemented in determineToMethod, determineFactoryMethod a...
Spring @RegisterReflectionForBinding should register hints for Jackson annotations
2025-01-08 06:16:10
3015
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
2025-01-08 06:16:06
322
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
2025-01-08 06:16:04
576
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
2025-01-08 06:16:02
1288
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
2025-01-08 06:15:59
1202
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
2025-01-08 06:15:55
1810
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
2025-01-08 06:15:53
545
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
2025-01-08 06:15:51
559
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
2025-01-08 06:15:46
2435
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
2025-01-08 06:15:44
217
ObservationDocumentation classes list all the observations our web instrumentation can produce.If we we want to use a do...
上一页
下一页
1
…
1393
1394
1395
1396
1397
…
2246
.