Nineya
Home
Blog
Spring Add SameSite enum support to ResponseCookie
2025-01-09 00:24:23
967
I have added the SameSite enum to ResponseCookie while ensuring that the existing string-based handling is still support...
Spring MimeMessageHelper addInline with ByteArrayResource fail with null filename
2025-01-09 00:24:21
2404
Affects: spring-context-support-6.1.12I'm creating a mail using MimeMessageHelper. I want to add inline file using Byte...
Spring Ensure that SseEmitter outputs UTF-8 encoded text
2025-01-09 00:24:18
1493
The character encoding is not specified in the extendResponse method of SseEmitter, so the character encoding actually r...
Spring Path variable values missing in RedirectView when PathPattern are used
2025-01-09 00:24:15
1401
Affects: 6.1.2+ (probably since the introduction of PathPatterns)When you use a RedirectView with an URI that contains a...
Spring jackson blocking calls reported by BlockHound
2025-01-09 00:24:13
1384
Hi,We have a webflux/reactor application running in production, after recent JVM upgrade we've noticed new exceptions th...
Spring HeartbeatTask should update the lastWriteTime value of SessionInfo after sending the heartbeat
2025-01-09 00:24:10
182
Comment From: bclozelIf we update this information for heart beats, this makes this information rather useless. The goal...
Spring Upgrade to SnakeYAML 2.0
2025-01-09 00:24:05
2892
SnakeYAML 2.0 deliveres backwards incompatible changeshttps://bitbucket.org/snakeyaml/snakeyaml/wiki/ChangesComment From...
Spring Refine naming consistency for HttpRequestFactories and update RestOperations interface
2025-01-09 00:24:03
1303
This PR addresses issue #33382 by refining the naming consistency within the Spring Framework.Class RenamingReactorNetty...
Spring Refine null-safety with NullAway build-time checks
2025-01-09 00:24:00
1769
As discussed with the JSpecify working group, the goal of this issue is to introduce null-safety checks at build-time us...
Spring Provides a mechanism that allows to customize reactive type
2025-01-09 00:23:57
3791
Problem descriptionFor historical reason in our project we have services like:interface Service<I, O> { String ...
Spring Update Objenesis version in package-info
2025-01-09 00:23:54
223
Just changed Objenesis version in package-info.java since it was updated to 3.3 in spring-core.gradleComment From: jhoel...
Spring Harmonize Reactor client class names within the http.client package
2025-01-09 00:23:51
954
The recent introduction of ReactorNettyClientRequestFactory brought a naming inconsistency with ReactorClientHttpConnect...
Spring Resolve new package cycle between web.servlet.handler and web.servlet.function
2025-01-09 00:23:48
1027
32689 introduced an instanceof HandlerFunction check in AbstractHandlerMethodExceptionResolver which creates a package c...
Spring BeanCurrentlyInCreationException is thrown when multiple threads get a bean from StaticApplicationContext's Bean Factory
2025-01-09 00:23:46
4928
Affects: 6.2.0-M7After updating to the latest milestone version (6.2.0-M7), an org.springframework.beans.factory.BeanCur...
Spring Remove a unnecessary else in DefaultSingletonBeanRegistry
2025-01-09 00:23:43
1178
The method getSingleton(String, ObjectFactory<?>) may throw a BeanCurrentlyInCreationException in multiple threads...
Spring Create WebFlux equivalent filter to handle URLs with trailing slashes
2025-01-09 00:23:40
200
The UrHandlerFilter under #31366 is for use with Spring MVC and the Servlet API. This issue is to create the same for us...
Spring Avoid empty array allocations in AnnotationTypeMapping
2025-01-09 00:23:39
994
Avoid empty array allocations in a few places in AnnotationTypeMapping.In a heap dump for a production app, there were a...
Spring SimpleJdbcCall for a function on Informix database generates wrong number of parameters in the statement
2025-01-09 00:23:34
2881
Affects:V6.1.11 and othersProblem statementThe given situation: a legacy Informix database and a defined function with a...
Spring Race condition in error handling for ClientAbortException within a StreamingResponseBody on Tomcat
2025-01-09 00:23:31
15843
Affects: 6.1.11, 6.2.0-M7When a ClientAbortException occurs within a Spring MVC StreamingResponseBody sometimes the erro...
Spring JPMS: export to spring.core required
2025-01-09 00:23:29
15755
This is hopefully just a lack of understanding on how spring "cglib" support is supposed to work (in quotes because it's...
上一页
下一页
1
…
1155
1156
1157
1158
1159
…
2246
.