Skip to content

Commit 57f4078

Browse files
committed
Fix release notes for 3.0.0-alpha1
1 parent 37bacc0 commit 57f4078

File tree

4 files changed

+11
-11
lines changed

4 files changed

+11
-11
lines changed

src/changelog/3.0.0-alpha1/.release.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@
1818
<release xmlns="http://logging.apache.org/log4j/changelog"
1919
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
2020
xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.0.xsd"
21-
date="2023-06-17" version="3.0.0"/>
21+
date="2023-06-17" version="3.0.0-alpha1"/>

src/site/_release-notes.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
= Release Notes
3838
3939
include::_release-notes/_3.0.0-beta1.adoc[]
40-
include::_release-notes/_3.0.0.adoc[]
40+
include::_release-notes/_3.0.0-alpha1.adoc[]
4141
include::_release-notes/_2.20.0.adoc[]
4242
include::_release-notes/_2.19.0.adoc[]
4343
include::_release-notes/_2.18.0.adoc[]

src/site/_release-notes/_3.0.0.adoc renamed to src/site/_release-notes/_3.0.0-alpha1.adoc

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
limitations under the License.
1616
////
1717
18-
= 3.0.0 (2023-06-17)
18+
= 3.0.0-alpha1 (2023-06-17)
1919
2020
As the Java ecosystem has evolved, requests have been received from users, and the need for improved security has
2121
become more apparent, changes were necessariy in Log4j's design:
@@ -40,7 +40,7 @@ in application frameworks that support multiple applications more flexible.
4040
for Log4j 2.x will continue to operate with the Log4j 3.x libraries present instead.
4141
4242
43-
[#release-notes-3-0-0-added]
43+
[#release-notes-3-0-0-alpha1-added]
4444
=== Added
4545
4646
* Allow plugins to be created through more flexible dependency injection patterns. (https://issues.apache.org/jira/browse/LOG4J2-1188[LOG4J2-1188])
@@ -55,7 +55,7 @@ for Log4j 2.x will continue to operate with the Log4j 3.x libraries present inst
5555
* Add built-in JSON configuration parser for a useful structured configuration file format which only requires the `java.base` module. (https://issues.apache.org/jira/browse/LOG4J2-3415[LOG4J2-3415])
5656
* Add `@Ordered` annotation to support plugin ordering when two or more plugins within the same category have the same case-insensitive name. (https://issues.apache.org/jira/browse/LOG4J2-857[LOG4J2-857])
5757
58-
[#release-notes-3-0-0-changed]
58+
[#release-notes-3-0-0-alpha1-changed]
5959
=== Changed
6060
6161
* Simplify Maven `site` phase and align it with the one in `2.x` branch. (https://github.com/apache/logging-log4j2/pull/1220[1220])
@@ -84,12 +84,12 @@ for Log4j 2.x will continue to operate with the Log4j 3.x libraries present inst
8484
* Unify plugin builders and plugin factories. (https://issues.apache.org/jira/browse/LOG4J2-860[LOG4J2-860])
8585
* Update Conversant Disruptor from 1.12.15 to 1.12.21. The new version requires Java 11. (https://issues.apache.org/jira/browse/LOG4J2-2079[LOG4J2-2079])
8686
87-
[#release-notes-3-0-0-removed]
87+
[#release-notes-3-0-0-alpha1-removed]
8888
=== Removed
8989
9090
* Remove support for `java.io.Serializable` in several classes including `Message`, `Layout`, `LogEvent`, `Logger`, and `ReadOnlyStringMap`. (https://issues.apache.org/jira/browse/LOG4J2-3228[LOG4J2-3228])
9191
92-
[#release-notes-3-0-0-fixed]
92+
[#release-notes-3-0-0-alpha1-fixed]
9393
=== Fixed
9494
9595
* `EnvironmentLookup` may throw NPE. (https://issues.apache.org/jira/browse/LOG4J2-2244[LOG4J2-2244])

src/site/_release-notes/_3.0.0-beta1.adoc

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ This is the first beta release of the upcoming major release, i.e., `3.0.0`.
6161
* Update `commons-io:commons-io` to version `2.15.1` (https://github.com/apache/logging-log4j2/pull/2035[2035])
6262
* Update `commons-logging:commons-logging` to version `1.3.0` (https://github.com/apache/logging-log4j2/pull/2046[2046])
6363
* Update `de.flapdoodle.reverse:de.flapdoodle.reverse` to version `1.7.2` (https://github.com/apache/logging-log4j2/pull/2000[2000])
64-
* Update `io.netty:netty-bom` to version `4.1.101.Final` (https://github.com/apache/logging-log4j2/pull/1999[1999])
64+
* Update `io.netty:netty-bom` to version `4.1.103.Final` (https://github.com/apache/logging-log4j2/pull/2090[2090])
6565
* Update `net.java.dev.jna:jna` to version `5.14.0` (https://github.com/apache/logging-log4j2/pull/2082[2082])
6666
* Update `org.apache.aries.spifly:org.apache.aries.spifly.dynamic.bundle` to version `1.3.7` (https://github.com/apache/logging-log4j2/pull/2053[2053])
6767
* Update `org.apache.commons:commons-compress` to version `1.25.0` (https://github.com/apache/logging-log4j2/pull/2055[2055])
@@ -71,13 +71,13 @@ This is the first beta release of the upcoming major release, i.e., `3.0.0`.
7171
* Update `org.apache.commons:commons-pool2` to version `2.12.0` (https://github.com/apache/logging-log4j2/pull/2038[2038])
7272
* Update `org.apache.groovy:groovy-bom` to version `4.0.16` (https://github.com/apache/logging-log4j2/pull/2039[2039])
7373
* Update `org.apache.maven:maven-core` to version `3.9.6` (https://github.com/apache/logging-log4j2/pull/2049[2049])
74-
* Update `org.apache.maven.surefire:surefire-junit47` to version `3.2.2` (https://github.com/apache/logging-log4j2/pull/2051[2051])
75-
* Update `org.apache.tomcat:tomcat-juli` to version `10.1.16` (https://github.com/apache/logging-log4j2/pull/2052[2052])
74+
* Update `org.apache.maven.surefire:surefire-junit47` to version `3.2.3` (https://github.com/apache/logging-log4j2/pull/2091[2091])
75+
* Update `org.apache.tomcat:tomcat-juli` to version `10.1.17` (https://github.com/apache/logging-log4j2/pull/2086[2086])
7676
* Update `org.codehaus.plexus:plexus-utils` to version `3.5.1` (https://github.com/apache/logging-log4j2/pull/2061[2061])
7777
* Update `org.eclipse.jetty:jetty-bom` to version `9.4.53.v20231009` (https://github.com/apache/logging-log4j2/pull/1931[1931])
7878
* Update `org.eclipse.persistence:org.eclipse.persistence.jpa` to version `2.7.13` (https://github.com/apache/logging-log4j2/pull/1933[1933])
7979
* Update `org.eclipse.platform:org.eclipse.osgi` to version `3.18.600` (https://github.com/apache/logging-log4j2/pull/2064[2064])
80-
* Update `org.elasticsearch.client:elasticsearch-rest-high-level-client` to version `7.17.15` (https://github.com/apache/logging-log4j2/pull/1996[1996])
80+
* Update `org.elasticsearch.client:elasticsearch-rest-high-level-client` to version `7.17.16` (https://github.com/apache/logging-log4j2/pull/2085[2085])
8181
* Update `org.graalvm.truffle:truffle-api` to version `23.1.1` (https://github.com/apache/logging-log4j2/pull/1872[1872])
8282
* Update `org.jctools:jctools-core` to version `4.0.2` (https://github.com/apache/logging-log4j2/pull/1995[1995])
8383
* Update `org.jmdns:jmdns` to version `3.5.9` (https://github.com/apache/logging-log4j2/pull/2069[2069])

0 commit comments

Comments
 (0)