SpringBoot Migration form 3.1.5 to 3.2.0 : "Default" Tracer is not provided in test anymore

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

Replace assertThat(x.isEmpty()).isTrue() with assertThat(x).isEmpty() Search for : assertThat((.+).isEmpty()).isTrue() R...

SpringBoot [SpringBoot 3.2.0] Every 404 Exception Error Will Be Route To 500 in @ControllerAdvice

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

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

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

Issue DescriptionException Details2023-11-26T16:00:43.087Z WARN [order service,,] 1 --- [order service] [BatchSpanProce...

SpringBoot FileSystemWatcher trigger filter not working as intended

Hi all,You can use FileSystemWatcher.setTriggerFilter() to filter the files for which the watcher will be triggered.It t...

SpringBoot Fix efficient.adoc

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

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

"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

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

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

remove unused importsremove redundant semicolonremove empty class bodyremove redundant 'constructor' keywordremove redun...

SpringBoot Rename local variable in BatchAutoConfiguration

Due to gh-25373, BatchProperties receives jobName instead of jobNames.Comment From: mhalbritterThank you!

SpringBoot Support pulling images from different registries with authentication

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

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

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

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

This PR changes to set default values for showSummary and showSummaryOutput in LiquibaseProperties to align with its con...
上一页 下一页
.