Spring WebFlux support for flash attributes [SPR-16026]

Adrien Sanchez opened SPR-16026 and commentedHello,I faced an issue when wanting to perform a redirection with redirect ...

Spring Using @RequestHeader(ACCEPT_LANGUAGE) Locale locale) throws MethodArgumentTypeMismatchException when a quality value is sent

Sending accept-language with a quality value such as Accept-Language: en-us, en-BA;q=0.1 is part of the ietf standard in...

Spring Behavior Change in Exception Handling with Ordered Message Processing

I have configured registry.setPreserveReceiveOrder(true); to process received messages in orderand am using Spring Secur...

Spring Restore TomcatHeadersAdapter.clear() behavior

This PR fixes a regression introduced in TomcatHeadersAdapter.clear() in conjunction with #33916.Comment From: sbrannenT...

Spring Remove APIs marked as deprecated for removal

OverviewIn 7.0, we should aim to remove all classes, methods, and features marked as deprecated for removal (as of 6.2.0...

Spring Configuration from enclosing class not discovered for @Nested test class when enclosing class is not annotated with @ContextConfiguration

OverviewGiven the following application and test classes, the @Nested test class fails due to getMessage() returning "He...

Spring Add new html content matcher for MockMvcResultMatchers [SPR-16097]

Leonard Brünings opened SPR-16097 and commentedThe current ContentResultMatchers have direct support for plain strings, ...

Spring UnsupportedTypeValueCodeGenerationException: Code generation does not support tk.mybatis.mapper.mapperhelper.MapperHelper

Run [spring-boot:process-aot] to report an error : . ____ _ __ _ _ /\\ / ___'_ __ _ _(_)_ __ __ ...

Spring Bean creation lazily ignores annotations like @EventListener

I have a scenario to create a bean lazily. The class annotation with @EventListener. The object was created, but it didn...

Spring Fix implicit variable resolution in JSP EvalTag

OverviewThe order of parameters passed to ELResolver#getValue was incorrect.The name should correspond to the property p...

Spring Implicit variable resolution is broken in JSP EvalTag

After upgrading to Spring Boot 3.4.0 (So Spring Framework 6.2.0) I noticed that for example, the following code on a JSP...

Spring ReflectionUtils behavior change in 6.2.0

After upgrading to Spring 6.2.0 (spring boot 3.4.0) my tests with io.rest-assured mock mvc started to be flaky.I discove...

Spring Resolve method-only bounded generics correctly

I tried to make a unit test and a possible fix for #33968 Someone who knows more about it than me should take another lo...

Spring Priority header causes binding exception after upgrade to Spring Framework 6.2.0

OverviewAfter upgrading to Spring Framework 6.2, I encountered an issue where request headers such as priority are autom...

Spring GenericTypeResolver broken in 6.2.0 (possible regression of #24963)

Hello, I want to report a possible regression in 6.2.0We have some rest controllers that use jackson with @JsonTypeInfo ...

Spring JaxbContextContainer does not define the ClassLoader to use to retrieve the JAXBContext to use

Consuming a XML API using Spring WebClient fails if JdkClientHttpConnector is configured. This exception is thrown:... C...

Spring Deprecate use of several bean factory methods for the same bean in a configuration class

Consider the following use case:@Configurationpublic class Config { @Bean(name = "myBean") MyBean someBe...

Spring Avoid logger serialization behind shared EntityManager proxy

Since Apache Commons Logging itself does not provide serializability of Log instances (in contrast to an undocumented im...

Spring Replace spring-jcl with regular Apache Commons Logging 1.3

As of Apache Commons Logging 1.3.0, the modulespring-jcl is redundant.The module spring-jcl uses the Apache Commons Log...

Spring Add a way to set custom cookie parsers

Add a way to set custom cookie parsers to be compliant with rfc6265 section 4.1.1java.net.HttpCookie::parse still follow...
上一页 下一页
.