Nineya
Home
Blog
Spring Add support for parameterized JUnit 4 tests in the Spring TestContext Framework [SPR-5292]
2025-01-08 03:36:56
8158
Tuomas Kiviaho opened SPR-5292 and commentedSpringJUnit4ClassRunner is unaware of @Parameters annotation that normally i...
Spring Support JSON streaming formats besides application/stream+json
2025-01-08 03:36:53
8572
Sebastiaan van Erk opened SPR-16742 and commentedThe mime type used by Spring Web Reactive for streaming json does not s...
Spring Turn MethodArgumentNotValidException into subclass of BindException
2025-01-08 03:36:51
4897
When creating a REST controller with Spring Boot it's possible to use Bean Validation to validate the methods arguments ...
Spring Execution failed for task ':distZip'.
2025-01-08 03:36:48
867
I want to Install spring-framework-5.2.1.RELEASE in local Maven repository,command is gradlew publishToMavenLocal -x jav...
Spring Remove unused class filtering support in AnnotationScanner
2025-01-08 03:36:45
787
PR gh-25429 brought it to our attention that there was a bug inAnnotationScanner when using a non-null class filter that...
Spring Fix infinite loop bug in AnnotationScanner
2025-01-08 03:36:42
1551
The original codeisFiltered(source, context, classFilter) when true, would cause dead circle.Maybe new code is right.Co...
Spring Collect metrics during application context startup
2025-01-08 03:36:39
7720
Debugging issues about slow application startup times or even figuring out the sequence of events during the application...
Spring WebSocketMessage's methods fromMessage and toFrames ignore Netty WebSocketFrame metadata
2025-01-08 03:36:30
4739
Affects: LATEST (since ReactorNettyWebSocketSession introduced)Expected BehaviorAdd metadata property to the WebSocketMe...
Spring ConfigurationClassPostProcessor makes assumptions about the presence of an ImportRegistry
2025-01-08 03:36:27
2358
In ConfigurationClassPostProcessor: @Override public void postProcessBeanFactory(ConfigurableListableBeanFactory b...
Spring Support multiple Content-Language header values in MockHttpServletResponse
2025-01-08 03:36:25
1125
Affects: 5.x+The current code in https://github.com/spring-projects/spring-framework/blob/3aa2605fdaa56d5c007f476f3f9bd1...
Spring Port @ConditionalOn... from Spring Boot into Spring Core [SPR-10964]
2025-01-08 03:36:22
1176
Eberhard Wolff opened SPR-10964 and commentedSpring Boot provides many useful Conditional such as @ConditionalOnMissingB...
Spring Insulate BeanInfo from segmentation errors at runtime with GraalVM [SPR-17138]
2025-01-08 03:36:20
6003
Dave Syer opened SPR-17138 and commentedGraalVM (and possibly other reflection sensitive tools) barfs really badly on th...
Spring Support platforms where Class is not Serializable in SerializableTypeWrapper [SPR-16992]
2025-01-08 03:36:17
2746
Sébastien Deleuze opened SPR-16992 and commentedWhen running Spring applications as native images via GraalVM, Class is ...
Spring Perform explicit class checks in ReactiveAdapterRegistry [SPR-17000]
2025-01-08 03:36:15
595
Sébastien Deleuze opened SPR-17000 and commentedIn order to allow Spring Framework applications running as GraalVM nativ...
Spring DefaultParameterNameDiscoverer should automatically adapt to Graal constraints [SPR-17005]
2025-01-08 03:36:13
1672
Dave Syer opened SPR-17005 and commentedParameterNameDiscoverer is used in a number of places in Spring, not least of wh...
Spring RestTemplate (and probably server side as well) should be able to bootstrap itself if com.sun.org.apache.xalan.* is not available [SPR-17007]
2025-01-08 03:36:11
2200
Dave Syer opened SPR-17007 and commentedIf SourceHttpMessageConverter fails to initialize itself it blows up a RestTempl...
Spring Make DefaultListableBeanFactory's javax.inject.Provider implementation invisible for nested class introspection [SPR-17014]
2025-01-08 03:36:08
1518
Dave Syer opened SPR-17014 and commentedDefaultListableBeanFactory has some nested types that are designed to protect th...
Spring Detect GraalVM with system property in SerializableTypeWrapper [SPR-17136]
2025-01-08 03:36:06
2573
Sébastien Deleuze opened SPR-17136 and commentedIn #21530, we checked if we were compiling/running as GraalVM native ima...
Spring Be more defensive in UrlResource about cleaning the path [SPR-17198]
2025-01-08 03:36:03
1889
Dave Syer opened SPR-17198 and commentedThis method from UrlResource throws UnsupportedFeatureError in GraalVM:private U...
Spring Initial GraalVM native images (Substrate VM) support [SPR-16991]
2025-01-08 03:36:00
6385
Sébastien Deleuze opened SPR-16991 and commentedWe have began to work with Dave Syer on improving support for running Sp...
上一页
下一页
1
…
1337
1338
1339
1340
1341
…
2025
.