|
| 1 | +//// |
| 2 | + Licensed to the Apache Software Foundation (ASF) under one or more |
| 3 | + contributor license agreements. See the NOTICE file distributed with |
| 4 | + this work for additional information regarding copyright ownership. |
| 5 | + The ASF licenses this file to You under the Apache License, Version 2.0 |
| 6 | + (the "License"); you may not use this file except in compliance with |
| 7 | + the License. You may obtain a copy of the License at |
| 8 | + |
| 9 | + https://www.apache.org/licenses/LICENSE-2.0 |
| 10 | + |
| 11 | + Unless required by applicable law or agreed to in writing, software |
| 12 | + distributed under the License is distributed on an "AS IS" BASIS, |
| 13 | + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 14 | + See the License for the specific language governing permissions and |
| 15 | + limitations under the License. |
| 16 | +//// |
| 17 | + |
| 18 | +[#release-notes-${release.version?replace("[^a-zA-Z0-9]", "-", "r")}] |
| 19 | +== ${release.version} |
| 20 | + |
| 21 | +<#if release.date?has_content>Release date:: ${release.date}</#if> |
| 22 | + |
| 23 | +This release primarily focuses on enhancements to our OSGi and JPMS support and contains several bug fixes. |
| 24 | +It will be the first release built and signed by the CI using the https://keyserver.ubuntu.com/pks/lookup?search=077E8893A6DCC33DD4A4D5B256E73BA9A0B592D0&op=index[ASF Logging Services Release Manager GPG key], which is shared in https://www.apache.org/dist/logging/KEYS[KEYS]. |
| 25 | + |
| 26 | +The Log4j 2.21.0 API, as well as the other artifacts, maintains binary compatibility with the previous release. |
| 27 | + |
| 28 | +Apache Log4j 2.21.0 requires Java 8 to run. |
| 29 | +The build requires JDK 11 and generates reproducible binaries. |
| 30 | + |
| 31 | +For complete information on Apache Log4j 2, including instructions on how to submit bug reports, patches, get support, or suggestions for improvement, see http://logging.apache.org/log4j/2.x/[the Apache Log4j 2 website]. |
| 32 | + |
| 33 | +=== OSGi changes |
| 34 | + |
| 35 | +All the published artifacts are OSGi bundles or fragments. |
| 36 | + |
| 37 | +This release introduces a change in the bundle symbolic names to allow them to function as JPMS module name: all hyphens `-` present in the bundle names of previous releases were replaced by dots `.`. |
| 38 | + |
| 39 | +=== JPMS changes |
| 40 | + |
| 41 | +All the published artifacts have been migrated from automatic modules to named JPMS modules. |
| 42 | +All packages marked as private in the Javadoc are not exported. |
| 43 | + |
| 44 | +The module name of four bridges (`log4j-slf4j-impl`, `log4j-slf4j2-impl`, `log4j-to-jul` and `log4j-to-slf4j`) have been changed to adhere to the same convention as the OSGi bundle names. |
| 45 | + |
| 46 | +<#include "../.changelog.adoc.ftl"> |
0 commit comments