Nineya
Home
Blog
SpringBoot Make Log4j2 classpath overrides consistent
2025-01-07 04:01:36
438
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
2025-01-07 04:01:34
801
In version spring-boot-3.0.0-20220927.210028-840, ConstructorBinding is defined as:@Target(ElementType.CONSTRUCTOR)@Rete...
SpringBoot MetricsAutoConfigurationWithLog4j2AndLogbackTests isn't testing anything
2025-01-07 04:01:31
462
In https://github.com/spring-projects/spring-boot/commit/a170bfcc76cfb47b1c94481ccd35509eaa619b74, auto-configuration of...
SpringBoot Remove unused MockReactiveWebServerFactory
2025-01-07 04:01:29
170
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
2025-01-07 04:01:27
108
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
2025-01-07 04:01:25
13410
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
2025-01-07 04:01:22
2528
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
2025-01-07 04:01:19
3299
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
2025-01-07 04:01:17
288
without this change we're registering WebClient sender only for webflux applications and we fallback to a RestTemplate s...
SpringBoot Reconsider default UseMainMethod value
2025-01-07 04:01:15
230
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
2025-01-07 04:01:12
442
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
2025-01-07 04:01:10
1593
Since spring-projects/spring-framework#28341, Spring Framework now instruments directly RestTemplate, removing the need ...
SpringBoot Update Javadoc details Copyrights to 2022
2025-01-07 04:01:07
511
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
2025-01-07 04:01:04
1382
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
2025-01-07 04:01:02
506
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
2025-01-07 04:00:59
2894
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
2025-01-07 04:00:57
5218
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
2025-01-07 04:00:55
819
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
2025-01-07 04:00:51
211
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
2025-01-07 04:00:48
1700
Forward port of issue #32228 to 2.7.x.Comment From: albertwangnzHi @bclozel , snakeyaml released 1.32. Will Spring Boot ...
上一页
下一页
1
…
1894
1895
1896
1897
1898
…
2246
.