Nineya
Home
Blog
Spring Polish
2025-01-09 00:46:16
408
Update copyright year of changed filesSee https://github.com/spring-projects/spring-framework/issues/33823Comment From: ...
Spring Update HttpStatus to align with RFC9110 where relevant
2025-01-09 00:46:14
2736
Affects: 6.1The HttpStatus javadoc links to HTTP Status Code Registry, which in turn refers to RFC9110 (published in Jun...
Spring Spring WebFlux RouterFunction cannot add subclass of ServerResponse
2025-01-09 00:46:10
1504
my code import org.springframework.context.annotation.Bean;import org.springframework.stereotype.Component;import org.sp...
Spring Prefer modified resources over the originals in TestCompiler
2025-01-09 00:46:07
698
Previously, when the test compiler had been seeded with a resource file, any modifications to this resource performed du...
Spring Refine @Contract Javadoc to mention this and new return values
2025-01-09 00:46:05
227
As documented in Jetbrains variant of @Contract here and as suggested by @mp911de, org.springframework.lang.Contract sho...
Spring LazyInitializationException with GraalVM Native Image in Spring Boot 3.3.5 Application
2025-01-09 00:46:03
7890
Issue SummaryIn a Spring Boot 3.3.5 application using GraalVM (22.3.0) for native image compilation, the following excep...
Spring Relax the visibility of MockMVC DSL constructors
2025-01-09 00:46:01
1832
Hello, I added Kotlin DSL for RestDocs.At first, I thought this PR might be more suitable for spring-restdocs, so I was ...
Spring Add trailing slash to static resource location if missing
2025-01-09 00:45:56
1743
As already stressed by @philwebb in #33815 and by my colleague @milazzo-g, the brand new assertion about the required tr...
Spring Spring RestClient returns an error when sending a MultipartFile "No serializer found for class sun.nio.ch.ChannelInputStream"
2025-01-09 00:45:54
1689
I try send request via RestClient:fun uploadFile(file: MultipartFile): MyDtoRs { val resource: Resource = file.resource...
Spring New threads added to thread pool inherit active database transaction in tests
2025-01-09 00:45:51
4837
TransactionalTestExecutionListener's sanity check for open transactions can cause spurious test failures when JUnit test...
Spring Move Kotlin code samples to a dedicated package
2025-01-09 00:45:48
549
The upgrade to Kotlin 2 planned in #33629 is blocked by an error that happens during the compilation of Kotlin code samp...
Spring Remove support for Kotlin scripting engine
2025-01-09 00:45:45
299
Kotlin team has expressed the intent to drop Kotlin scripting engine support via JSR 223 (javax.script.ScriptEngine) and...
Spring Add batch operations support to DatabaseClient
2025-01-09 00:45:43
593
As discussed in #27229, this issue intends to add support to batch operations support to R2DBC DatabaseClient.The starti...
Spring @Cacheable behavior when there is a QueryTimeoutException on the get operation
2025-01-09 00:45:41
1542
Consider the following method: @Cacheable(value = "foo", key = "#season.toString()", cacheManager =...
Spring HttpRequest awareness for RestClientException
2025-01-09 00:45:38
3362
Hello everyone. This is my first contribution, so please don't blame me too much.So, my use case is to develop an intern...
Spring Fix indentation to use tabs in Kotlin source files
2025-01-09 00:45:34
319
This PR fixes indentation by replacing four spaces with a tab in Kotlin source files to align with the project's .editor...
Spring @Lazy not working in Native mode
2025-01-09 00:45:32
23087
Given the following sample: https://github.com/Eng-Fouad/spring-native-lazy-bugI got an exception on running the native ...
Spring Explore additional Spring AOT optimizations on the JVM
2025-01-09 00:45:28
776
Spring AOT is a mandatory step to build a native image for a Spring applications. While adding support for native images...
Spring TypeNotPresentException: org/springframework/cglib/proxy/NoOp not present on Java 17
2025-01-09 00:45:26
34338
Affects: Spring Framework 5.3.25 on Java 17Stack Traceorg.springframework.aop.framework.AopConfigException: Unexpected A...
Spring HttpComponentsClientHttpRequestFactory setReadTimeout not working with httpclient 5.4
2025-01-09 00:45:16
2176
httpcomponents httpclient5 changed the internal implementation of HttpClientContext with version 5.4https://github.com/a...
上一页
下一页
1
…
1133
1134
1135
1136
1137
…
2246
.