Nineya
Home
Blog
Spring Provide RequestPredicate with no side effects
2025-01-08 20:13:45
8868
I'm developing a Spring WebFlux application that serve Single Page Application front-end resources.I have registered fro...
Spring Webflux error in Spring Boot 2.4.1: Error while acquiring from reactor.netty.internal.shaded.reactor.pool.SimpleDequePool@4e699e
2025-01-08 20:13:42
5972
We got the following error using the WebClient in a Spring Boot 2.4.1 application. It appears to be missing some informa...
Spring Disconnected client results in HTTP 500 after reactor-netty upgrade to 1.0.7
2025-01-08 20:13:38
4372
Affects: 5.3.7With the upgrade from spring-boot from 2.3.x to 2.4.x & reactor-netty-http from 0.9.20 to 1.0.7 client...
Spring Optimize SimpleAliasRegistry#canonicalName
2025-01-08 20:13:33
556
Comment From: pivotal-cla@kang-hl Please sign the Contributor License Agreement!Click here to manually synchronize the s...
Spring Refactoring getSingleton method to improve readability
2025-01-08 20:13:30
550
Recently I was learning source code and wanted to make some contributions to the project, so I tried refactoring the get...
Spring Treat string as ordinal of enum if it's numeric
2025-01-08 20:13:27
151
Fix GH-25543Comment From: snicollThanks @quaff but that issue was still under discussion so not a great candidate for co...
Spring IntegerToEnumConverterFactory is not applied to web request parameters
2025-01-08 20:13:23
7698
Affects: 5.2.8.RELEASEI have a controller like this@RestController@RequestMapping("/dict")public class EnumTes...
Spring oss-fuzz integration
2025-01-08 20:13:20
1494
Hi all,we have prepared the Initial Integration of spring-jdbc into Google OSS-Fuzz which will provide more security for...
Spring Improve documentation: AnnotationConfigApplicationContext: constructor vs register/refresh method?
2025-01-08 20:13:17
1983
The AnnotationConfigApplicationContext class has the following:public AnnotationConfigApplicationContext(Class<?>....
Spring Possible Bug: setDefaultProfiles method does not work as expected as the "-Dspring.profiles.default" property
2025-01-08 20:13:14
2648
For Spring Framework 6 having some @Configuration classes with the @Profile("default") and @Profile("prod") respectively...
Spring As discussed with @chemicL, this is a limitation of the current design which is using a WebFilter. The exception handling mechanism is applied with ExceptionHandlingWebHandler, which is a HttpHandlerDecorator. WebFilter instances are applied at a higher level and are not aware of this.
2025-01-08 20:13:11
4223
As discussed with @chemicL, this is a limitation of the current design which is using a `WebFilter`. The excep...
Spring Upgrade to snakeyaml 2.2
2025-01-08 20:13:08
816
Snakeyaml 2.2 has a fix where the package org.yaml.snakeyaml.inspector is not exported from its module, requiring a manu...
Spring CGLIB runtime enhancement not supported on native image
2025-01-08 20:13:05
9539
Affects: Spring 6.0.11 / Spring Boot 3.1.2For reproducing the issue, I highly recommend starting with the attached repro...
Spring Missing proxy declaration for native-image when using Spring Data JPA
2025-01-08 20:13:02
3888
Affects: Spring 6.0.11 / Spring Boot 3.1.2Assume an application with the following components:- Spring Boot 3.1.2- Sprin...
Spring Missing proxy hint when using a simple Spring Data JpaRepository
2025-01-08 20:12:59
9234
Affects: 6.0.11I get the com.oracle.svm.core.jdk.UnsupportedFeatureError when using a simple repository.@Repositorypubli...
Spring Enhance MockMvcWebTestClient to allow applying RequestPostProcessors
2025-01-08 20:12:56
2408
Potentially fixes related issues like https://github.com/spring-projects/spring-security/issues/9257 and https://github....
Spring Stop sharing GenericConversionService between test methods
2025-01-08 20:12:53
251
Some tests called mutating methods like addConverterFactory(), it will potentially affect other tests.Comment From: sbra...
Spring Simplify ReflectionUtils.getUniqueDeclaredMethods(…) [SPR-15741]
2025-01-08 20:12:50
443
Oliver Drotbohm opened SPR-15741 and commentedReflectionUtils.getUniqueDeclaredMethods(…) seems to check for covariant r...
Spring Clarify documentation on Spring Web MVC pattern comparison
2025-01-08 20:12:47
631
Affects: 6.0.12The current documentation on Spring Web MVC pattern comparison says:Both help to sort patterns with more ...
Spring Polishing contribution year
2025-01-08 20:12:44
391
Comment From: pivotal-cla@Kartik-21 Please sign the Contributor License Agreement!Click here to manually synchronize the...
上一页
下一页
1
…
1297
1298
1299
1300
1301
…
2246
.