Nineya
Home
Blog
软著申请
SpringBoot Allow auto-configuring IdGenerator in OpenTelemetryAutoConfiguration
2025-01-07 07:39:18
1823
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
2025-01-07 07:39:15
492
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
2025-01-07 07:39:13
900
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
2025-01-07 07:39:10
498
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
2025-01-07 07:39:08
547
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
2025-01-07 07:39:06
3025
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.
2025-01-07 07:39:03
1689
StreamsBuilderFactoryBeanCustomizer provides the exact same functionality than StreamsBuilderFactoryBeanConfigurer.This ...
SpringBoot Use a separate ObjectMapper per technology
2025-01-07 07:39:00
1111
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
2025-01-07 07:38:58
494
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
2025-01-07 07:38:56
1705
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
2025-01-07 07:38:46
808
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
2025-01-07 07:38:44
2000
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
2025-01-07 07:38:35
3731
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
2025-01-07 07:38:32
3261
version: 2.1.6.RELEASEmy configurationserver: compression: enabled: true min-response-size: 50MBmy understanding ...
SpringBoot Diff test 0417
2025-01-07 07:38:29
283
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
2025-01-07 07:38:26
308
Comment From: snicollDuplicates #34985Comment From: wilkinsonaJust FYI, Bomr missed this issue and opened #34985 as the ...
SpringBoot Replace Mockito argument captors with assertArg
2025-01-07 07:38:24
182
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
2025-01-07 07:38:21
408
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
2025-01-07 07:38:19
189
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
2025-01-07 07:38:17
186
The LogLevel enum is generally useful and it would help if it could be used to send log message to the appropriate commo...
上一页
下一页
1
…
1829
1830
1831
1832
1833
…
2246
.