Nineya
Home
Blog
软著申请
SpringBoot Migration form 3.1.5 to 3.2.0 : "Default" Tracer is not provided in test anymore
2025-01-07 17:36:13
2341
I had an issue during the migration of a project from Spring Boot version 3.1.5 to 3.2.0.In 3.1.5 the Spring boot test s...
SpringBoot Use idiomatic AssertJ assertions
2025-01-07 17:36:10
4678
Replace assertThat(x.isEmpty()).isTrue() with assertThat(x).isEmpty() Search for : assertThat((.+).isEmpty()).isTrue() R...
SpringBoot Bean 'org.springframework.ws.config.annotation.DelegatingWsConfiguration' of type [org.springframework.ws.config.annotation.DelegatingWsConfiguration$$SpringCGLIB$$0] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). The currently created BeanPostProcessor [annotationActionEndpointMapping] is declared through a non-static factory method on that class; consider declaring it as static instead
2025-01-07 17:36:07
911
Hello everyone,I init project spring boot 3.2 in https://start.spring.io/Dependencies: Spring Web ServicesWhen i start m...
SpringBoot [SpringBoot 3.2.0] Every 404 Exception Error Will Be Route To 500 in @ControllerAdvice
2025-01-07 17:36:02
1013
Problem :After updating to SpringBoot 3.2.0 everytime 404 NoResourceFoundException happened, it will re-route to 500 err...
SpringBoot After native-image packaging, the @Resource annotation cannot be dependency injected
2025-01-07 17:35:59
1459
spring boot: 3.2.0code:jakarta.annotation.Resource @Resource private ZkHolder zkHolder;public List<KafkaCluster...
SpringBoot Kafka listener and Kafka Template auto-configuration for observation support
2025-01-07 17:35:56
1057
With reference to https://github.com/spring-projects/spring-boot/issues/37388Could you please add support from Micromete...
SpringBoot Exception in observability stack after upgrading Spring Boot to version 3.2.0
2025-01-07 17:35:53
8992
Issue DescriptionException Details2023-11-26T16:00:43.087Z WARN [order service,,] 1 --- [order service] [BatchSpanProce...
SpringBoot FileSystemWatcher trigger filter not working as intended
2025-01-07 17:35:51
3720
Hi all,You can use FileSystemWatcher.setTriggerFilter() to filter the files for which the watcher will be triggered.It t...
SpringBoot Fix efficient.adoc
2025-01-07 17:35:48
439
Fix JarLauncher package: org.springframework.boot.loader (not in a launch subpackage)Comment From: mhalbritterHello,ther...
SpringBoot Class loading fails on an interrupted thread causing com.mongodb.event.ServerClosedEvent to fail to load when Mongo detects a cluster change
2025-01-07 17:35:46
11085
We've encountered a connectivity problem after migrating from Spring Boot 3.1.5/3.1.6 to 3.2.0. The error log points to ...
SpringBoot refactor getStatusCode method
2025-01-07 17:35:38
1507
"I was reviewing the private method getStatusCode in the MyHealthMetricsExportConfiguration class from Spring Docs writt...
SpringBoot Spring CLI 3.x.x don't have encrypt/decrypt commands
2025-01-07 17:35:36
3154
Hello. I used Spring CLI 2.3.x and used to use commands encrypt/decrypt from passwords encryption.But recently I install...
SpringBoot @Valid is triggered before @PreAuthorize
2025-01-07 17:35:33
2364
We are using SpringBoot 3.0.5 & jakarta.validation.api:3.0.2it is gradle project and Java is running on JDK 17import...
SpringBoot Cleanup kotlin sources
2025-01-07 17:35:30
207
remove unused importsremove redundant semicolonremove empty class bodyremove redundant 'constructor' keywordremove redun...
SpringBoot Rename local variable in BatchAutoConfiguration
2025-01-07 17:35:27
105
Due to gh-25373, BatchProperties receives jobName instead of jobNames.Comment From: mhalbritterThank you!
SpringBoot Support pulling images from different registries with authentication
2025-01-07 17:35:24
6010
This is my base image built upon paketobuildpacks/run:base named docker.example.com/run:base which has been pushed to my...
SpringBoot Update Dynatrace documentation links
2025-01-07 17:35:21
701
At Dynatrace, the documentation URLs now have an overhauled format, including new shortlinks. This PR swaps out the "old...
SpringBoot SpringBoot3 can not autoconfigure my well configured gRpc
2025-01-07 17:35:18
2494
Comment From: LaiJinwenI write down my own maven file like below, but my springboot application do not start gRpc server...
SpringBoot Cannot cleanly shutdown Spring boot application in STS
2025-01-07 17:35:16
3605
When right clicking a spring boot application (main class) and selecting runas-> java application, the application st...
SpringBoot Set default values for showSummary and showSummaryOutput
2025-01-07 17:35:13
992
This PR changes to set default values for showSummary and showSummaryOutput in LiquibaseProperties to align with its con...
上一页
下一页
1
…
1745
1746
1747
1748
1749
…
2246
.