Nineya
Home
Blog
Spring Introduce @BeanAlias to support adding bean aliases declaratively outside of bean definitions
2025-01-14 04:45:32
693
Sometimes when you integrate with other projects, you want to use beans created in that project in other code, but you n...
Spring Issue with property resolution with PlaceholderParser
2025-01-14 04:45:27
1881
Hi my team has encountered an issue with the latest version of spring-core and unfortunately we don't have a fix but we ...
Spring Improve consistency in StandardMultipartFile implementation
2025-01-14 04:45:19
544
This PR refactors the StandardMultipartFile class to enhance consistencyChanges include:Removed the transferTo(Path dest...
Spring ApplicationListener no longer invoked for double generic ApplicationEvent with 6.2.1
2025-01-14 04:45:17
1197
This issue is next step this issue.So: I have simple interface like this:public interface ITest{}and this:public interfa...
Spring Restore deprecated JsonPathExpectationsHelper constructor for binary compatiblity
2025-01-14 04:45:12
243
Code that's compiled against 6.1 don't see the new constructor so updating straight to 7.0 leads to java.lang.NoSuchMeth...
Spring Nullable type used in vararg leads to compilation failure
2025-01-14 04:44:51
1106
I have this Kotlin code using Spring Boot 3/Spring Framework 6.2:fun someRestCall(name: String?): Details { return re...
Spring Custom Test Execution Listener Executed After Context Cleanup (DirtiesContextTestExecutionListener order)
2025-01-14 04:44:41
1166
We encountered an issue where our custom test execution listener, responsible for cleaning the database after-test, was ...
Spring DirtiesContextTestExecutionListener has unexpected execution order leading to errors
2025-01-14 04:44:38
964
We encountered an issue where our custom test execution listener, responsible for cleaning the database after-test, was ...
Spring Property replacement in bootstrap.yml broken by PropertyPlaceholderHelper in 6.2.x
2025-01-14 04:44:36
1914
After upgrading from Spring 6.1 to 6.2 we are noticing an issue that values inside our bootstrap.yml file aren't being r...
Spring Refactor: Use HttpMethod and HttpHeaders instead of literal string.
2025-01-14 04:44:33
132
Just refactor.Comment From: snicollThanks for the PR but the constants are public and therefore we can't remove them as ...
Spring Configure the Gradle toolchain to use Java 23
2025-01-14 04:44:30
385
In order to be able to fix #34140 which requires using at least a Java 22 compiler, this issue intends to change the con...
Spring Instrument @Cacheable for observability
2025-01-14 04:44:25
3345
** Enhancements requests **To ReproduceHere is the code:@Configuration@EnableCachingpublic class CacheConfig { @Bean p...
Spring Error When Building Native Docker Image with Spring Cloud Kubernetes
2025-01-14 04:44:14
11656
SummaryWhen building a Docker image with the native profile enabled using the spring-boot-maven-plugin, the application ...
Spring Keep the - of header on init parameter names, otherwise the nested path will not work.
2025-01-09 01:07:53
1256
Keep the - of header names when init parameter names, otherwise the nested path will not work.~~@rstoyanchev Hi, for pro...
Spring Error 500 / StringIndexOutOfBoundsException when parsing Array-Parameter and using Constructor for Parameter Bean
2025-01-09 01:07:50
5871
Since updating to Spring Boot 3.4.0 / 3.4.1Given this TestController:@RestControllerpublic class TestController { @Ge...
Spring BindException declared but not handled by ExceptionHandler
2025-01-09 01:07:48
615
The method doesn't handle the BindException anymore.Close gh-33952.Comment From: bclozel@remeio We're in the process of ...
Spring BindException not handled anymore but still registered in ExceptionHandler
2025-01-09 01:07:45
754
With https://github.com/spring-projects/spring-framework/commit/a85bf3185e4f23753989496f0fa5af99b76a0431 the method hand...
Spring [PERFORMANCE IMPROVEMENT] Only one line! 🤯 WebClient should publish response on boundedElastic
2025-01-09 01:07:43
14567
ETA: 5 minutesHello! 👋 TL;DRJust add:.publishOn(Schedulers.boundedElastic())Somewhere in WebClient internals to improve ...
Spring Clarify that @Primary and @Fallback doesn't affect the sorting of beans
2025-01-09 01:07:23
300
Users may misunderstand that @Primary will be the first and @Fallback will be the last.Comment From: snicollUsers may mi...
Spring Built-in support for buffering in RestClient and RestTemplate
2025-01-09 01:07:20
1001
You can add a BufferingClientHttpRequestFactory wrapper around any request factory, but it forces you to create the unde...
上一页
下一页
1
…
1111
1112
1113
1114
1115
…
2246
.