File tree Expand file tree Collapse file tree 5 files changed +16
-7
lines changed Expand file tree Collapse file tree 5 files changed +16
-7
lines changed Original file line number Diff line number Diff line change @@ -38,15 +38,15 @@ jobs:
38
38
39
39
build :
40
40
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
42
42
with :
43
43
java-version : 17
44
44
site-enabled : true
45
45
46
46
deploy-snapshot :
47
47
needs : build
48
48
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
50
50
# Secrets for deployments
51
51
secrets :
52
52
NEXUS_USER : ${{ secrets.NEXUS_USER }}
57
57
deploy-release :
58
58
needs : build
59
59
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
61
61
# Secrets for deployments
62
62
secrets :
63
63
GPG_SECRET_KEY : ${{ secrets.LOGGING_GPG_SECRET_KEY }}
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ permissions: read-all
30
30
jobs :
31
31
32
32
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
34
34
with :
35
35
java-version : 17
36
36
# Permissions required to publish Security Alerts
Original file line number Diff line number Diff line change @@ -30,13 +30,13 @@ jobs:
30
30
31
31
build :
32
32
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
34
34
with :
35
35
java-version : 17
36
36
37
37
merge-dependabot :
38
38
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
40
40
with :
41
41
java-version : 17
42
42
permissions :
Original file line number Diff line number Diff line change
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 >
Original file line number Diff line number Diff line change @@ -29,7 +29,6 @@ This release contains...
29
29
[#release-notes-3-x-x-changed]
30
30
=== Changed
31
31
32
- * Moves legacy `2.x` properties configuration factory to `log4j-config-properties-legacy`.
33
32
* Split off YAML configuration into a new `log4j-config-yaml` module.
34
33
* Update `com.google.code.java-allocation-instrumenter:java-allocation-instrumenter` to version `3.3.4` (https://github.com/apache/logging-log4j2/pull/2102[2102])
35
34
* 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...
48
47
[#release-notes-3-x-x-removed]
49
48
=== Removed
50
49
50
+ * Removed legacy `2.x` properties configuration factory.
51
51
* Remove `DefaultLogEventFactory`
52
52
* Remove `org.apache.logging.log4j.core.parser` and related packages. (https://github.com/apache/logging-log4j2/pull/2154[2154])
53
53
* Remove `log4j2.enable.threadlocals` property (https://github.com/apache/logging-log4j2/issues/2105[2105])
54
54
55
55
[#release-notes-3-x-x-updated]
56
56
=== Updated
57
57
58
+ * Update `apache/logging-parent` to version `` (https://github.com/apache/logging-log4j2/pull/2191[2191])
58
59
* Update `com.fasterxml.jackson:jackson-bom` to version `2.16.1` (https://github.com/apache/logging-log4j2/pull/2127[2127])
59
60
* Update `org.apache.groovy:groovy-bom` to version `4.0.17` (https://github.com/apache/logging-log4j2/pull/2124[2124])
60
61
* Update `org.apache.logging:logging-parent` to version `10.5.0` (https://github.com/apache/logging-log4j2/pull/2118[2118])
You can’t perform that action at this time.
0 commit comments