SpringBoot Allow auto-configuring IdGenerator in OpenTelemetryAutoConfiguration

AWS XRay expects traceIds to be in a specific format. Otel SDK allows customizing id generation. Please consider extendi...

SpringBoot Improve documentation of tracing dependencies and configuration properties

Document which property should contain the Zipkin URL.Comment From: wilkinsona@RobertRad Thank you very much for making ...

SpringBoot Add support for providing custom OTel IdGenerator

At present, OpenTelemetryAutoConfiguration offers no easy way of providing custom IdGenerator, which is necessary for so...

SpringBoot Support testcontainers lifecycle methods when used as Spring beans

In order to support local development using testcontainers we need to be able to start and stop containers from Spring's...

SpringBoot Allow ConfigDataLoader & EnvironmentPostProcessor to opt-out in AOT refreshed contexts

Preparing the Environment in a Spring Boot application have various forms depending on what's on the classpath. This can...

SpringBoot ResponseStatusException threw on method with @ExceptionHandler annotation always return status 500

Spring Boot Version: 2.5.0I'm trying to throw an instance of ResponseStatusException with a status code on a method anno...

SpringBoot StreamsBuilderFactoryBeanCustomizer should be deprecated before being abandoned.

StreamsBuilderFactoryBeanCustomizer provides the exact same functionality than StreamsBuilderFactoryBeanConfigurer.This ...

SpringBoot Use a separate ObjectMapper per technology

Currently we use a global ObjectMapper at least for WebMVC and for the Elasticsearch client (see https://github.com/spri...

SpringBoot Add manifest attribute to indicate AOT optimized application

Existing MANIFEST.MF looks like this:Manifest-Version: 1.0Created-By: Maven JAR Plugin 3.3.0Build-Jdk-Spec: 17Implementa...

SpringBoot Cross-reference Dedicated Spring Boot BOM for Consistent Resolution

All Spring Boot (actually all Spring projects, but let us start with Boot) modules should be collected in a dedicated Sp...

SpringBoot Allow MockServerRestTemplateCustomizer to configure MockRestServiceServer's content buffering

In a Spring Boot test, you typically use a MockServerRestTemplateCustomizer to configure the mock server for your RestTe...

SpringBoot Gradle Spring Boot plugin with Kotlin DSL does not support includeProjectDependencies in bootJar > layered > dependencies configuration

Using Spring Boot 3.0.5 with Gradle 7.6.1 and Kotlin DSL for Gradle build files, it seems impossible to use includeProje...

SpringBoot Upgrade to Oracle Database 23.2.0.0

Comment From: wilkinsonaThis release appears to contain some breaking changes. A number of tests now fail with an except...

SpringBoot Compression threshold does not work

version: 2.1.6.RELEASEmy configurationserver: compression: enabled: true min-response-size: 50MBmy understanding ...

SpringBoot Diff test 0417

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

SpringBoot Upgrade to Spring HATEOAS 2.1.0-RC1

Comment From: snicollDuplicates #34985Comment From: wilkinsonaJust FYI, Bomr missed this issue and opened #34985 as the ...

SpringBoot Replace Mockito argument captors with assertArg

See https://github.com/mockito/mockito/pull/2949 for details. We probably have a few captors we can replace when we upgr...

SpringBoot Docker-compose image name is null when running Docker Compose versions earlier than 2.14

Apparently docker-compose ps only contains the image name from version 2.14 and older versions are still common in packa...

SpringBoot Don't apply configuration-properties from auto-configuration plugin

The auto-configuration currently automatically applies the configuration-properties plugin. We need to support auto-conf...

SpringBoot Allow LogLevel to be used easily with commons logging

The LogLevel enum is generally useful and it would help if it could be used to send log message to the appropriate commo...
上一页 下一页
.