SpringBoot Make Log4j2 classpath overrides consistent

https://github.com/spring-projects/spring-boot/pull/32425 points out that our classpath overrides to test against Log4j2...

SpringBoot ConstrcutorBinding is missing either RECORD_COMPONENT or TYPE @Target

In version spring-boot-3.0.0-20220927.210028-840, ConstructorBinding is defined as:@Target(ElementType.CONSTRUCTOR)@Rete...

SpringBoot MetricsAutoConfigurationWithLog4j2AndLogbackTests isn't testing anything

In https://github.com/spring-projects/spring-boot/commit/a170bfcc76cfb47b1c94481ccd35509eaa619b74, auto-configuration of...

SpringBoot Remove unused MockReactiveWebServerFactory

Hi,this PR removes the apparently obsolete MockReactiveWebServerFactory. Since it's a package-private test-only class th...

SpringBoot Avoid usage of StringBuffer where possible

Hi,this PR replaces two usages of StringBuffer where StringBuilder could be used these days.Cheers,Christoph

SpringBoot Compile failed,when I try to use compile springboot-2..7.x version

did i cant't get 'GRADLE_ENTERPRISE_ACCESS_KEY ' from 'ge.spring.io '?D:\SOURCE-CODE-2022\springboot>gradlew.bat clas...

SpringBoot Multi-Document-Separators "#---" comment checks do not account for '!' prefixed comments

Using Spring Boot 2.7.3. The docs for Spring Boot 2.7.3 say on https://docs.spring.io/spring-boot/docs/2.7.3/reference/...

SpringBoot WebClient- and RestTemplate-based Zipkin senders can cause a bean dependency cycle

without this change we're using a RestTemplate and WebClient beans for sending out spans. The same beans require Zipkin ...

SpringBoot Prefer WebClient to RestTemplate when creating the Zipkin Sender

without this change we're registering WebClient sender only for webflux applications and we fallback to a RestTemplate s...

SpringBoot Reconsider default UseMainMethod value

Comment From: philwebbI've switched the default for now since I think it's important that we don't make the 3.0 upgrade ...

SpringBoot External configuration documentation uses incorrect placeholder syntax

Property placeholder format is not "{property}" but "${property}". Comment From: pivotal-cla@vilmos Please sign the Cont...

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

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

SpringBoot Update Javadoc details Copyrights to 2022

Hi,This PR updates copyrights in JavaDoc present in the classes to 2022.Cheers,RishalComment From: pivotal-cla@devrishal...

SpringBoot Context Propagation via W3C and B3 for OTel and Brave

RationaleIn order to provide the users with the basic tracing observability story we need the following, additional feat...

SpringBoot MDC trace and span IDs for Brave and OTel

ConditionalsIf Micrometer Tracing IS on the classpathFor Brave[MDC] If MDC is on the classpath We will setup injecting s...

SpringBoot MDC & Baggage AutoConfiguration for Micrometer Tracing with Brave and OpenTelemetry

RationaleIn order to provide the users with the basic tracing observability story we need the following, additional feat...

SpringBoot AOT processing does not work when Devtools is on the classpath

When Devtools is on the classpath, AOT processing does not hook in correctly and the app starts up fully. Here's some ou...

SpringBoot Upgrade Jakarta Annotations API to 2.1.1

I'm working on upgrading JHipster to use Spring Boot 3 M5 from 2.7.3. In the processs, I've been renaming a lot of depen...

SpringBoot Avoid using JUnit 4 assertions

Hi,this PR removes usages of the old JUnit 4 assertions in two Kotlin tests. I guess the checkstyle rule to prevent that...

SpringBoot YAML timestamps not handled properly with SnakeYaml 1.31

Forward port of issue #32228 to 2.7.x.Comment From: albertwangnzHi @bclozel , snakeyaml released 1.32. Will Spring Boot ...
上一页 下一页
.