Nineya
Home
Blog
Spring NestedPlaceholder are not recursively resolved if the fallback is a placeholder
2025-01-09 00:56:34
1382
Nested placeholder is not recursively resolved in case it has a default value of another placeholder.It used to work in ...
Spring Allow checked exceptions in ResponseErrorHandler
2025-01-09 00:56:32
3809
I am currently migrating an old declarative Feign client to Spring Web. The old client uses checked exceptions, and I wo...
Spring Y_Update PlaceholderParser.java
2025-01-09 00:56:29
630
i have solved the NestedPlaceholderPart does not recursively resolve placeholders #34020 issueComment From: pivotal-cla@...
Spring Upgrade to Jetty 12.1
2025-01-09 00:56:26
154
A part of #33918Comment From: snicollThanks for the PR but we don't need something that does only dependency upgrades. W...
Spring AOT no longer generates BeanInstanceSupplier signature for a CGLIB proxy with its public type
2025-01-09 00:56:24
2383
After upgrading to Sprint Boot 3.4.0, I got this error:> Task :compileAotTestJava FAILEDC:\Users\fouad\IdeaProjects\s...
Spring Remove tests for Kotlin Script Templates
2025-01-09 00:56:19
260
The Kotlin team has shared there intention to remove the JSR 223 support in a future Kotlin 2.x release. As a consequenc...
Spring Upgrade to Kotlin 2.x and set a new related baseline
2025-01-09 00:56:17
345
Spring Framework 7 will use Kotlin 2.x as a new baseline, TBD if we use 2.0, 2.1, 2.2 or 2.3 as the minimal version supp...
Spring Remove documentation for Kotlin Script Templates
2025-01-09 00:56:15
268
The Kotlin team has shared there intention to remove the JSR 223 support in a future Kotlin 2.x release. As a consequenc...
Spring Add web support for YAML via Jackson
2025-01-09 00:56:13
976
Hello. This is my first spring framework contribution code.I created this PR to add an application/yaml MediaType.Recent...
Spring Proxy created with IntroductionInterceptor but without target always throws an exception
2025-01-09 00:56:10
2628
Hi, I'm from Atlassian DC team. Our products are using Gemini Blueprint that integrates Spring into OSGi framework. I'm ...
Spring BeanCurrentlyInCreationException is thrown when multiple threads simultaneously try to create a FactoryBean
2025-01-09 00:56:08
2686
After upgrading to spring boot 3.4 and spring 6.2.0 we sometimes see a BeanCurrentlyInCreationException in our logs afte...
Spring AbstractTransactionAspect shared between test contexts causes wrong (cached) TransactionManager to be used
2025-01-09 00:56:04
1402
Running two tests with different application contexts will cause the same aspectj AbstractTransactionAspect instance to ...
Spring Nested transaction support via savepoints is broken in Oracle database
2025-01-09 00:56:01
5667
Related to pull request:32992org.springframework.jdbc.datasource.JdbcTransactionObjectSupport releaseSavepointThe functi...
Spring HandshakeWebSocketService assumes jakarta websocket is present
2025-01-09 00:55:59
3103
HandshakeWebSocketService#initUpgradeStrategy does not check for the availability of relevant classes before attempting ...
Spring Task scheduler configured by XML is not eligible for getting processed by all BeanPostProcessors
2025-01-09 00:55:56
2693
Hello!Seems like XML-based scheduling configuration from documentation produces well-known "is not eligible" warning.Min...
Spring General upgrade to Jakarta EE 11 APIs
2025-01-09 00:55:53
306
Comment From: m1ngyuanIs it necessary to upgrade the following APIs for Jakarta XML Binding 4.0 as part of Jakarta EE 11...
Spring Fix wrong return type when invoking Async-annotated method on interface
2025-01-09 00:55:51
1424
The last param of AsyncExecutionAspectSupport.doSubmit is a return type, which can be get from the invocation. But in ca...
Spring Make it possible to mock ApplicationEventPublisher in Spring Boot tests [SPR-14335]
2025-01-09 00:55:48
3650
Jean-Baptiste Nizet opened SPR-14335 and commentedThis is a followup to this bug posted on the Spring Boot project:https...
Spring AdvisedSupport.MethodCacheKey should check for logical equality as well as identity
2025-01-09 00:55:45
2105
In the production environment, I discovered that AdvisedSupport#methodCache contains two "identical" keys, both correspo...
Spring WebClient and RestClient should offer a way to customize ClientHttpConnector/ClientHttpRequestFactory rather than replacing it
2025-01-09 00:55:43
6994
Both WebClient and RestClient have a unique hook point to configure the ClientHttpConnector and ClientHttpRequestFactor...
上一页
下一页
1
…
1123
1124
1125
1126
1127
…
2246
.