Nineya
Home
Blog
软著申请
SpringBoot logstash structured logging to support timestamp customization
2025-01-07 23:48:10
4965
Add ability to customize logstash timestamp format using LOG_DATEFORMAT_PATTERN propertyand/or, change default logstash ...
SpringBoot Warning due to duplicate MockResolver extensions
2025-01-07 23:48:07
721
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
2025-01-07 23:48:04
1522
Given:my: map: "/key": "value"Before this commit:It's equivalent tomy: map: "[key]"...
SpringBoot Auto-configure the Postgres application_name when using Docker Compose
2025-01-07 23:48:02
2196
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
2025-01-07 23:47:59
475
[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
2025-01-07 23:47:56
187
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
2025-01-07 23:47:54
345
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
2025-01-07 23:47:51
3102
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
2025-01-07 23:47:46
112
429853.2.x target branchComment From: philwebbThat was quick! Thanks @nosan Comment From: nosanThanks @philwebb
SpringBoot Allow structure logging JSON to be customized
2025-01-07 23:47:42
1505
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
2025-01-07 23:47:36
128
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
2025-01-07 23:47:34
494
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.
2025-01-07 23:47:31
4559
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
2025-01-07 23:47:28
152
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
2025-01-07 23:47:26
5311
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
2025-01-07 23:47:23
890
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
2025-01-07 23:47:20
363
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
2025-01-07 23:47:18
6564
We have two @ConfigurationProperties annotated classes:package com.example;import org.springframework.boot.context.prope...
SpringBoot Simplify dependency management for Commons Compress
2025-01-07 23:47:15
276
Comment From: wilkinsonaWe need to do something in 3.2.x as Testcontainers' commons-compress version is incompatible wit...
SpringBoot Try to stabilize ZipkinWebClientSenderTests
2025-01-07 23:47:13
1797
Several tests are flaky on CI. We should try to stabilize them.Comment From: wilkinsonaThis hasn't helped:reactor.core.E...
上一页
下一页
1
…
1627
1628
1629
1630
1631
…
2246
.