SpringBoot Within Webflux controller that returns Mono, OpenTelemetry context is not available

Versions: 3.1.6 and 3.2.0 (works as expected in 3.1.5)Using Micrometer OpenTelemetry bridge with W3C context propagation...

SpringBoot Not able to override the mainClass defined in pom.xml with command line flag when running an application via the spring boot maven plugin

I am trying to override the mainClass defined in pom.xml with command-line like this:mvn spring-boot:run -Dspring-boot.r...

SpringBoot Docker Image SBOM incomplete

ProblemIt seems like the SBOM of Docker Images built with the new Paketo Builders is incomplete. We noticed that the ver...

SpringBoot Fix Observation Filter docs

WebMvcMetricsFilter no longer exists since 3.0 and should be replaced with ServerHttpObservationFilter. Documentation st...

SpringBoot Pipe character in configuration property descriptions break the properties changelog generator

E.g. Pulsar has some pipes in the description, (http|https). Those break the AsciiDoc tables. Either remove the pipe fro...

SpringBoot Setting 'spring.task.execution.shutdown.await-termination-period' does not result in a call to SimpleAsyncTaskExecutor#taskTerminationTimeout

SimpleAsyncTaskExecutor got support for graceful termination in Spring Framework 6.1.I think it would be helpful to be a...

SpringBoot Tests in MetricsIntegrationTests are non idempotent

IssueThe tests in org.springframework.boot.actuate.autoconfigure.metrics.test.MetricsIntegrationTests, specifically requ...

SpringBoot feat(gradle):修改配置,测试提交

Comment From: pivotal-cla@KerwinJava Please sign the Contributor License Agreement!Click here to manually synchronize th...

SpringBoot Timed task execution exception

spring-boot-starter-parent version 2.7.3@Slf4j@Configuration@EnableScheduling@RequiredArgsConstructorpublic class ImplSc...

SpringBoot Use switch statement where appropriate

Hi,The current code uses multiple if statements in a while loop. Since the index is fixed and conditions are mutually ex...

SpringBoot NoUniqueBeanDefinitionException if you don't compile with -parameters option

current spring boot upgrade guide suggests to use -parameters while compiling but it may be easily overlooked by lot of ...

SpringBoot AOP>>joinPoint.getSignature()).getParameterNames() is null since SpringBoot 3.2.0

SpringBoot 3.1.5 + OpenJDK17, below code could get parameternames normally,but as Title, just upgrade SpringBoot 3.2.0(+...

SpringBoot Native image build failed with bouncycastle as JCA provider

I'm building a native executable (Spring Boot 3.1.5) with bouncycastle as JCA provider using Spring Boot Gradle Plugin b...

SpringBoot Stop file-based logging appenders on checkpoint and restart them on restore

spring-boot version: 3.2.0spring version: 6.1.1azul version: zulu17.46.29-ca-crac-jdk17.0.9-linux_x64I am currently work...

SpringBoot Spring native build not using virtual threads

Hello There!Also a question in stackoverflowI'm building some simple web applications where I want to take advantage of ...

SpringBoot Refactor For Loop to Stream API

I refactored the for loop used in the parseListInternal method of the BasicJsonParser class to use the Stream API.The ma...

SpringBoot System SSL certificates are not used by the Apache HTTP Client in a RestTemplate built with RestTemplateBuilder

With this change, the SSL certificates that are provided by the system are picked up by default when using the RestTempl...

SpringBoot Add support for multiple flyway instances

Hi,after my comment in another discussion to provide support for auto-configuring multiple beans I would like to contrib...

SpringBoot Upgrading SB 3.1.6 to 3.2.0 introduces NullPointerException in springdata-mongodb MongoTemplate.updateFirst

We are upgrading our application from SB 3.1.6 to 3.2.0 and we are experiencing the following NPE when updating one of o...

SpringBoot Missing jvm_gc_* metric in spring boot kubernetes application

Describe the bugIn our spring boot kubernetes application, all jvm_gc_* (Grabage Collection related) metrics are missing...
上一页 下一页
.