This is an automated email from the ASF dual-hosted git repository.
pkarwasz pushed a commit to branch 2.x
in repository https://gitbox.apache.org/repos/asf/logging-log4j2.git
The following commit(s) were added to refs/heads/2.x by this push:
new cf147fdf63 Update Java 17 changelog entry
cf147fdf63 is described below
commit cf147fdf638d7181d5c7deca2c507c85c4604830
Author: Piotr P. Karwasz <[email protected]>
AuthorDate: Thu Dec 21 13:54:56 2023 +0100
Update Java 17 changelog entry
The migration to a JDK 17 build is similar to any other dependency
update (e.g. Github Actions or Maven Plugin update). It **should** not
have an influence on the user.
---
src/changelog/.2.x.x/java_17.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/changelog/.2.x.x/java_17.xml b/src/changelog/.2.x.x/java_17.xml
index fd91bd6be5..74dfcc996c 100644
--- a/src/changelog/.2.x.x/java_17.xml
+++ b/src/changelog/.2.x.x/java_17.xml
@@ -18,7 +18,7 @@
<entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns="http://logging.apache.org/log4j/changelog"
xsi:schemaLocation="http://logging.apache.org/log4j/changelog
https://logging.apache.org/log4j/changelog-0.1.2.xsd"
- type="changed">
+ type="updated">
<issue id="2021"
link="https://github.com/apache/logging-log4j2/issues/2021"/>
<description format="asciidoc">
Bumped the minimum Java version required for the build to Java 17. Runtime
requirements remain unchanged.