Spring Add support for parameterized JUnit 4 tests in the Spring TestContext Framework [SPR-5292]

Tuomas Kiviaho opened SPR-5292 and commentedSpringJUnit4ClassRunner is unaware of @Parameters annotation that normally i...

Spring Support JSON streaming formats besides application/stream+json

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

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'.

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

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

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

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

Affects: LATEST (since ReactorNettyWebSocketSession introduced)Expected BehaviorAdd metadata property to the WebSocketMe...

Spring ConfigurationClassPostProcessor makes assumptions about the presence of an ImportRegistry

In ConfigurationClassPostProcessor: @Override public void postProcessBeanFactory(ConfigurableListableBeanFactory b...

Spring Support multiple Content-Language header values in MockHttpServletResponse

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]

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]

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]

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]

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]

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]

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]

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]

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]

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]

Sébastien Deleuze opened SPR-16991 and commentedWe have began to work with Dave Syer on improving support for running Sp...
上一页 下一页
.