Skip to content

Commit 5b77583

Browse files
committed
Rename .yml to .yaml, the official extension
1 parent c3bd3e8 commit 5b77583

File tree

13 files changed

+6
-6
lines changed

13 files changed

+6
-6
lines changed
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

README.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@
1515
limitations under the License.
1616
////
1717
18-
https://github.com/apache/logging-log4j2/actions/workflows/build.yml[image:https://img.shields.io/github/actions/workflow/status/apache/logging-log4j2/build.yml?branch=2.x&label=build%20%282.x%29[Build (2.x)]]
18+
https://github.com/apache/logging-log4j2/actions/workflows/build.yaml[image:https://img.shields.io/github/actions/workflow/status/apache/logging-log4j2/build.yml?branch=2.x&label=build%20%282.x%29[Build (2.x)]]
1919
https://search.maven.org/artifact/org.apache.logging.log4j/log4j-api[image:https://img.shields.io/maven-central/v/org.apache.logging.log4j/log4j-api?versionPrefix=2.[Maven Central (2.x)]]
2020
https://libraries.io/maven/org.apache.logging.log4j:log4j-core/2.20.0[image:https://img.shields.io/librariesio/release/maven/org.apache.logging.log4j%3Alog4j-core/2.20.0?label=dependencies%20(2.x)[Libraries.io dependency status for 2.x]]
21-
https://github.com/apache/logging-log4j2/security/code-scanning[image:https://github.com/apache/logging-log4j2/actions/workflows/codeql-analysis.yml/badge.svg?branch=2.x[CodeQL (2.x)]]
21+
https://github.com/apache/logging-log4j2/security/code-scanning[image:https://github.com/apache/logging-log4j2/actions/workflows/codeql-analysis.yaml/badge.svg?branch=2.x[CodeQL (2.x)]]
2222
2323
Apache Log4j is a versatile, industrial-grade Java logging framework composed of an API, its implementation, and components to assist the deployment for various use cases.
2424
For further information (support, download, etc.) see https://logging.apache.org/log4j[the project website].

log4j-cassandra/src/test/java/org/apache/logging/log4j/cassandra/CassandraRule.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ public Session connect() {
7373
protected void before() throws Throwable {
7474
final Path root = Files.createTempDirectory("cassandra");
7575
Files.createDirectories(root.resolve("data"));
76-
final Path config = root.resolve("cassandra.yml");
76+
final Path config = root.resolve("cassandra.yaml");
7777
Files.copy(getClass().getResourceAsStream("/cassandra.yaml"), config);
7878
System.setProperty("cassandra.native_transport_port", "0");
7979
System.setProperty("cassandra.storage_port", "0");

log4j-core-test/src/test/java/org/apache/logging/log4j/core/config/JiraLog4j2_2134Test.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
import org.junit.jupiter.api.Test;
3333

3434
@Tag("yaml")
35-
@LoggerContextSource("log4j2-2134.yml")
35+
@LoggerContextSource("log4j2-2134.yaml")
3636
public class JiraLog4j2_2134Test {
3737

3838
@Test

log4j-core-test/src/test/java/org/apache/logging/log4j/core/pattern/SequenceNumberPatternConverterTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
import org.apache.logging.log4j.core.test.junit.Named;
2828
import org.junit.jupiter.api.Test;
2929

30-
@LoggerContextSource("SequenceNumberPatternConverterTest.yml")
30+
@LoggerContextSource("SequenceNumberPatternConverterTest.yaml")
3131
public class SequenceNumberPatternConverterTest {
3232

3333
@Test

log4j-core-test/src/test/java/org/apache/logging/log4j/core/pattern/SequenceNumberPatternConverterZeroPaddedTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
import org.apache.logging.log4j.core.test.junit.Named;
2828
import org.junit.jupiter.api.Test;
2929

30-
@LoggerContextSource("SequenceNumberPatternConverterZeroPaddedTest.yml")
30+
@LoggerContextSource("SequenceNumberPatternConverterZeroPaddedTest.yaml")
3131
public class SequenceNumberPatternConverterZeroPaddedTest {
3232

3333
@Test
File renamed without changes.

0 commit comments

Comments
 (0)