Nineya
Home
Blog
Spring Fixes atlas-extension order
2025-01-08 21:43:21
405
The atlas-extension must be registered before the latest-version-extension so that the latest version logic is applied t...
Spring Incorrect handling of MockedStatic with nested tests
2025-01-08 21:43:18
2223
Affects: Spring Boot 3.2.2, spring-test 6.1.3Below is a cut down example showing the issue:package com.example.demo;impo...
Spring Incorrect handling of MockedStatic with @Disabled tests
2025-01-08 21:43:15
2290
Affects: Spring Boot 3.2.2, spring-test 6.1.3Possibly related to https://github.com/spring-projects/spring-framework/iss...
Spring Reference Doc URL is Not Found
2025-01-08 21:43:12
705
Screencast from 01-19-2024 07:04:12 PM.webmBut this link works fine https://docs.spring.io/spring-framework/reference/in...
Spring Dependency Injection via constructor in 6.1.3 ignores named arguments
2025-01-08 21:43:09
2868
Spring 6.1.3 (spring-context, spring-beans)Hi, We have a number of applications that use the Spring framework and we use...
Spring Class-level @Transactional not merged with method-level @Transactional
2025-01-08 21:43:06
2509
I would like to report this issue, unsure if it is a bug, or a request for enhancement, or expected behaviour.With versi...
Spring Dependency injection through constructor in 6.1 is not working as expected
2025-01-08 21:43:03
1107
Hi,The change to the dependency injection though constructor in 6.1 has a really big impact on our apps, and I would rea...
Spring ReloadableResourceBundleMessageSource better support getResources
2025-01-08 21:43:01
4171
Dear Spring team:I want to use ReloadableResourceBundleMessageSource for international resource.I try use *_en to matc...
Spring Exceptions thrown by custom error handlers are not recorded in RestTemplate observations
2025-01-08 21:42:56
5240
RestTemplate set error to observation only for IOException and RestClientException and there is no way to customize that...
Spring org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'moduleDirector': Invocation of init method failed; nested exception is java.lang.UnsupportedOperationException: unexpected call to public native int java.lang.Object.hashCode()
2025-01-08 21:42:54
6295
I'm upgrading Spring from 4.2.9 to 4.3.0 My rendering services are down after the upgrade. There is absolutely no code c...
Spring Support @Bean method visibility [SPR-7170]
2025-01-08 21:42:51
10165
Eberhard Wolff opened SPR-7170 and commentedIn JavaConfig beans created by protected methods with @Bean annotation had v...
Spring Remove unnecessary semicolons in enum declarations
2025-01-08 21:42:46
947
Comment From: sbrannenThanks for the PR.Unfortunately we don't have a policy stating that we remove semicolons in enum d...
Spring Document that Conditions can be ordered
2025-01-08 21:42:44
157
org.springframework.context.annotation.Condition implementations can be ordered by implementing Ordered or via @Order; h...
Spring Replace with Java Style array declaration
2025-01-08 21:42:40
230
Comment From: snicollThis is a particular part of the codebase here (our fork of cglib). We generally avoid doing polish...
Spring Reject @RequestMapping and @HttpExchange declarations on the same element
2025-01-08 21:42:35
862
OverviewAs a follow up to #31962 and #32049, we have decided to reject adjacent @RequestMapping and @HttpExchange declar...
Spring RestClient calls interceptors from RestTemplate twice
2025-01-08 21:42:32
8076
This has been observed using spring-boot 3.2.1 with spring-web 6.1.2When using RestClient.create(RestTemplate) and provi...
Spring Provide more control over JPA entities scanning
2025-01-08 21:42:27
8183
Hi,I would like to request for @EntityScan to be able to provide the ability to scan for specific entities class, rather...
Spring Support table truncation teardown in the TestContext framework
2025-01-08 21:42:24
2422
Adib Saikali opened SPR-9916 and commentedOverviewCurrently the Spring TestContext Framework implements the Transaction ...
Spring Introduce strategy for determining if a profile value is enabled for a particular test environment [SPR-4862]
2025-01-08 21:42:21
3053
Sam Brannen opened SPR-4862 and commentedProfileValueSourceConfiguration allows one to configure an implementation for t...
Spring Supply test instance to TestExecutionListeners at class level
2025-01-08 21:42:18
1027
Sam Brannen opened SPR-15735 and commentedStatus QuoThe test instance is not supplied to TestContextManager.beforeTestCl...
上一页
下一页
1
…
1226
1227
1228
1229
1230
…
2246
.