Spring Fixes atlas-extension order

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

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

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

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

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

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

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

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

RestTemplate set error to observation only for IOException and RestClientException and there is no way to customize that...

Spring Support @Bean method visibility [SPR-7170]

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

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

org.springframework.context.annotation.Condition implementations can be ordered by implementing Ordered or via @Order; h...

Spring Replace with Java Style array declaration

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

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

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

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

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]

Sam Brannen opened SPR-4862 and commentedProfileValueSourceConfiguration allows one to configure an implementation for t...

Spring Supply test instance to TestExecutionListeners at class level

Sam Brannen opened SPR-15735 and commentedStatus QuoThe test instance is not supplied to TestContextManager.beforeTestCl...
上一页 下一页
.