You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/site/_release-notes/_3.0.0-alpha1.adoc
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,7 +15,7 @@
15
15
limitations under the License.
16
16
////
17
17
18
-
= 3.0.0 (2023-06-17)
18
+
= 3.0.0-alpha1 (2023-06-17)
19
19
20
20
As the Java ecosystem has evolved, requests have been received from users, and the need for improved security has
21
21
become more apparent, changes were necessariy in Log4j's design:
@@ -40,7 +40,7 @@ in application frameworks that support multiple applications more flexible.
40
40
for Log4j 2.x will continue to operate with the Log4j 3.x libraries present instead.
41
41
42
42
43
-
[#release-notes-3-0-0-added]
43
+
[#release-notes-3-0-0-alpha1-added]
44
44
=== Added
45
45
46
46
* 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
55
55
* 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])
56
56
* 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])
57
57
58
-
[#release-notes-3-0-0-changed]
58
+
[#release-notes-3-0-0-alpha1-changed]
59
59
=== Changed
60
60
61
61
* 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
84
84
* Unify plugin builders and plugin factories. (https://issues.apache.org/jira/browse/LOG4J2-860[LOG4J2-860])
85
85
* 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])
86
86
87
-
[#release-notes-3-0-0-removed]
87
+
[#release-notes-3-0-0-alpha1-removed]
88
88
=== Removed
89
89
90
90
* 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])
91
91
92
-
[#release-notes-3-0-0-fixed]
92
+
[#release-notes-3-0-0-alpha1-fixed]
93
93
=== Fixed
94
94
95
95
* `EnvironmentLookup` may throw NPE. (https://issues.apache.org/jira/browse/LOG4J2-2244[LOG4J2-2244])
Copy file name to clipboardExpand all lines: src/site/_release-notes/_3.0.0-beta1.adoc
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -61,7 +61,7 @@ This is the first beta release of the upcoming major release, i.e., `3.0.0`.
61
61
* Update `commons-io:commons-io` to version `2.15.1` (https://github.com/apache/logging-log4j2/pull/2035[2035])
62
62
* Update `commons-logging:commons-logging` to version `1.3.0` (https://github.com/apache/logging-log4j2/pull/2046[2046])
63
63
* 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])
65
65
* Update `net.java.dev.jna:jna` to version `5.14.0` (https://github.com/apache/logging-log4j2/pull/2082[2082])
66
66
* 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])
67
67
* 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`.
71
71
* Update `org.apache.commons:commons-pool2` to version `2.12.0` (https://github.com/apache/logging-log4j2/pull/2038[2038])
72
72
* Update `org.apache.groovy:groovy-bom` to version `4.0.16` (https://github.com/apache/logging-log4j2/pull/2039[2039])
73
73
* 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])
76
76
* Update `org.codehaus.plexus:plexus-utils` to version `3.5.1` (https://github.com/apache/logging-log4j2/pull/2061[2061])
77
77
* Update `org.eclipse.jetty:jetty-bom` to version `9.4.53.v20231009` (https://github.com/apache/logging-log4j2/pull/1931[1931])
78
78
* Update `org.eclipse.persistence:org.eclipse.persistence.jpa` to version `2.7.13` (https://github.com/apache/logging-log4j2/pull/1933[1933])
79
79
* 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])
81
81
* Update `org.graalvm.truffle:truffle-api` to version `23.1.1` (https://github.com/apache/logging-log4j2/pull/1872[1872])
82
82
* Update `org.jctools:jctools-core` to version `4.0.2` (https://github.com/apache/logging-log4j2/pull/1995[1995])
83
83
* Update `org.jmdns:jmdns` to version `3.5.9` (https://github.com/apache/logging-log4j2/pull/2069[2069])
0 commit comments