Nineya
Home
Blog
Spring WebFlux support for flash attributes [SPR-16026]
2025-01-09 01:00:19
4106
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
2025-01-09 01:00:16
6913
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
2025-01-09 01:00:14
4595
I have configured registry.setPreserveReceiveOrder(true); to process received messages in orderand am using Spring Secur...
Spring Restore TomcatHeadersAdapter.clear() behavior
2025-01-09 01:00:11
319
This PR fixes a regression introduced in TomcatHeadersAdapter.clear() in conjunction with #33916.Comment From: sbrannenT...
Spring Remove APIs marked as deprecated for removal
2025-01-09 01:00:08
591
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
2025-01-09 01:00:06
9647
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]
2025-01-09 01:00:03
10908
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
2025-01-09 01:00:00
7066
Run [spring-boot:process-aot] to report an error : . ____ _ __ _ _ /\\ / ___'_ __ _ _(_)_ __ __ ...
Spring Bean creation lazily ignores annotations like @EventListener
2025-01-09 00:59:57
1220
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
2025-01-09 00:59:54
771
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
2025-01-09 00:59:52
880
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
2025-01-09 00:59:49
5659
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
2025-01-09 00:59:46
414
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
2025-01-09 00:59:43
7296
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)
2025-01-09 00:59:40
8401
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
2025-01-09 00:59:33
1710
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
2025-01-09 00:59:30
1265
Consider the following use case:@Configurationpublic class Config { @Bean(name = "myBean") MyBean someBe...
Spring Avoid logger serialization behind shared EntityManager proxy
2025-01-09 00:59:27
569
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
2025-01-09 00:59:25
5112
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
2025-01-09 00:59:22
813
Add a way to set custom cookie parsers to be compliant with rfc6265 section 4.1.1java.net.HttpCookie::parse still follow...
上一页
下一页
1
…
1119
1120
1121
1122
1123
…
2246
.