Spring Missing reflection hints on controller parameters without annotations

The @GetMapping endpoint specified in this comment triggers this error:java.lang.IllegalStateException: No primary or si...

Spring CheckpointOpenFileException occurred with postgresql jdbc and RabbitMq

framework and jdk:spring-boot version: 3.2.0spring version: 6.1.1azul version: OpenJDK 64-Bit Server VM Zulu17.46+29-CRa...

Spring MockHttpServletResponse now checks for committed responses

Fixes #22304Comment From: rstoyanchevThere are some issues. First, the PR does not update all methods with side effects,...

Spring Java-based Container Configuration section contains duplicated Section Summary

Analogous to #31776, the Java-based Container Configuration section also contains a manually crafted section summary whi...

Spring allow-bean-definition-overriding not working as expected

Spring boot version: [2.1.6.RELEASE, 2.2.1.RELEASE]package a.b;import org.springframework.boot.SpringApplication;import ...

Spring SpEL Language Reference section contains duplicated Section Summary

As a result of our migration to using Antora for the reference documentation, the Language Reference section of the SpEL...

Spring Incorrect #this and #root variable examples in SpEL documentation

There is something wrong or incomplete in the SpEL documentation.SimpleEvaluationContext.forReadOnlyDataAccess() doesn't...

Spring Reactor Netty can only get the first cookie value when multiple cookies with the same name exist

Affects: mainThe way to confirm:Modify two lines in CookieIntegrationTests and the test will fail. @ParameterizedHttp...

Spring Spring unable to decode aggregated JSON content

Affects: Spring Framework 6.0.5+IssueSpring fails to decode a JSON payload whose content has been aggregated and represe...

Spring Document explicit @ModelAttribute is required for reflection hints inference

code https://github.com/xuyixun/demo-graalvm-javaspring boot: 3.2.0gradle: 8.5public class TestDto{ private String name...

Spring Regression: WebClient with Netty no longer accepts URLs with underscores

Affects: 6.1.1The following code snippet works with Spring 5.3.x but fails with Spring 6.1.1:WebClient.create("http://my...

Spring Multipart messages with empty parts are not correctly parsed in WebFlux

I create a demo project using https://start.spring.io/, when upgrading to springboot3.1.2(springframework6.0.11), , the ...

Spring Looking for pointer to code that reads and parses ConfigurationProperties

Hello - could anyone point me to the code in Spring that reads and parses ConfigurationProperties? Thank you very much.C...

Spring AnnotatedTypeMetadata's getMergedRepeatableAnnotationAttributes() method ignores classValuesAsString

The new getMergedRepeatableAnnotationAttributes() method introduced in Spring Framework 6.1 ignores the classValuesAsStr...

Spring Can't subscribe on system channel in Spring Websocket

Spring Websocket 5.3.5I'd like to subscribe to the system channel so I can leverage the RabbitMQ stomp /temp-queue/.What...

Spring @ComponentScan added directly and via a meta-annotation leads to multiple scanning

Using Spring Boot 3.1.5, my main Application class was annotated with both @SpringBootApplication and @ComponentScan. Th...

Spring In Spring-Web UriComponentsBuilder's parseForwardedFor method is mapping IPv4 addresses as unresolved hosts

The method parseForwardedFor in UriComponentsBuilder is using, for both Forwarded headers's extracted IPv4 Addresses, th...

Spring Replace assertThat(x.isEmpty()).isTrue() with assertThat(x).isEmpty()

Search for : assertThat\((.+).isEmpty\(\)\).isTrue\(\)Replace with : assertThat($1).isEmpty()Search for : assertThat...

Spring Replace assertThat(x.equals(y)) with assertThat(x).isEqualTo(y)

Search for : assertThat\((.+)\.equals\((\w+)\)\)\.isTrue\(\)Replace with : assertThat($1).isEqualTo($2)Search for : ...

Spring Replace assertThat(x.contains(y)).isTrue() with assertThat(x).contains(y)

Search for : assertThat\((.+)\.contains\((.+)\)\)\.isTrue\(\)Replace with : assertThat($1).contains($2)Search for : ...
上一页 下一页
.