Nineya
Home
Blog
Spring Code sample has wrong reference to configurePathMatching
2025-01-08 23:00:29
743
In interface WebFluxConfigurer, the method to path matching is "configurePathMatching", NOT "configurePathMatch". Detail...
Spring Tracing propagation issue in kotlin webflux / mongo in SB 3.2.1
2025-01-08 23:00:26
46541
Since springboot 3.2 (still present in 3.2.1) there is an issue with kotlin project.I made a sample project that illustr...
Spring Add option to ignore bean registration with AOT
2025-01-08 23:00:23
2110
When an ApplicationContext is optimized by Spring AOT, there are a number of limitations. One of them is that the bean r...
Spring AOT-generated code produces deprecation warnings when referencing a nested class of a deprecated class
2025-01-08 23:00:21
1904
Affects: 6.xMockitoPostProcessor has been deprecated in Spring Boot. AOT processing of an application's tests generates ...
Spring Add @FormAttribute attributes to customize x-www-form-urlencoded [SPR-13433]
2025-01-08 23:00:18
24539
Phil Webb opened SPR-13433 and commentedAs requested on the Spring Boot issue tracker:https://github.com/spring-projects...
Spring Exceptions can be lost in RemoteInvocationTraceInterceptor
2025-01-08 23:00:15
4597
Affects: 5.3.33We recently had an instance of a remote method call failing but the exception that was caught was a NullP...
Spring UserCredentialsConnectionFactoryAdapter should provide credentials to createContext
2025-01-08 23:00:12
424
Since org.springframework.jms.connection.UserCredentialsConnectionFactoryAdapter exposes JMS 2.0 methods it should be ex...
Spring @ModelAttribute cannot work with nested fields of abstract types
2025-01-08 23:00:09
1846
I want to share the very same Java types for an API server and an API client. It seems I cannot use an abstract interfac...
Spring AOT/native support when registering beans with the Kotlin DSL
2025-01-08 23:00:06
13394
An early exception is thrown by the "bootBuildImage" Gradle task when attempting to create a native image for a WebFlux ...
Spring Fix error on Jaxb2RootElementHttpMessageConverter
2025-01-08 23:00:03
352
Can encode can now support child class of JAXBElementfix issue on https://github.com/spring-projects/spring-framework/pu...
Spring Occurred JDBC "Cannot determine target DataSource for lookup key" error
2025-01-08 23:00:00
7128
https://github.com/spring-projects/spring-framework/blob/main/spring-jdbc/src/main/java/org/springframework/jdbc/datasou...
Spring Support multiple style of parsing/printing Durations
2025-01-08 22:59:58
7905
This commit introduces a notion of different styles for the formattingof Duration.The DurationFormat annotation is added...
Spring BeanDefinition processed by AOT does not keep fallback flag
2025-01-08 22:59:55
215
@Fallback beans have been introduced in 6.2 with a new fallback property on BeanDefinition. When this flag is set, it's ...
Spring ShallowEtagHeaderFilter throws a NumberFormatException for responses bigger than 2Gb
2025-01-08 22:59:53
2799
Affects: spring-web 6.1.10Hello, we're observing an issue with ShallowEtagHeaderFilter when the downloaded file is bigge...
Spring Using SocketAcceptorInterceptor: The Issue of Metadata in Multiple Connections
2025-01-08 22:59:51
3345
Assume there are two connections that both transmit metadata upon establishment. In SocketAcceptorInterceptor, metadata ...
Spring Jaxb2XmlEncoder does not support JAXBElement subtypes
2025-01-08 22:59:48
573
OverviewThis PR provides the ability to serialize a JAXBElement using the Jaxb2XmlEncoder by updating canEncode() accord...
Spring Custom Formatter gets ignored for empty Strings and replaces values with NULL instead
2025-01-08 22:59:45
3284
Affects: \6.0.4The initial situation:In a Spring Boot application, a custom formatter is annotated to a DTO object field...
Spring Update FlashMap.java
2025-01-08 22:59:43
743
Adding more comments for FlashMap.javaComment From: pivotal-cla@lamtrinhdev Please sign the Contributor License Agreemen...
Spring Support canEncode() for JAXBElement in Jaxb2XmlEncoder
2025-01-08 22:59:40
481
OverviewThis PR provides the ability to serialize a JAXBElement using the Jaxb2XmlEncoder by updating canEncode() accord...
Spring ImportSelector#getExclusionFilter does not exclude matching candidates with import selector
2025-01-08 22:59:37
8112
ImportSelector#getExclusionFilter is a way to let an import selector apply an exclude to classes that are imported. We u...
上一页
下一页
1
…
1167
1168
1169
1170
1171
…
2246
.