Nineya
Home
Blog
Spring Deprecate SerializationUtils#deserialize
2025-01-08 05:32:46
2032
As based on Java's serialization mechanism, it can be the source of Remote Code Execution vulnerabilities.Today this uti...
Spring springboot rsocket 2.2.0.RELEASE bug
2025-01-08 05:32:43
5327
@Controllerpublic class ServerController { @MessageMapping(value = "market") public MarketResponse getMa...
Spring RCE 0 Day
2025-01-08 05:32:41
329
Affects: All Spring Framework version Comment From: doublewaterswhat's wrong with itComment From: thisiswanghyMore det...
Spring org.springframework.security.saml2.provider.service.authentication.DefaultSaml2AuthenticatedPrincipal fails to return more than one "attribute"
2025-01-08 05:32:38
846
**Affects: 5.5.2 \spring-security-saml2-service-provider or I have been testing a SAML SSO integration using Spring fr...
Spring Introduce warnings in documentation of SerializationUtils
2025-01-08 05:32:36
275
SerializationUtils#deserialize is deprecated in Spring Framework 6.0 (see #28075); however, we do not want to deprecate ...
Spring CronExpression fails to calculate properly next execution when running on the day of winter daylight saving time
2025-01-08 05:32:34
3373
Affects: Spring Framework 5.3.16The PR #28044 fixing the issue #28038 did cause a regression for winter daylight saving ...
Spring Initialize NativeDetector at build time
2025-01-08 05:32:31
537
In order to allow code removal with constructs like if (NativeDetector.inNativeImage()) { ... } else { ... }, NativeDete...
Spring Issue with WebSocket transport compression for RSocket
2025-01-08 05:32:29
7162
Unable to make WebSocket transport compression work in RSocket client/server Spring Boot applications running with Netty...
Spring @Transactional test does not execute all JPA lifecycle callback methods
2025-01-08 05:32:26
2567
Spring Boot v2.6.4@Transactional tests are useful to roll back any test data created during tests; however, when a Sprin...
Spring @Scheduled functions failed to fire on Daylight Savings Time switch
2025-01-08 05:32:24
740
All of our cron based @Scheduled functions failed to fire on the 3rd of October 2021 when parts of Australia entered Day...
Spring Property name consistent with the one in the code
2025-01-08 05:32:21
909
In XML file, the property name is 'integerProperty' while the field in the code is 'i'.Comment From: pivotal-cla@lifei-z...
Spring while uploading file getting error Invalid CSRF Token 'null' was found on the request parameter '_csrf' or header 'X-CSRF-TOKEN'.
2025-01-08 05:32:18
1005
i have enabled csrf and send token <input type="hidden" name="${_csrf.parameterName}"value="${_csrf.token}"/> and ...
Spring Mono Object wrapped by ResponseEntity cannot be passed correctly by mvc framework
2025-01-08 05:32:15
774
Affects: 5.3.xPlease refer to this disscusion for more detailed information.In function ResponseBodyEmitterReturnValueHa...
Spring Move off deprecated API in SessionTransactionData
2025-01-08 05:32:12
253
SessionTransactionData in HibernateJpaDialect still refers to Session.setFlushMode(FlushMode) which was deprecated and n...
Spring Introduce cancel(boolean mayInterruptIfRunning) in ScheduledTask
2025-01-08 05:32:10
2144
Affects: 5.3.17Hello everyone,I am working on a scheduling solution and I want to cancel a scheduled task on demand. I a...
Spring Conversion Service not able to find Converter in Springframework 5.3.16
2025-01-08 05:32:08
1325
Below is a converter class I have created in my project, It was working fine in the previous version of the spring frame...
Spring Configuring DataBuffer capacity for FilePart PartGenerator
2025-01-08 05:32:06
1905
Affects: \5.3.12Hello @poutsma,The problem : when generating the FilePart#content(), the PartGenerator uses the followi...
Spring Small planning suggest - spring-core-5.3.16
2025-01-08 05:32:03
731
Affects: \Now i need invoke method(org.springframework.util.ReflectionUtils#getDeclaredFields), The method cache is used...
Spring Remove TYPE_HIERARCHY_AND_ENCLOSING_CLASSES search strategy for MergedAnnotations
2025-01-08 05:32:00
386
OverviewSince #28207 has introduced support for providing a Predicate<Class<?>> that allows for complete con...
Spring Introduce predicate for searching enclosing classes in MergedAnnotations
2025-01-08 05:31:56
1438
OverviewDue to the deprecation of SearchStrategy.TYPE_HIERARCHY_AND_ENCLOSING_CLASSES (see #28079), we will introduce a ...
上一页
下一页
1
…
1440
1441
1442
1443
1444
…
2246
.