Nineya
Home
Blog
Spring Missing reflection hints on controller parameters without annotations
2025-01-08 21:13:51
2419
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
2025-01-08 21:13:48
14749
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
2025-01-08 21:13:45
1973
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
2025-01-08 21:13:42
364
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
2025-01-08 21:13:40
3460
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
2025-01-08 21:13:37
425
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
2025-01-08 21:13:35
597
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
2025-01-08 21:13:32
6525
Affects: mainThe way to confirm:Modify two lines in CookieIntegrationTests and the test will fail. @ParameterizedHttp...
Spring Spring unable to decode aggregated JSON content
2025-01-08 21:13:27
1827
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
2025-01-08 21:13:24
9514
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
2025-01-08 21:13:21
5161
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
2025-01-08 21:13:17
4047
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
2025-01-08 21:13:14
2598
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
2025-01-08 21:13:10
544
The new getMergedRepeatableAnnotationAttributes() method introduced in Spring Framework 6.1 ignores the classValuesAsStr...
Spring Can't subscribe on system channel in Spring Websocket
2025-01-08 21:13:08
1869
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
2025-01-08 21:13:05
4526
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
2025-01-08 21:13:02
1639
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()
2025-01-08 21:12:59
194
Search for : assertThat\((.+).isEmpty\(\)\).isTrue\(\)Replace with : assertThat($1).isEmpty()Search for : assertThat...
Spring Replace assertThat(x.equals(y)) with assertThat(x).isEqualTo(y)
2025-01-08 21:12:57
214
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)
2025-01-08 21:12:54
217
Search for : assertThat\((.+)\.contains\((.+)\)\)\.isTrue\(\)Replace with : assertThat($1).contains($2)Search for : ...
上一页
下一页
1
…
1251
1252
1253
1254
1255
…
2246
.