Nineya
Home
Blog
Spring AOT processing for bean validation does not consider cascaded and container element constraints
2025-01-09 00:50:20
8427
This affects 6.1.x and later. Here's a minimal Boot app that should illustrate the problem:package com.example.gh_37101;...
Spring Investigate Tomcat webflux integration test failures
2025-01-09 00:50:17
40370
As part of the Tomcat 11 upgrade in #33916, several WebFlux integration tests started failing intermittently with the se...
Spring Raise JSONassert baseline to 2.0
2025-01-09 00:50:15
343
The project is back to being actively maintained and released a 2.0 RC1. This fixed the infamous org.json dependency pro...
Spring Fail with full description for XML diff in XmlExpectationsHelper
2025-01-09 00:50:13
1329
Only first difference is printed in assertion error when xml comparison is failed.For example comparison of two xmls:<...
Spring Qualified EntityManager/EntityManagerFactory injection (aligned with Jakarta Persistence 3.2)
2025-01-09 00:50:10
839
It is great that Spring 6.2 adds initial Jakarta Persistence 3.2 support. Jakarta Persistence 3.2 brings CDI Inject supp...
Spring Spring Boot 3.3.5 webflux dependency causing threads to block with state of TIMED_WAITING
2025-01-09 00:50:08
2148
Running on: openjdk 22.0.2, Kotlin: 2.0.21, Spring Boot: 3.3.5, Spring Cloud: 2023.0.3.My Project is a REST API using Hi...
Spring JMS messages lack tracing information
2025-01-09 00:50:06
9660
Java Spring Boot version: 3.5.5Java OTEL version: 2.10.0ActiveMQ version: 5.8.5Aspire image: mcr.microsoft.com/dotnet/as...
Spring Refactor WebClientIntegrationTest to accommodate ReactorClientHttpRequest channel disassociation
2025-01-09 00:49:54
582
~As noticed by Simon, there might be issues with the way we associate our Reactor request support with the Reactor chann...
Spring Polish
2025-01-09 00:49:52
254
Update copyright header - see https://github.com/spring-projects/spring-framework/issues/33822Use SIMPLE instead simple ...
Spring Reject competing read and write accessors for PropertyAccessor and IndexAccessor in SpEL
2025-01-09 00:49:49
667
OverviewWhile working on #26478 and related issues, it became apparent that a developer can inadvertently register one P...
Spring Remove convention-based annotation attribute override support
2025-01-09 00:49:47
351
This is a follow up to #28760.Comment From: jhoeller@sbrannen given the amount of other changes in 6.1 with a potential ...
Spring Correct documentation on streaming with MockMvcWebTestClient
2025-01-09 00:49:43
41108
Hello Spring team 👋,I would like to report a unexpected and potential bug/limitation about ServerSentEvent and tests, us...
Spring Explore leveraging Virtual Thread Coroutine dispatcher
2025-01-09 00:49:40
15481
Currently, the default dispatcher used for suspending controller functions is Dispatchers.Unconfined, which is a dangero...
Spring Rejection of @RequestMapping and @HttpExchange declarations on the same element prevents elegant designs.
2025-01-09 00:49:38
21698
Caused by https://github.com/spring-projects/spring-framework/issues/32065Upgrading Spring version I Just stumbled upon ...
Spring Support decoding empty DataBuffers for Decoders that support it
2025-01-09 00:49:31
2563
Some decoders support decoding a proper payload from empty DataBuffers. One good example is the ProtobufDecoder.This pat...
Spring Reflect well-known MediaTypes intent in Javadoc
2025-01-09 00:49:28
2976
It is 2024 and I think the MediaType class should add several of the more common image-related mime-types such as:image/...
Spring Reflect well-known HttpHeaders intent in Javadoc
2025-01-09 00:49:25
1119
In preparation for https://github.com/spring-projects/spring-security/issues/14915, I'm wondering if there's any chance ...
Spring Document support for varargs invocations in SpEL
2025-01-09 00:49:22
675
As discussed in https://github.com/spring-projects/spring-framework/issues/33315#issuecomment-2270161230 and subsequent ...
Spring SpEL documentation contains syntax errors
2025-01-09 00:49:19
232
The Java example for SpEL constructor invocations does not compile, since the string is wrapped to the next line.The Fun...
Spring Add Global Exception Handling Support for Filters in Spring Web
2025-01-09 00:49:17
4083
Issue Description:Currently, Spring Boot’s global exception handling mechanism, provided by @ControllerAdvice, handles e...
上一页
下一页
1
…
1129
1130
1131
1132
1133
…
2246
.