Spring Springboot-3.0.0-RC2 + Tomcat 10.1.2 = java.lang.NoClassDefFoundError: org/apache/tomcat/jakartaee/EESpecProfile

Making a simple test with Apache Tomcat 10.1.2 embedded server in Spring Boot 3.0.0-RC2, this exception is raised when i...

Spring Code example has callout from a different code example

Affects: Spring Framework 6.0.0There is a small problem in the @ModelAttribute section of the reference manual: https://...

Spring Cannot find bean by nested generic interface type

I have these interfaces:interface Query<T>interface QueryHandler<in TQuery, TResult : Any> where TQuery : Qu...

Spring Improved performance for ProtobufHttpMessageConverter

Improved performance for ProtobufHttpMessageConverterCurrently, when a binary message in the form of ProtoBuf is receive...

Spring Multipart/* content-type request on non existing endpoint throws an exception.

Hi team. As we were looking in our logs we found out that somebody is trying to upload a file to our system. We figured ...

Spring Update javadoc of Jackson-based decoders to reflect 2.14 baseline

I believe that the changes in https://github.com/spring-projects/spring-framework/commit/f99c02fc941c92ca01d45fe2ebb2dd5...

Spring Polish code a bit

Remove final keyword in front of method name in final class.ReadSubscription class is declared as final class. So I thin...

Spring OAuth2 tutorial has incorrect curl to create tutorial project

On page: https://spring.io/guides/tutorials/spring-boot-oauth2/Section: Single Sign On With GitHub -> Creating a New ...

Spring "Spring Framework Versions" page is missing support information on 6.0.x

The https://github.com/spring-projects/spring-framework/wiki/Spring-Framework-Versions page is missing support informati...

Spring Optional dependency to "io.projectreactor.netty:reactor-netty5-http" cannot be resolved when staging

Our build restricts to Maven Central on purpose to avoid building against a non GA dependency. Unfortunately, our option...

Spring Align javadoc of DefaultParameterNameDiscoverer with its behavior

As far as I can tell, the changes made in https://github.com/spring-projects/spring-framework/commit/c4e8ffece16db679ef4...

Spring Replace else-if with if

Comment From: snicoll@Encyclopedias there are now three pull requests for the same thing. Please refrain from creating m...

Spring Assert fixed in DefaultErrorResponseBuilder

Fixed assert on wrong constructor fieldsComment From: pivotal-cla@ophiuhus Please sign the Contributor License Agreement...

Spring Request thread and response thread are different in Spring MVC + Coroutines

spring-boot 2.6.1 ( spring 5.3.13 )spring-web 2.6.1kotlinx-coroutines 1.6.0Since coroutine supports it in spring mvc, it...

Spring Replace else-if with if when the method has the return value

Using if to replace eles-if can make the whole logic clearer.Comment From: pivotal-cla@Encyclopedias Please sign the Con...

Spring Early return to simplify the structure and use instanceof new feature

Early return to simplify the code structure;The spring new version start to use JDK 17. Use the instanceof new feature t...

Spring Missing SessionFactory property (filter AutoCloseable from PropertyDescriptors)

Affects: 5.3.20+Before 5.3.20 the following code worked as intended (note the use of <util:property-path path="abcEnt...

Spring Remove unused AutowiredAnnotationBeanPostProcessor template methods

determineRequiredStatus(AnnotationAttributes) has been deprecated since 5.2, and findAutowireCandidates(Class) is not in...

Spring Avoid direct URL construction and URL equality checks

As a first step towards #29481, driven by the deprecation of the java.net.URL constructors in JDK 20, we can factor out ...

Spring Allow @ControllerAdvice in WebFlux to handle exceptions before a handler is selected

Affects: 5.1.7.RELEASEWhen I tried to handle the http 405 error with @ExceptionHandler I found that I couldn't catch the...
上一页 下一页
.