SpringBoot Document management.tracing.enabled property

We currently don't have metadata for management.tracing.enabled, which leads IDEs to show a warning: "property enabled d...

SpringBoot Remove any references to KeyValuesProviders and replace them with Observation.Conventions

related PR: https://github.com/micrometer-metrics/micrometer/pull/3306Comment From: adrianbobHey @marcingrzejszczak,Can ...

SpringBoot Add static to beans that can be instantied duing AOT optimizations

We have a number of limited beans that are instantiated at build-time during AOT optimizations. These are mostly related...

SpringBoot org.springframework.boot:spring-boot-starter-parent 2.7.4 pulling in logback?

it's weird because I have this in my dependencies, but of course I don't see that module| +--- ch.qos.logback:logback...

SpringBoot Add support for baggage in tracing

Sleuth supports three types of baggage:local baggage, which is available only in the same JVMremote baggage, which gets ...

SpringBoot Add log correlation for Micrometer Tracing

Sleuth adds the application name (or overridable name for tracing only), the trace id, and the span id to the logs, see ...

SpringBoot Allow adding packages to entity scanning without disabling the default scanning

I would like to provide a library that adds JPA entities to the persistence context bootstrapped. Ideally I would like t...

SpringBoot Spring Boot 3 milestone 5 EnableAutoConfiguration spring.factories

Starting with Spring Boot 3 M5 the "org.springframework.boot.autoconfigure.EnableAutoConfiguration" auto-configurations ...

SpringBoot Error creating bean 'HibernateJpaAutoConfiguration' while trying to configure oauth2 with jdbc

i am using springboot 1.5.6.RELEASE and i am trying to use oauth2 for my jersey webservice, i followed the tutorial on t...

SpringBoot Upgrade Snakeyaml Managed Dependency version to address vulnerabilities reported

Comment From: syedyusufhSnakeyaml dependency version was not upgraded in last 2 minor release of Spring Boot 2.7Comment ...

SpringBoot custom runtime issue with native-maven-plugin having metadataRepository enabled

Hi, I am trying to enable metadataRepository configuration in native-maven-plugin in my app (built with Spring Boot 3.0....

SpringBoot SpringApplication#addAotGeneratedInitializerIfNecessary is missing tests

Running Spring Boot application with AOT optimizations is broken due to https://github.com/spring-projects/spring-boot/c...

SpringBoot Remove auto-configuration for micrometer-tracing-reporter-wavefront

We are removing the Wavefront-related components from Micrometer Tracing, this PR is for adjusting the auto-configuratio...

SpringBoot Remove remaining properties and APIs that were deprecated in Spring Boot 2.x

We still seem to have some properties and APIs that were deprecated in 2.x and should be removed in 3.0. For example, Dy...

SpringBoot With the latest SNAPSHOT of springboot-starter-parent on windows machines "Java nio file InvalidPathException Illegal char <:> " exception is thrown

With the latest SNAPSHOT of springboot-starter-parent on windows machines "Java nio file InvalidPathException Illegal ch...

SpringBoot Update WebClient metrics auto-configuration to the new Observation instrumentation

Since spring-projects/spring-framework#28341, Spring Framework now instruments directly WebClient, removing the need for...

SpringBoot Use ByteArrayOutputStream.toString where possible

Hi,the method was introduced in Java 10 and is slightly faster (because it avoids unnecessary array copies), but more im...

SpringBoot Spring Boot Converters Feature Issue

My Actual Requirement is to Encrypt and Decrypt Specific Fields of My Json String in RunTime Just Like using and @Conver...

SpringBoot Adapt to HttpComponentClientHttpRequestFactory changes

As of spring-projects/spring-framework#28925, Spring Framework doesn't configure the Apache HttpComponents client 4.x, a...

SpringBoot Removed @Primary from the default ObjectMapper bean

The method I updated provides an ObjectMapper bean that can be injected elsewhere. But the method is annotated with @Pri...
上一页 下一页
.