SpringBoot logstash structured logging to support timestamp customization

Add ability to customize logstash timestamp format using LOG_DATEFORMAT_PATTERN propertyand/or, change default logstash ...

SpringBoot Warning due to duplicate MockResolver extensions

42957I hope I’ve understood this issue correctly, but if not, please feel free to close this PR.Comment From: snicollTha...

SpringBoot Reject binding non-uniform property key as map key

Given:my: map: "/key": "value"Before this commit:It's equivalent tomy: map: "[key]&quot...

SpringBoot Auto-configure the Postgres application_name when using Docker Compose

Spring Boot 3.2.5Logs$ docker compose logs db -f...db-1 | 2024-05-16 10:18:14.746 UTC [37] LOG: connection received: h...

SpringBoot Warning due to duplicate MockResolver extensions

[WARNING] Found duplicate and different resources in [org.springframework.boot:spring-boot-test:3.4.0-20241031.110032-48...

SpringBoot Reference 'xref:#deployment.efficient.cds' in invalid but didn't fail the build

The xref:#deployment.efficient.cds doesn't exist, but it should have failed the build.Comment From: philwebbClosing in f...

SpringBoot Add redirects for older HELP.md files

See https://github.com/spring-io/start.spring.io/issues/1529. We should add redirects so older files work.Comment From: ...

SpringBoot Investigate Antora zip failures on CI

Some recent CI builds have failed with the following error:> Task :spring-boot-project:spring-boot-docs:antora t...

SpringBoot Logback logging system does not process URLs with paths not ending in .xml

429853.2.x target branchComment From: philwebbThat was quick! Thanks @nosan Comment From: nosanThanks @philwebb

SpringBoot Allow structure logging JSON to be customized

From https://x.com/jkuipers/status/1840849120874950716Comment From: philwebbSeveral interesting ideas we could consider:...

SpringBoot Logback logging system does not process URLs with paths not ending in .xml

See #42964. We're going to remove the XML check restriction.Comment From: philwebbClosing in favor of PR #42986. Thanks ...

SpringBoot Rename spring-boot-starter-aop to spring-boot-starter-aspectj

Since spring-boot-starter-aop pulls in spring-aspects and aspectj it might be better to rename it. Without those depende...

SpringBoot Logback config XML format detection: if the URL ends with .xml, it should also be considered as XML format.

Logback config XML format detection: if the URL ends with .xml, it should also be considered as XML format.Some URLs' pa...

SpringBoot Reject binding non-uniform property key as map key

See #42904 and #42802 for background.It would be nice if we could do this, but we need to find a way that doesn't couple...

SpringBoot spring-boot-actuator autoconfigured endpoints can't be extended

Many endpoints are autoconfigured as @ConditionalOnMissingBean but they aren't extensible by design, some others aren't ...

SpringBoot Tests for spring-boot-gradle-plugin cannot be run in Eclipse due to missing spring-boot-loader.jar

Running spring-boot-gradle-plugin tests with Eclipse fails out of the box because the spring-boot-loader.jar resource is...

SpringBoot Configuration properties changelog generator misses items that are removed without prior deprecation

Sometimes we have to remove a configuration property without it being deprecated first. An example of this is when we up...

SpringBoot Configuration property descriptions may be lost when building incrementally

We have two @ConfigurationProperties annotated classes:package com.example;import org.springframework.boot.context.prope...

SpringBoot Simplify dependency management for Commons Compress

Comment From: wilkinsonaWe need to do something in 3.2.x as Testcontainers' commons-compress version is incompatible wit...

SpringBoot Try to stabilize ZipkinWebClientSenderTests

Several tests are flaky on CI. We should try to stabilize them.Comment From: wilkinsonaThis hasn't helped:reactor.core.E...
上一页 下一页
.