Nineya
Home
Blog
Spring [do-not-merge] testing
2025-01-09 00:22:28
288
Comment From: pivotal-cla@delta12kilo Please sign the Contributor License Agreement!Click here to manually synchronize t...
Spring Low level exception handling in HTTP Interface Clients
2025-01-09 00:22:24
5025
Affects: 6.1.11I am following https://docs.spring.io/spring-framework/reference/integration/rest-clients.html#rest-http-...
Spring Add exception message when logging resolved exceptions
2025-01-09 00:22:22
1715
For more insight into which exception has been resolved, the thrown exception will be included in the log message accord...
Spring Allow multiple listeners on ResponseBodyEmitter
2025-01-09 00:22:19
710
It looks like the general recommendation about SSE is to send messages at fixed interval to clients to probe the connect...
Spring Simplify WebJars support
2025-01-09 00:22:16
4169
https://github.com/spring-projects/spring-framework/issues/27619#issuecomment-2333340105Comment From: bclozelIt looks li...
Spring Avoid storing duplicate empty array in MethodParameter field
2025-01-09 00:22:14
194
Avoid storing duplicate empty arrays in the parameterAnnotations field of MethodParameter.In a heap dump of a sample app...
Spring Efficient webjars version resolution via webjars-locator-lite
2025-01-09 00:22:11
24961
Spring (MVC and Webflux) has a ResourceResolver abstraction that can be used to resolve the versions in webjars, avoidin...
Spring Document TaskDecorator usage with TaskExecutors
2025-01-08 23:11:19
459
Enhancement RequestDescription:I found spring docs for TaskExecutor currently lacks detailed information regarding the u...
Spring The following method did not exist: 'void org.springframework.orm.hibernate5.LocalSessionFactoryBuilder.addAttributeConverter(java.lang.Class)'
2025-01-08 23:11:16
905
DescriptionWe are using SB 3.1.2 and the Spring Framework 6.0.11 The following method did not exist: 'void org.springfr...
Spring Add Javadoc @since for CodeWarnings.detectDeprecation(ResolvableType)
2025-01-08 23:11:14
170
This PR adds a Javadoc @since tag for the CodeWarnings.detectDeprecation(ResolvableType).See gh-32850Comment From: sbran...
Spring Document that WebFlux does not support forward redirects
2025-01-08 23:11:11
4403
Affects: 6.1RFE: add a section in WebFlux “View Technologies”on how to do forward: and redirect:.Currently ...
Spring Decide what to do with @IfProfileValue [SPR-7754]
2025-01-08 23:11:09
6731
Dave Syer opened SPR-7754 and commentedNow that @Profile (and "profile" generally) has a meaning in the framework, the o...
Spring Add @Profile support for tests
2025-01-08 23:11:05
589
I'd like some tests enabled only for specified profiles, for example:@SpringJUnitConfigabstract class TestBase { @Pro...
Spring Inconsistent handling of X-Forwarded-Prefix in servlet and reactive stack
2025-01-08 23:11:03
2820
Affects: 6.1I have stumbled upon hard-to-debug issue which affects the reactive stack (webflux) but works fine in servle...
Spring WebLogicRequestUpgradeStrategy is not compatible with WebLogic 12.2.1.4.0
2025-01-08 23:11:00
5590
After patching WebLogic 12.2.1.4.0 with the patch set named "Oracle® WLS Patch Set Update 12.2.1.4.240704" we are facing...
Spring Avoid empty array allocations in ResolvableType
2025-01-08 23:10:57
610
Avoid allocating empty arrays in a few places in ResolvableType.Comment From: sdeleuzeMerged, thanks.On a very simple we...
Spring Improve documentation on reading form data via Servlet request parameters vs @RequestBody
2025-01-08 23:10:55
5123
I upgraded from spring-boot v2 -> v3. My tests could not detect the following issue, even though I tested the scenari...
Spring Expand acronyms FQN and FQCN
2025-01-08 23:10:52
1124
We should insist on using either one to keep consistency, FQCN is more common in the Java ecosystem.Comment From: quaffw...
Spring Functional Endpoints in Servlet stack, correct way to write to ServerResponse's outputStream or bug?
2025-01-08 23:10:49
2937
Hello dear Spring team,I wonder if my code is buggy or your code is buggy, as I have no other sources to bypass this pro...
Spring Revert removal of deprecated rawStatusCode methods
2025-01-08 23:10:47
550
After introducing the HttpStatusCode class in 6.0 as an alternative to the HttpStatus enum, methods for access to the ra...
上一页
下一页
1
…
1157
1158
1159
1160
1161
…
2246
.