Nineya
Home
Blog
Spring Introduce landing page for JavaDoc and KDoc
2025-01-08 20:52:28
732
OverviewSpring Framework's Kotlin API documentation is not discoverable via https://spring.io/projects/spring-framework#...
Spring Link to KDoc API documentation from Javadoc overview
2025-01-08 20:52:25
284
This commit also fixes the javadoc task to take the overview.html asset into account, since this is where the link to KD...
Spring Document how to log @Sql scripts and statements
2025-01-08 20:52:23
355
This came up on Stack Overflow, and I realized we should actually document this for users.If you want to see which @Sql ...
Spring HTTP interface with application/x-ndjson
2025-01-08 20:52:20
3009
Spring HTTP interface with application/x-ndjson Content-type is not creating a new line delimited JSON in the request bo...
Spring Jakarta validation field constraints in superclass are ignored in native image
2025-01-08 20:52:17
5624
Affects: Spring 6.1.5 with Spring Boot 3.1.5I have this class@NoArgsConstructorpublic class RequestDTO { @NotNull ...
Spring DefaultWebClient logs URI without the port number
2025-01-08 20:52:14
2213
Affects: 6.0.9Call the interface of ResourceService, and the interface response status is 500,webclient execute this me...
Spring handleEmptyBody of RequestBodyAdvice should apply also when content-type is not set
2025-01-08 20:52:11
1078
The code that determines whether to run handleEmptyBody depends on other factors besides the body not being provided. I ...
Spring Log4jLog needs to re-resolve ExtendedLogger on deserialization (for compatibility with Log4J 2.21)
2025-01-08 20:52:08
231
Log4J 2.21 holds a ThreadLocal instance in a non-transient field which breaks serialization behind our Commons Logging a...
Spring Function column out doesn't resolve to SqlOutParameter
2025-01-08 20:52:05
1275
Affects: \ AllOnly procedure column out resolves to the SqlOutParameter. No mention of function column out. Causes issue...
Spring DataBufferUtils should rethrow Throwables if it encounters one
2025-01-08 20:52:02
3114
Hi all,Using spring 6.0.11, I encountered an issue while trying to use DataBufferUtils with Flux (not Mono). I wanted to...
Spring Enhancement Request: Improving VirtualThreadDelegate for JDK 21 Compatibility
2025-01-08 20:52:00
2067
I would like to request an enhancement for the VirtualThreadDelegate code to improve its compatibility with JDK 21 and p...
Spring ExecutorLifecycleDelegate should call ExecutorService.isTerminated() in ….isRunning()
2025-01-08 20:51:56
610
The verification of whether an ELD is currently running is implemented by calling ExecutorService.isShutdown() which onl...
Spring Update BeanInfoFactory.java
2025-01-08 20:51:54
1209
Method Name: Changed the method name from getBeanInfo to createBeanInfo to make its purpose more self-explanatory.Generi...
Spring Update VirtualThreadDelegate.java
2025-01-08 20:51:51
1516
The code has been enhanced with detailed JavaDoc comments for the class and its methods, providing clear explanations of...
Spring Cyclic dependencies silently ommitted from lookup by type in ApplicationContext
2025-01-08 20:51:48
894
I've recently upgraded from Spring Boot 2.5.x to 2.7.x (now on spring-core 5.3.30) which by default disables Spring's su...
Spring Add note about @[Enabled|Disabled]InNativeImage in reference manual
2025-01-08 20:51:46
432
OverviewAlthough @EnabledInNativeImage and @DisabledInNativeImage are part of JUnit Jupiter, many Spring users don't rea...
Spring Spring web integration commons fileupload receives files and other parameter uploads, with a null pointer
2025-01-08 20:51:43
7378
Affects:5.2.8When submitting files and parameters simultaneously, if the parameter only has name but no value, a null po...
Spring Restore support for recursive annotations in Kotlin
2025-01-08 20:51:39
1908
This PR resolves https://github.com/spring-projects/spring-framework/issues/31400 (follow up).It effectively reverts:- (...
Spring Invalid state from ServletUriComponentsBuilder.fromCurrentRequest
2025-01-08 20:51:36
1713
Affects: 5.3.27Some API conventions (particularly JSON:API) use square brackets [] in the naming of HTTP query parameter...
Spring Session Cookie in Reactive WebSession is not deleted if maxAge is set through cookie initializer (e.g. via Boot application property)
2025-01-08 20:51:33
2851
I was trying to get session cookies working with spring webflux and redis. I implemented a custom logout endpoint, that ...
上一页
下一页
1
…
1266
1267
1268
1269
1270
…
2246
.