Spring "org.springframework.beans.factory.support.DefaultListableBeanFactory", loaded by "org.apache.catalina.loader.StandardClassLoader" occupy 1,493,680,816 bytes [SPR-11612]

Siva opened SPR-11612 and commentedWe are noticing a memory leak and Spring objects loaded by system classloader are occ...

Spring Memory leak in serializable bean factory management [SPR-7502]

Leo Liang opened SPR-7502 and commentedSince Spring3.0.0, Spring adds a static ConcurrentHashMap named serializableFacto...

Spring DefaultListableBeanFactory memory leak spring version 3.0.5 [SPR-9842]

Architect opened SPR-9842 and commentedMy project using spring version 3.0.5 and i can see huge memory leakage in Defaul...

Spring restTemplate issue with exchange functionality

HiRecently, we encountered issues after upgrading our Spring Boot application from version 3.1.7 to 3.2.1, which relies ...

Spring Streamed file upload using MultipartResolver

Hi,In my application, I would like to have an API endpoint for file uploads with a Content-Type: multipart/form-data tha...

Spring Adapt Jackson2ObjectMapperBuilder documentation to mention ParameterNamesModule registration

After updating to 3.2.x, deserialization seems to be broken in my project. Here is some simple code to reproduce.Given a...

Spring Provide RestClient example in HTTP Interface Exception Handling section of reference docs

Affects: 6.1.1In the exception handling section, I had expected to see an example using the newly added RestClient:Rest...

Spring Add ability to inject dependencies into JUnit 4 @Rule and @ClassRule instances [SPR-10252]

Eduards Sizovs opened SPR-10252 and commentedIn some situations it's convenient to inject dependencies into JUnit's @Rul...

Spring Allow declaration of initializers at the @ContextHierarchy level [SPR-11015]

Eric E opened SPR-11015 and commentedCurrently I am unable to do something like the following:@RunWith(SpringJUnit4Class...

Spring Double error response handling on suspended methods

The combination of spring-boot-starter-web, kotlinx-coroutines-reactor, a suspended controller method and handling a 500...

Spring Update Spring Properties section of reference manual

The "Spring Properties" section in the reference manual does not contain entries for many Spring properties introduced i...

Spring Update ContentRequestMatchers#multipartData Javadoc

As discussed in https://github.com/spring-projects/spring-framework/issues/27742, ContentRequestMatchers#multipartData J...

Spring Support sending large STOMP messages as fragmented frames

16152 added handling of fragmented STOMP frames. However, as of now there is no functionality to send such fragmented fr...

Spring Remove dependency on Commons FileUpload in ContentRequestMatchers

In Spring 5.3, multipartData() methods were added to org.springframework.test.web.client.match.ContentRequestMatchers, w...

Spring Spring stomp websocket parse CONNECT frame error

Affects: 6.1.1Client: Use rx-Stomp js lib to connect websocketconst rxStomp = new RxStomp(); rxStomp.configure({ bro...

Spring ClassNotFoundException: org.hibernate.dialect.MySQL57Dialect with Hibernate 6.4

After updating my project from Spring Boot Version 3.2.0 to 3.2.1, I am no longer able to start my application.My applic...

Spring RestClientResponseException handles responseHeaders case-sensitive

Starting with spring-web 6.1.2, the HttpHeaders supplied to RestClientResponseException are copied into a new LinkedMult...

Spring Fix AsyncContext to be completed on AsyncListener.onError()

Closes gh-31541MotivationAccording to https://bz.apache.org/bugzilla/show_bug.cgi?id=66875#c11,our StandardServletAsyncW...

Spring Add observability support for JMS

See #30094 for some background.I'm primarily interested in the following:adding trace information to the JMS message on ...

Spring AOP pointcut erroneously matching ProceedingJoinPoint.proceed when called from within another advised bean

Affects: Spring Boot 2.3.5.RELEASEThere appears to be a bug in spring aop - see this stackoverflow issue, and my MCVE.TL...
上一页 下一页
.