SpringBoot Add Start-Class runtime override option to org.springframework.boot.loader.ExecutableArchiveLauncher

I'm using the spring-boot-maven-plugin to repackage a non spring application. This works fine as long as the main class ...

SpringBoot Change B3 extraction format to single

Link to issue ticket: https://github.com/spring-projects/spring-boot/issues/35674Change B3 propagation to B3Propagation....

SpringBoot Upgrade to Liquibase 4.23.0

Comment From: snicollSince Liquibase 4.22.0, liquibase-core has a compile time dependency on javax.activation:javax.acti...

SpringBoot Connecting to Mongo fails with an UnknownHostException when spring.data.mongodb.additional-hosts is configured

I have some MongoDB config with Spring boot:spring: data: mongodb: database: admin username: admin pa...

SpringBoot Use Docker CLI context to determine daemon host address for image building

Based on comments in #32897, and given the number of Docker daemon options available (Docker Engine, Docker Desktop, Pod...

SpringBoot Move configuration extension properties to dedicated Flyway sub-namespaces

Looking at #32629 we decided to move the property specific to a ConfigurationExtension in a dedicated namespace. Since w...

SpringBoot Register method is called twice on DockerComposeLifecycleManager during startup

As in the topic, docker is trying to register two times the same bean and that is causing the exceptionThe bean 'mongoC...

SpringBoot Configure SQL Server Flyway extension only if flyway-sqlserver is available

Looking at #36364, we decided to configure the new Oracle extension only if the flyway-database-oracle jar is available....

SpringBoot Upgrade to Flyway 9.20.1

Supersedes #35948Comment From: snicollWe need to figure out how to map the Oracle properties that have been removed from...

SpringBoot Configure WebFlux's support for blocking execution to use the auto-configured AsyncTaskExecutor

We do this at the moment for MVC:https://github.com/spring-projects/spring-boot/blob/c9225675b5ac31d5b9019cc2fe66b8b98a6...

SpringBoot Cannot configure LocalResolver bean in Sprint Boot 3.1.0

Using Spring Boot 3.1.0, I cannot create a bean named "localeResolver" with type LocalResolver. When application starts,...

SpringBoot Add property for base time unit in OTLP registry

Micrometer added a new configuration option to its OTLP registry to enable configuring the base time unit. These changes...

SpringBoot OTel Span is missing required attributes

OTel semantic conventions mandate certain resource attributes to present on exported spans, see telemetry sdk semantic c...

SpringBoot Add auto-configuration for ObservedAspect

This adds support for auto-configuring ObservedAspect when AspectJ is on the classpath, which enables the usage of @Obse...

SpringBoot Unnamed Beans from Micrometer Core

Reviewing the Beans from a Spring Boot application using the starters:Spring Boot Starter WebSpring Boot Starter Actuato...

SpringBoot Micrometer custom resourceAttributes errors with org.springframework.core.convert.ConverterNotFoundException

Hello, I am currently configuring OpenTelemetry with Micrometer, and it seems we can configure the resourceAttributes. D...

SpringBoot Auto-configured ExemplarSampler bean only backs off when a DefaultExemplarSampler is defined

Having Spring Actuator autoconfiguring a DefaultExemplarSampler makes it harder for the user to define its own bean of t...

SpringBoot Replace @CsvSource with @ValueSource where feasible

@ValueSource is more appropriate for single parameterComment From: snicollThanks again @quaff

SpringBoot Provide Trace ID in Response Header via configuration

When using Spring Boot in larger teams, it's really desirable to expose the Trace ID in the response headers. This way, ...

SpringBoot Mongo auto-configuration fails when username or password properties contains a colon (:) or at-sign (@)

Spring boot version: 3.1.1Problem: Error when we have : in our password for MongoDB[org/springframework/boot/autoconfigu...
上一页 下一页
.