Nineya
Home
Blog
Spring GeneratedFiles#addSourceFile should not allow to add a source in the default package
2025-01-08 20:57:27
3220
When a JavaFile is added to the list of files, its class name is deduced from its package name and type name. When addin...
Spring PathResourceResolver.getResource() does not log warning if Resource#getURL() throws exception
2025-01-08 20:57:22
454
If ServletContextResource.getURL() throws a FileNotFoundException because ServletContext.getResource(String) returns nul...
Spring Replace explicit null-checks by a declarative approach [SPR-16291]
2025-01-08 20:57:20
8945
Denis Zhdanov opened SPR-16291 and commentedThe idea is to replace explicit null checks by NonNull annotation on target ...
Spring GeneratedFiles#addSource does not provide proper context if the specified class name is invalid
2025-01-08 20:57:17
4573
ContextI tried to build native Spring boot artifact and spent hours to struggle with build failed obscure error. I was n...
Spring JSR305 @CheckForNull should be equivalent to Spring @Nullable for indicating optional autowired injections
2025-01-08 20:57:14
2311
Affects: 5.0.10SummaryThe JSR305 @CheckForNull annotation should be treated equivalently to the Spring @org.springframew...
Spring Native application fails to run with missing JDK proxy for Hibernate Session
2025-01-08 20:57:11
17897
Hi,I am able to build my application to an exe, however, it fails when run. The full stack trace is below:OS building th...
Spring IllegalArgumentException initializing an application compiled with Java 8 [SPR-10292]
2025-01-08 20:57:08
5273
Michael Nascimento Santos opened SPR-10292 and commentedWhen trying to initialize Tomcat with JDK 8 lambda b76:Caused by...
Spring Creation of advisors before creation of beans that rely on proxying (e.g transactional advisor)
2025-01-08 20:57:05
2564
We ran into the issue that the org.springframework.transaction.config.internalTransactionAdvisor was still in creation w...
Spring Pagination support in Spring JDBC.
2025-01-08 20:57:02
919
Affects: \As a Spring JDBC User, i want to query the records in pageable fashion so that i can effectively work with ret...
Spring Caching and Event Listening support do not reuse internal delegates for their evaluation contexts
2025-01-08 20:56:59
473
The work on #31579 and the report #31580 (ping @liudaac) led to an investigation that shows the context does not reuse t...
Spring WebFlux retryBackoff() not works with exchange()
2025-01-08 20:56:57
9193
If you use retrieve() method all works fine: boolean send(String event) { Response response = webClient.po...
Spring Consider introducing @AutowiredTest to automatically autowire each field in a test class
2025-01-08 20:56:54
3502
Considering that SF since 4.3 @Autowired is not necessary to be declared explicitly in a contructor when in the class ex...
Spring Exception details lost when there is an exception while rolling back in TransactionAspectSupport.invokeWithinTransaction()
2025-01-08 20:56:51
13831
Affects: 6.0.13I am using spanner with JPA, and when i am in a transaction where there is a bug and an exception is thro...
Spring GraalVM native error with Kotlin DSL
2025-01-08 20:56:48
4905
Hiwith kotlin 1.9.20, java 21 graalce, spring boot 3.2.0-rc2sample of spring boot code@SpringBootApplicationclass DemoAp...
Spring Support fetching request body of Webflux ExchangeFilterFunction.ofRequestProcessor
2025-01-08 20:56:45
3370
I've read the closed issue https://github.com/spring-projects/spring-framework/issues/24262 but did not get the reply. T...
Spring Optimize StandardTypeLocator for hotspot when the same classes are resolved
2025-01-08 20:56:42
3968
Hi,We are using spring cache mechanism in the application, something like below @Cacheable(value = "ProductQuerySer...
Spring Too many CacheEvaluationContext instances
2025-01-08 20:56:13
2075
Recently, I discovered a phenomenon where there is a large amount of CacheEvaluationContext instances in the jmap histo ...
Spring Can Springers capture which exceptions and handling methods through configuration?
2025-01-08 20:56:10
2291
Recently, I want to do some exception handling for company projects. The usual approach is to use @ExceptionHandler to l...
Spring Multipart timeouts when send via WebClient after setting R/W timeouts via doOnConnected/HttpClient/ReactorClientHttpConnector
2025-01-08 20:56:07
3340
Affects: SpringBoot 2.1.6.RELEASEUsecaseWant to proxy a Multipart content in reactive manner from server to another serv...
Spring Review reachability metadata contributions after GraalVM changes
2025-01-08 20:56:04
2455
The GraalVM team has been working on reporting missing reachability metadata as exceptions at runtime. Relevant changes ...
上一页
下一页
1
…
1262
1263
1264
1265
1266
…
2246
.