You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

59 lines
2.8 KiB

  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. http://www.apache.org/licenses/LICENSE-2.0
  9. Unless required by applicable law or agreed to in writing, software
  10. distributed under the License is distributed on an "AS IS" BASIS,
  11. WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  12. See the License for the specific language governing permissions and
  13. limitations under the License.
  14. -->
  15. # Apache Log4j 2.13.3 Release Notes
  16. The Apache Log4j 2 team is pleased to announce the Log4j 2.13.3 release!
  17. Apache Log4j is a well known framework for logging application behavior. Log4j 2 is an upgrade
  18. to Log4j that provides significant improvements over its predecessor, Log4j 1.x, and provides
  19. many other modern features such as support for Markers, lambda expressions for lazy logging,
  20. property substitution using Lookups, multiple patterns on a PatternLayout and asynchronous
  21. Loggers. Another notable Log4j 2 feature is the ability to be "garbage-free" (avoid allocating
  22. temporary objects) while logging. In addition, Log4j 2 will not lose events while reconfiguring.
  23. The artifacts may be downloaded from https://logging.apache.org/log4j/2.x/download.html.
  24. This release contains a fix for bug LOG4J2-2838.
  25. Due to a break in compatibility in the SLF4J binding, Log4j now ships with two versions of the SLF4J to Log4j adapters.
  26. log4j-slf4j-impl should be used with SLF4J 1.7.x and earlier and log4j-slf4j18-impl should be used with SLF4J 1.8.x and
  27. later.
  28. Note that the default XML, JSON and YAML formats changed in the 2.11.0 release: they no longer have the "timeMillis"
  29. attribute and instead have an "Instant" element with "epochSecond" and "nanoOfSecond" attributes. If the previous
  30. behavior is desired the "includeTimeMillis" attribute may be set to true on each of the respective Layouts.
  31. The Log4j 2.13.3 API, as well as many core components, maintains binary compatibility with previous releases.
  32. ## GA Release 2.13.3
  33. Changes in this version include:
  34. ### Fixed Bugs
  35. * [LOG4J2-2838](https://issues.apache.org/jira/browse/LOG4J2-2838):
  36. Fix NullPointerException in ThreadContextDataInjector.
  37. ---
  38. Apache Log4j 2.13.3 requires a minimum of Java 8 to build and run. Log4j 2.3 was the
  39. last release that supported Java 6 and Log4j 2.12.1 is the last release to support Java 7.
  40. For complete information on Apache Log4j 2, including instructions on how to submit bug
  41. reports, patches, or suggestions for improvement, see the Apache Apache Log4j 2 website:
  42. https://logging.apache.org/log4j/2.x/