Nineya
Home
Blog
Spring Reactor Context not propagated from Mono to other Reactive implementation when adapting using ReactiveAdapterRegistry
2025-01-08 22:37:30
5882
Affects: spring-core-6.1.1Given this code: Mono.just("a") .flatMap(a -> { return Mono.de...
Spring Add support for qualifiers in test bean overriding and consider improving by-type matching
2025-01-08 22:37:27
253
Introduce the option of also using qualifiers, a bit like what is done in Boot's @MockBean~Consider supporting some ligh...
Spring Avoid creation of SAXParserFactory for every read operation in Jaxb2Marshaller and co
2025-01-08 22:37:25
4619
private Source processSource(Source source) { if (StaxUtils.isStaxSource(source) || source instanceof DOMSour...
Spring Suppress deprecation warning for AOT-generated code that refers to a deprecated bean type
2025-01-08 22:37:22
148
This is a follow-up of #29597 - A warning is not detected for a bean type who has a generic signature, and one of the ge...
Spring introduce internal single value map handle for MultiValueMap
2025-01-08 22:37:20
911
According to #32826 and #32832 problem description and solution proposal, I introduce 2 static methods ofMulti and ofsin...
Spring Upgrade "spring-aop" from 6.1.6 to 6.1.7 yields 'error Type referred to is not an annotation type: Configurable'
2025-01-08 22:37:18
6056
Hi all,we have a legacy webapp running with Spring 6.1.6, which makes use of spring-aop for validation purpose.The @Aspe...
Spring Coroutines throws a ClassCastException: kotlin.reflect.jvm.internal.KTypeParameterImpl cannot be cast to class kotlin.reflect.KClass
2025-01-08 22:37:15
19820
From Spring Boot 3.2.4, CoroutineCrudRepository raises a CalssCastExceptionc(class kotlin.reflect.jvm.internal.KTypePara...
Spring Support Content Negotiation and view rendering in ResponseEntityExceptionHandler
2025-01-08 22:37:12
1305
See https://github.com/spring-projects/spring-framework/issues/31569#issuecomment-1825493324 for backgroundComment From:...
Spring Spring Framework 6.2.x EOS timeline
2025-01-08 22:37:10
540
Hi,Spring Framework 6.2.x EOS is set as 2025-11-14, a one-year gap from the release date 2024-11-14 , whereas the other ...
Spring MockHttpServletRequest should not use a shared reader when no content is available
2025-01-08 22:37:07
110
Backport of gh-32820Comment From: snicollLet's backport up to 6.0.x where the inputstream test was introduced.
Spring LocalValidatorFactoryBean does not define or inherit an implementation of the resolved method forExecutables
2025-01-08 22:37:03
1166
Version:spring4.3Error:Caused by: java.lang.AbstractMethodError: Receiver class org.springframework.validation.beanvalid...
Spring MockHttpServletRequest should not use a shared reader when no content is available
2025-01-08 22:37:01
1431
Affects: At least from 5.3.31 to latest (2024-05-14)If you create two different instances of MockHttpServletRequest with...
Spring use Hibernate automatic Dialect resolution
2025-01-08 22:36:58
2020
SpringBoot: 3.2.5SpringFramework: v6.1.6Hibernate: 6.4.4When I start the springboot application I see the warning messag...
Spring Rename AssertableMockMvc to MvcTester and review assertions structure
2025-01-08 22:36:55
4596
When we perform a request with MockMvc, we get a MvcResult that contains all the elements we need to assert that the pro...
Spring Introduce getRequest and getResponse on MvcTestResult
2025-01-08 22:36:53
195
As raised in https://github.com/spring-projects/spring-framework/issues/32712#issuecomment-2117347197 we should offer a ...
Spring Improve ControlFlowPointcut extensibility
2025-01-08 22:36:51
5630
I am starting with an issue instead of a PR, because I want to find out if the maintainers are open to this suggestion a...
Spring Unexpected exception in UriComponentsBuilder with a valid URI.
2025-01-08 22:36:48
2678
Query string parameters with equals in the value throw and exception in build method: @Test public void equals_in_...
Spring cancel
2025-01-08 22:36:45
681
Comment From: sbrannenHi @JunggiKim,Congratulations on opening your first issue for the Spring Framework! 👍 TextWebSocke...
Spring Include Spring Boot's JacksonTester in the test module
2025-01-08 22:36:40
1245
Spring Boot ships JacksonTester (see Boot's reference docs) that's very handy to formulate assertions on Jackson rendere...
Spring Provide more control over charset parameter when writing form data
2025-01-08 22:36:37
3664
Some servers don't support application/x-www-form-urlencoded with a charset parameter, and there isn't clear spec guidan...
上一页
下一页
1
…
1187
1188
1189
1190
1191
…
2246
.