Nineya
Home
Blog
软著申请
SpringBoot Use Objects.requireNonNullElse instead of "!= null "
2025-01-07 22:13:48
790
Using the ternary operator may not make the intention clear. While it might seem fine for one or two lines, as these ins...
SpringBoot Clarify that all named properties must match for @ConditionalOnProperty to match
2025-01-07 22:13:46
3976
I think it would be useful to enhance the documentation regarding the expected behavior regarding the name attribute of ...
SpringBoot PortInUseException is not thrown if system language is not english
2025-01-07 22:13:41
3571
System language: germanThe test Jetty10ServletWebServerFactoryTests#portClashOfPrimaryConnectorResultsInPortInUseExcepti...
SpringBoot Links to Spring Batch javadoc for EnableBatchProcessing and DefaultBatchConfiguration are broken
2025-01-07 22:13:38
1439
Fixed broken API links in batch.adocThis is a fix for https://github.com/spring-projects/spring-boot/issues/40039In main...
SpringBoot Jartools extract command doesn't extract all files from META-INF
2025-01-07 22:13:35
465
When running the extraction for AppCDS java -Djarmode=tools -jar spring-petclinic-app-cds-21-3.3.0-SNAPSHOT.jar extractI...
SpringBoot spring.data.redis.cluster.nodes and spring.data.redis.sentinel.nodes do not handle IPv6 addresses correctly
2025-01-07 22:13:33
1076
When specifying colon-separated pairs of host and port with IPv6 addresses (i.e. [::1]:6379) for either spring.data.redi...
SpringBoot Using relative paths to describe the classpath in the error message from ResolveMainClassName hinders problem diagnosis
2025-01-07 22:13:28
604
Looking at #39635 has led me to reconsider the contents of the error message that's produced when the main class name ca...
SpringBoot Spring cloud flavour WebClient is throwing exception when a GetMapping is done.
2025-01-07 22:13:26
17408
The following is the code from controller private final String URI_CUSTOMER_ID = "/springframeworkandjwt...
SpringBoot ResolveMainClassName calls getProject() at execution time, making it incompatible with Gradle's configuration cache
2025-01-07 22:13:23
1538
A task must not use any Project objects at execution time. This includes calling Task.getProject() while the task is run...
SpringBoot Add integration test to ensure ErrorPageSecurityFilter works with custom endpoint matchers
2025-01-07 22:13:20
13885
Starting with 3.0.0-M1, a second WebSecurityConfigurer appears to be triggering "ServletContext must not be null" undern...
SpringBoot Flyway Java migration not supported in native images
2025-01-07 22:13:18
3356
As discussed on gitter with @jnizet :Hi team. I was just experimenting with native image support with a small applicatio...
SpringBoot Integration test AOT source generation using the Gradle plugin
2025-01-07 22:13:15
589
We'll need to have org.springframework.boot:spring-boot available as a dependency to the application under test. This'll...
SpringBoot IllegalStateException: At least one top-level operation source must be registered
2025-01-07 22:13:13
15421
With spring boot 3.2.4 and graphql-spqr-spring-boot-starter 1.0.1, I get the following exception when trying to run the ...
SpringBoot Fix typo in TestcontainersPropertySource
2025-01-07 22:13:10
540
https://github.com/spring-projects/spring-boot/blob/b1bf4bbdf5850d318fcbe3e4bcea16447bc607b3/spring-boot-project/spring-...
SpringBoot Refactor getElement method to clarify ignored exception in AnsiElement
2025-01-07 22:13:07
321
Forward port of issue #39518 to 3.2.x.Comment From: izeyehttps://github.com/spring-projects/spring-boot/pull/39518 has b...
SpringBoot Thymeleaf templates cache even when spring.template.cache: false
2025-01-07 22:13:04
14195
When editing Thymeleaf templates, a server restart is required to view the updates.Even with the following setting in ap...
SpringBoot Redis Cache With GenericJackson2JsonRedisSerializer throws ClassCastException: class java.util.LinkedHashMap cannot be cast to class X
2025-01-07 22:13:01
6399
I am trying out basic example of using Redis as Cache provider and trying to customise it to use GenericJackson2JsonRedi...
SpringBoot Demo application exits immediately on Ubuntu 22 (WSL)
2025-01-07 22:12:59
894
I am running the Demo application of Spring Boot on Linux Ubuntu WSL but when executing the start command with gradle b...
SpringBoot Shutdown of web server when running integration tests exceeds 10s
2025-01-07 22:12:54
13500
Hi,I've ran into an issue after upgrading to Spring Boot 3.2.x. When running a @SpringBootTest with a regular non-mock s...
SpringBoot improve jwt error message
2025-01-07 22:12:51
8483
This may be an unreasonable ask. The source of this is not obvious. I actually know the reason. I'm thinking that the er...
上一页
下一页
1
…
1699
1700
1701
1702
1703
…
2246
.