Nineya
Home
Blog
Spring NoSuchMethodError for SessionFactoryImplementor.getProperties() with Hibernate 5.1 [SPR-14365]
2025-01-08 06:29:04
2210
Andy Wilkinson opened SPR-14365 and commentedThe signature of SessionFactoryImplementor.getProperties() changed in 5.2 t...
Spring fix the kotlin suspend function validation issure 23499.
2025-01-08 06:29:02
861
the issure is https://github.com/spring-projects/spring-framework/issues/29793Comment From: pivotal-cla@cjdxhjj Please s...
Spring Bean validation fails with ArrayIndexOutOfBoundsException for Kotlin suspending function
2025-01-08 06:28:59
20546
Affects: Spring Framework 6.0.3I put the @Validated on the controller, when i call any action on that controller, it fai...
Spring UriComponentsBuilder doesn't encode + in the query param value
2025-01-08 06:28:55
717
UriComponentsBuilder doesn't encode + in the value .. here is the test which it failsUriComponents components = UriCompo...
Spring Doc: UriComponentsBuilder does not encode query parameters [SPR-14256]
2025-01-08 06:28:53
4035
Christopher Smith opened SPR-14256 and commentedUriComponentsBuilder does not encode query parameters, expecting them to...
Spring Deprecate Base64Utils
2025-01-08 06:28:50
1394
The java.util.Base64 Encoder and Decoder classes have methods that accept strings as well as return strings. These can b...
Spring Remove clear() call to release method of WeakEntryReference and SoftEntryReference
2025-01-08 06:28:47
1184
Remove clear() call to release method of WeakEntryReference and SoftEntryReference.The code of the same behavior as the ...
Spring Fix javadoc to indicate that compress is enabled from implementation
2025-01-08 06:28:45
251
SSIAFrom line 43, this correction should be correct.https://github.com/spring-projects/spring-framework/blob/3348e74ab80...
Spring Fix property binding issue for spring beans when default value is null
2025-01-08 06:28:43
4367
This PR introduced a bug an does not allow us to upgrade passed 5.3.0: https://github.com/spring-projects/spring-framewo...
Spring ProblemDetail is missing serialization hints for Native Image
2025-01-08 06:28:40
521
Spring AOT/Native Image:1. Use ResponseEntityExceptionHandler as a base class for your @ControllerAdvice2. Trigger BAD_R...
Spring Js es6 import in regards to http caching
2025-01-08 06:28:38
1007
Affects: \In the same fashion as CssLinkResourceTransformer deal with import in css es6 js import should be dealt with.a...
Spring NPE when a bean has generic inline-class as a public property
2025-01-08 06:28:36
17892
Kotlin 1.7.0Spring Boot 2.7.1I have a service with a public property, myMap, typed as an inline class, which has a gener...
Spring Improvement to allow customization of kotlin serializer in AbstractKotlinSerializationHttpMessageConverter
2025-01-08 06:28:33
6425
I found that Page Generic Type does not work with kotlin serialization.Reference Issue: Issue-28389As a result of debugg...
Spring AspectJExpressionPointcut#getTargetShadowMatch tentatively creates proxies for every bean
2025-01-08 06:28:23
9983
So this is a continuation ofhttps://github.com/spring-projects-experimental/spring-native/issues/956which is still an op...
Spring Private methods in Kotlin RestController not found in native image
2025-01-08 06:28:20
2174
HelloController method private fun formatBody is not added to native compilation causing the error bellow when the /hell...
Spring Kotlin Auto Configuration Needs Reflection Hints
2025-01-08 06:28:17
16219
Having a simple Kotlin Spring Boot application (link), importing any auto-configuration with a non-bean method (e.g. a p...
Spring Spring escapes Emoji's on json-marshalling
2025-01-08 06:28:15
3518
Affects: Spring 6.0.3Emojis are converted to Unicode escape sequencesWhen returning objects out of @RestController, all ...
Spring Upgrade of Spring from 5.2.17 to 5.3.24
2025-01-08 06:28:12
999
Hi,I have upgarded spring framework from 5.2.17 to 5.3.24 with that response body been truncated.. Expected Response(Bef...
Spring DefaultResourceLoader throws FileNotFoundException for external jars in native image
2025-01-08 06:28:09
3457
The DefaultResourceLoader throws a FileNotFoundException when an application runs in native mode and attempts to load re...
Spring Built-in support for standard bean validation on controller method arguments
2025-01-08 06:28:07
1795
Related to #11041.I'm trying to validate @PathVariable and @RequestBody in one method. MethodValidationPostProcessor is ...
上一页
下一页
1
…
1380
1381
1382
1383
1384
…
2246
.