Spring Deprecate use of path extensions in request mapping and content negotiation

The motivation for this has been described in the "Suffix Match" section of the reference docs for some time. This issue...

Spring Dependency injection matches wildcards too leniently with 6.2.1

Steps to reproduce:Define two interfaces ObjectPostProcessorand AuthorizationManagerpublic interface ObjectPostProcessor...

Spring I've found significant bugs on java api

Comment From: dudgns3443this issue just for example for educator

Spring Unclear documentation for the uri observability metric in HTTP clients

DescriptionThe current documentation for the uri metric for HTTP clients is:URI template used for HTTP request, or "none...

Spring Fix ReflectionUtils#getDeclaredMethods to provide consistent result

Hi. This PR is inspired by gh-34082.As @welovelain pointed in it, the test below sometimes passes but sometimes doesn't....

Spring DataBufferUtils#join could leak buffers in case of error from the source, How can I fix this memory leak issue?

@Componentpublic class ResponseBodyLogGlobalFilter implements GlobalFilter, Ordered {private static final Log log = LogF...

Spring org.springframework.web.multipart.commons not found

Affects: 6.0.0Comment From: DaveDixonI'm updating older code to use jakarta so I have to use spring 6.0.0. The code uses...

Spring Upgrade to Spring 6.1 requires Servlet 6.0 (JEE 10)

During the upgrade to JEE9 and Spring 6.1, found some test issues that result in the following exception:java.lang.NoSuc...

Spring Mix Virtual Threads with OS

Enhancements RequestUse CaseIn a microservices architecture, some endpoints perform CPU-intensive tasks like password ha...

Spring is CVE-2024-38828 going to be fix in spring-webmvc 6.1.17

Comment From: bclozelSpring Framework 6.1.x is not affected by this CVE. Please check out the official report.

Spring Remove path mapping options marked as deprecated for removal

This includes:suffixPatternMatch, registeredSuffixPatternMatch for annotated controller methods and configured through M...

Spring Deprecate mvc XML configuration namespace

The MVC XML configuration namespace (like <mvc:annotation-driven>, <mvc:resources> and <mvc:cors>) has...

Spring Improve PathMatcher to PathPatternParser migration in mvc XML configuration

As of Spring Framework 6.0, several path matching options have been deprecated and the PathPatternParser is being chosen...

Spring If else blocks optimized

Else blocks removed, and also extra spacesComment From: pivotal-cla@JabborovEgamberdi Please sign the Contributor Licens...

Spring Update AnnotationCacheOperationSource.java

if else blocks optimized, extra spaces are cleanedComment From: bclozelThanks for your enthusiasm but we would rather ap...

Spring Update BeanUtils.java

Functional programming added, nested if logics are optimizedComment From: bclozelThanks for your enthusiasm but we would...

Spring TestContext framework should support one AspectJ instance per ApplicationContext [SPR-6353]

John Wu opened SPR-6353 and commentedThe SymptomEach test passes when running individually;A few @Transactional tests ma...

Spring Update spring.factories

123456Comment From: pivotal-cla@mao142312 Please sign the Contributor License Agreement!Click here to manually synchroni...

Spring Use Java config code snippets in transaction management section

Many example in the reference still use xml format, but most project doesn't use xml any more.Can it update to java conf...

Spring NoSuchMethod after upgrading to springboot 3.4

NoSuchMethod 'java.util.LinkedHashSet org.springframework.util.CollectionUtils.newLinkedHashSet(int)' - exception after ...
上一页 下一页
.