Skip to content

Commit 25b02e9

Browse files
committed
Update apache/logging-parent to version `` (#2191)
1 parent 867a74c commit 25b02e9

File tree

5 files changed

+16
-7
lines changed

5 files changed

+16
-7
lines changed

.github/workflows/build.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,15 +38,15 @@ jobs:
3838

3939
build:
4040
if: github.actor != 'dependabot[bot]'
41-
uses: apache/logging-parent/.github/workflows/build-reusable.yaml@rel/10.5.0
41+
uses: apache/logging-parent/.github/workflows/build-reusable.yaml@rel/10.6.0
4242
with:
4343
java-version: 17
4444
site-enabled: true
4545

4646
deploy-snapshot:
4747
needs: build
4848
if: github.repository == 'apache/logging-log4j2' && github.ref_name == 'main'
49-
uses: apache/logging-parent/.github/workflows/deploy-snapshot-reusable.yaml@rel/10.5.0
49+
uses: apache/logging-parent/.github/workflows/deploy-snapshot-reusable.yaml@rel/10.6.0
5050
# Secrets for deployments
5151
secrets:
5252
NEXUS_USER: ${{ secrets.NEXUS_USER }}
@@ -57,7 +57,7 @@ jobs:
5757
deploy-release:
5858
needs: build
5959
if: github.repository == 'apache/logging-log4j2' && startsWith(github.ref_name, 'release/')
60-
uses: apache/logging-parent/.github/workflows/deploy-release-reusable.yaml@rel/10.5.0
60+
uses: apache/logging-parent/.github/workflows/deploy-release-reusable.yaml@rel/10.6.0
6161
# Secrets for deployments
6262
secrets:
6363
GPG_SECRET_KEY: ${{ secrets.LOGGING_GPG_SECRET_KEY }}

.github/workflows/codeql-analysis.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ permissions: read-all
3030
jobs:
3131

3232
analyze:
33-
uses: apache/logging-parent/.github/workflows/codeql-analysis-reusable.yaml@rel/10.5.0
33+
uses: apache/logging-parent/.github/workflows/codeql-analysis-reusable.yaml@rel/10.6.0
3434
with:
3535
java-version: 17
3636
# Permissions required to publish Security Alerts

.github/workflows/merge-dependabot.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,13 +30,13 @@ jobs:
3030

3131
build:
3232
if: github.repository == 'apache/logging-log4j2' && github.event_name == 'pull_request_target' && github.actor == 'dependabot[bot]'
33-
uses: apache/logging-parent/.github/workflows/build-reusable.yaml@rel/10.5.0
33+
uses: apache/logging-parent/.github/workflows/build-reusable.yaml@rel/10.6.0
3434
with:
3535
java-version: 17
3636

3737
merge-dependabot:
3838
needs: build
39-
uses: apache/logging-parent/.github/workflows/merge-dependabot-reusable.yaml@rel/10.5.0
39+
uses: apache/logging-parent/.github/workflows/merge-dependabot-reusable.yaml@rel/10.6.0
4040
with:
4141
java-version: 17
4242
permissions:
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3+
xmlns="http://logging.apache.org/log4j/changelog"
4+
xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.3.xsd"
5+
type="updated">
6+
<issue id="2191" link="https://github.com/apache/logging-log4j2/pull/2191"/>
7+
<description format="asciidoc">Update `apache/logging-parent` to version ``</description>
8+
</entry>

src/site/_release-notes/_3.x.x.adoc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@ This release contains...
2929
[#release-notes-3-x-x-changed]
3030
=== Changed
3131
32-
* Moves legacy `2.x` properties configuration factory to `log4j-config-properties-legacy`.
3332
* Split off YAML configuration into a new `log4j-config-yaml` module.
3433
* Update `com.google.code.java-allocation-instrumenter:java-allocation-instrumenter` to version `3.3.4` (https://github.com/apache/logging-log4j2/pull/2102[2102])
3534
* Update `com.google.guava:guava` to version `33.0.0-jre` (https://github.com/apache/logging-log4j2/pull/2108[2108])
@@ -48,13 +47,15 @@ This release contains...
4847
[#release-notes-3-x-x-removed]
4948
=== Removed
5049
50+
* Removed legacy `2.x` properties configuration factory.
5151
* Remove `DefaultLogEventFactory`
5252
* Remove `org.apache.logging.log4j.core.parser` and related packages. (https://github.com/apache/logging-log4j2/pull/2154[2154])
5353
* Remove `log4j2.enable.threadlocals` property (https://github.com/apache/logging-log4j2/issues/2105[2105])
5454
5555
[#release-notes-3-x-x-updated]
5656
=== Updated
5757
58+
* Update `apache/logging-parent` to version `` (https://github.com/apache/logging-log4j2/pull/2191[2191])
5859
* Update `com.fasterxml.jackson:jackson-bom` to version `2.16.1` (https://github.com/apache/logging-log4j2/pull/2127[2127])
5960
* Update `org.apache.groovy:groovy-bom` to version `4.0.17` (https://github.com/apache/logging-log4j2/pull/2124[2124])
6061
* Update `org.apache.logging:logging-parent` to version `10.5.0` (https://github.com/apache/logging-log4j2/pull/2118[2118])

0 commit comments

Comments
 (0)