You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@logging.apache.org by gi...@apache.org on 2023/10/20 14:33:04 UTC

[logging-log4j2] branch dependabot/github_actions/2.x/github/codeql-action-2.22.3 updated (813ad1e135 -> 80c451f47e)

This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a change to branch dependabot/github_actions/2.x/github/codeql-action-2.22.3
in repository https://gitbox.apache.org/repos/asf/logging-log4j2.git


    omit 813ad1e135 Bump github/codeql-action from 2.22.0 to 2.22.3
     add 6bfd69c04f Fix Java version in `merge-dependabot`"
     add 51cead192a Clean-up `log4j-bom` properties
     add 37ba9d8f62 Set version to `2.21.0`
     add 2b8a27f87a Release changelog for version `2.21.0`
     add 3333493d9a added linebreak
     add 0e1ee448b2 Merge tag 'rel/2.21.0' into 2.x
     add 884e010607 Fix `LogstashIT` of JTL
     add 52a6fbceac Add missing `jackson-dataformat-yaml` for JTL tests
     add da836b16d6 Fix ErrorProne warnings for JTL
     add 0b3d848451 Add `-test` suffix to `log4j-osgi` to make the intent clear
     add 578fa5ac36 Skip installing/deploying `log4j-perf`
     add 031e2557b5 Add `-test` suffix to `log4j-perf` to make the intent clear
     add e6244765cd Bump the version to `2.22.0-SNAPSHOT`
     add 6da0d7dc9a Revert `logging-parent` version bump mistake
     add cfdeda1066 Update auto-generated files
     add 8b7ca8f736 Fix broken links in the support page (LOG4J2-3673)
     add dd98dd09d7 Fix Dependabot workflow
     add 360cd14676 LMAX Disruptor requires Java 11
     add a73c4fa680 Fix typo
     add c703b3760c Upgrade Spring Framework to version 5.3.30
     add e49c07f620 Update `uk.org.webcompere:system-stubs-core` to version `2.1.3` (#1835)
     add 48ead54a8c Update `com.google.guava:guava` to version `32.1.3-jre` (#1875)
     add 2848a96517 Update `io.netty:netty-bom` to version `4.1.100.Final` (#1857)
     add 49ab16b32e Enhance logging in JTLNullEventDelimiterTest
     add 006d560b52 Bump `logging-parent` version to `10.2.0`
     add 9cb1b7061d Remove `flatten-bom` fix not needed anymore
     add 7b4941ac86 Remove redundant `bnd:baseline` execution
     add c472738e56 Fix `log4j-api-test` effective dependencies
     add db77041025 Downgrade WebCompere System Stubs to version 2.0.2
     add a9ab979de1 Update `com.h2database:h2` to version `2.2.224` (#1880)
     add b5da292cc0 Use real timestamp in StatusLoggerExtension messages
     add ff4834f691 Tweak server timeouts
     add 8bb72d97c1 Ignore `.flattened-pom.xml` files introduced by the recent `logging-parent` update
     add 99da49fba3 Disable special inheritance handling in POM for `url`, `scm`, etc.
     add ee9c39b3f6 Implement and document SBOM (#1707)
     add 35bfe42f70 Update `log4j-changelog` XSD to version `0.1.2`
     add a59d86b335 Update `co.elastic.clients:elasticsearch-java` to version `8.10.4` (#1881)
     add 74fa05fe19 Update `org.zeromq:jeromq` to version `0.5.4` (#1878)
     add 1512e7cb9e Fix Markdown typo
     add dab7d95812 Update `org.springframework.boot:spring-boot` to version `2.7.17` (#1874)
     add 80c451f47e Bump github/codeql-action from 2.22.0 to 2.22.3

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (813ad1e135)
            \
             N -- N -- N   refs/heads/dependabot/github_actions/2.x/github/codeql-action-2.22.3 (80c451f47e)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

No new revisions were added by this update.

Summary of changes:
 .github/dependabot.yml                             |  16 +-
 .github/workflows/merge-dependabot.yaml            |   2 +
 .gitignore                                         |   1 +
 log4j-api-test/pom.xml                             |  58 ++-
 .../log4j/test/junit/StatusLoggerExtension.java    |  10 +-
 .../logging/log4j/message/MapMessageTest.java      |   9 +-
 log4j-layout-template-json-test/pom.xml            |  22 +-
 .../json/BlackHoleByteBufferDestination.java       |   1 +
 .../JsonTemplateLayoutNullEventDelimiterTest.java  | 113 ++++--
 .../log4j/layout/template/json/LogstashIT.java     | 397 ++++++++++-----------
 .../JsonTemplateLayoutNullEventDelimiterTest.xml}  |   2 +-
 {log4j-osgi => log4j-osgi-test}/pom.xml            |   4 +-
 .../log4j/osgi/tests/AbstractLoadBundleTest.java   |   0
 .../logging/log4j/osgi/tests/CoreOsgiTest.java     |   0
 .../log4j/osgi/tests/CustomConfiguration.java      |   0
 .../osgi/tests/CustomConfigurationFactory.java     |   0
 .../logging/log4j/osgi/tests/JULProviderTest.java  |   0
 .../log4j/osgi/tests/SLF4JProviderTest.java        |   0
 .../tests/equinox/EquinoxLoadApiBundleTest.java    |   0
 .../osgi/tests/felix/FelixLoadApiBundleTest.java   |   0
 .../logging/log4j/osgi/tests/junit/OsgiRule.java   |   0
 .../src/test/resources/log4j2.custom               |   0
 log4j-parent/pom.xml                               |  43 ++-
 {log4j-perf => log4j-perf-test}/pom.xml            |   4 +-
 .../log4j/ThreadContextBenchmarkAccess.java        |   0
 .../template/json/JsonTemplateLayoutBenchmark.java |   0
 .../json/JsonTemplateLayoutBenchmarkReport.java    |   0
 .../json/JsonTemplateLayoutBenchmarkState.java     |   0
 .../log4j/message/ParameterFormatterBenchmark.java |   0
 ...bstractStringLayoutStringEncodingBenchmark.java |   0
 .../perf/jmh/AnnotationVsMarkerInterface.java      |   0
 .../perf/jmh/AsyncAppenderLog4j1Benchmark.java     |   0
 .../jmh/AsyncAppenderLog4j1LocationBenchmark.java  |   0
 .../perf/jmh/AsyncAppenderLog4j2Benchmark.java     |   0
 .../jmh/AsyncAppenderLog4j2LocationBenchmark.java  |   0
 .../perf/jmh/AsyncAppenderLogbackBenchmark.java    |   0
 .../jmh/AsyncAppenderLogbackLocationBenchmark.java |   0
 .../log4j/perf/jmh/AsyncLoggersBenchmark.java      |   0
 .../perf/jmh/AsyncLoggersLocationBenchmark.java    |   0
 .../logging/log4j/perf/jmh/ClocksBenchmark.java    |   0
 .../log4j/perf/jmh/CollectionsBenchmark.java       |   0
 .../jmh/ConcurrentAsyncLoggerToFileBenchmark.java  |   0
 .../perf/jmh/ConfiguratorInitializeBenchmark.java  |   0
 .../log4j/perf/jmh/DateTimeFormatBenchmark.java    |   0
 .../log4j/perf/jmh/DebugDisabledBenchmark.java     |   0
 .../log4j/perf/jmh/FileAppenderBenchmark.java      |   0
 .../perf/jmh/FileAppenderParamsBenchmark.java      |   0
 .../perf/jmh/FileAppenderThrowableBenchmark.java   |   0
 .../jmh/FileAppenderWithLocationBenchmark.java     |   0
 .../log4j/perf/jmh/FormatterLoggerBenchmark.java   |   0
 .../log4j/perf/jmh/GelfLayoutBenchmark.java        |   0
 .../log4j/perf/jmh/InstantFormatBenchmark.java     |   0
 .../log4j/perf/jmh/JdbcAppenderBenchmark.java      |   0
 .../log4j/perf/jmh/JpaAppenderBenchmark.java       |   0
 .../jmh/Log4j2AppenderComparisonBenchmark.java     |   0
 .../log4j/perf/jmh/Log4jLogEventBenchmark.java     |   0
 .../perf/jmh/LogBuilderMarkerFilterBenchmark.java  |   0
 .../log4j/perf/jmh/LoggerConfigBenchmark.java      |   0
 .../log4j/perf/jmh/LoggingDisabledBenchmark.java   |   0
 .../logging/log4j/perf/jmh/MDCFilterBenchmark.java |   0
 .../log4j/perf/jmh/MarkerFilterBenchmark.java      |   0
 .../log4j/perf/jmh/MemoryHandlerJULBenchmark.java  |   0
 .../jmh/MemoryHandlerJULLocationBenchmark.java     |   0
 .../perf/jmh/NamePatternConverterBenchmark.java    |   0
 .../logging/log4j/perf/jmh/NanotimeBenchmark.java  |   0
 .../logging/log4j/perf/jmh/OutputBenchmark.java    |   0
 .../perf/jmh/ParameterizedMessageBenchmark.java    |   0
 .../jmh/ParameterizedMessageInliningBenchmark.java |   0
 .../log4j/perf/jmh/PatternLayoutBenchmark.java     |   0
 .../perf/jmh/PatternLayoutComparisonBenchmark.java |   0
 .../log4j/perf/jmh/ReflectionBenchmark.java        |   0
 .../logging/log4j/perf/jmh/SimpleBenchmark.java    |   0
 .../perf/jmh/SortedArrayVsHashMapBenchmark.java    |   0
 .../logging/log4j/perf/jmh/StackWalkBenchmark.java |   0
 .../perf/jmh/StringBuilderEscapeBenchmark.java     |   0
 .../log4j/perf/jmh/StringEncodingBenchmark.java    |   0
 .../log4j/perf/jmh/TextEncoderHelperBenchmark.java |   0
 .../log4j/perf/jmh/ThreadContextBenchmark.java     |   0
 .../ThreadLocalVsConcurrentHashMapBenchmark.java   |   0
 .../log4j/perf/jmh/ThreadLocalVsPoolBenchmark.java |   0
 .../perf/jmh/ThreadsafeDateFormatBenchmark.java    |   0
 .../log4j/perf/jmh/TimeFormatBenchmark.java        |   0
 .../logging/log4j/perf/jmh/UnboxBenchmark.java     |   0
 .../log4j/perf/jmh/UuidGeneratorBenchmark.java     |   0
 .../logging/log4j/perf/jmh/VarargsBenchmark.java   |   0
 .../log4j/perf/jmh/jpa/TestBasicEntity.java        |   0
 .../logging/log4j/perf/jmh/package-info.java       |   0
 .../logging/log4j/perf/nogc/AbstractLogger.java    |   0
 .../logging/log4j/perf/nogc/ClassicLogger.java     |   0
 .../logging/log4j/perf/nogc/DemoAppender.java      |   0
 .../apache/logging/log4j/perf/nogc/NoGcLayout.java |   0
 .../apache/logging/log4j/perf/nogc/NoGcLogger.java |   0
 .../logging/log4j/perf/nogc/NoGcMessage.java       |   0
 .../perf/nogc/NoGcMessagePatternConverter.java     |   0
 .../logging/log4j/perf/nogc/OpenHashStringMap.java |   0
 .../log4j/perf/nogc/ParameterizedMessage.java      |   0
 .../org/apache/logging/log4j/perf/nogc/Test.java   |   0
 .../log4j/perf/util/BenchmarkMessageParams.java    |   0
 .../logging/log4j/perf/util/DemoAppender.java      |   0
 .../logging/log4j/perf/util/NoOpJULHandler.java    |   0
 .../logging/log4j/perf/util/NoOpLog4jAppender.java |   0
 .../log4j/perf/util/NoOpLogbackAppender.java       |   0
 .../logging/log4j/perf/util/StackDriver.java       |   0
 .../CopyOnWriteOpenHashMapThreadContextMap.java    |   0
 .../GarbageFreeOpenHashMapThreadContextMap.java    |   0
 ...rrentAsyncLoggerToFileBenchmark-asyncConfig.xml |   0
 .../ConcurrentAsyncLoggerToFileBenchmark.xml       |   0
 .../src/main/resources/META-INF/persistence.xml    |   0
 .../main/resources/log4j12-perf-file-throwable.xml |   0
 .../src/main/resources/log4j12-perf.xml            |   0
 .../src/main/resources/log4j12-perf2.xml           |   0
 .../src/main/resources/log4j12-perfloc.xml         |   0
 .../main/resources/log4j2-appenderComparison.xml   |   0
 .../src/main/resources/log4j2-jdbc-appender.xml    |   0
 .../src/main/resources/log4j2-jpa-appender.xml     |   0
 .../main/resources/log4j2-markerFilter-perf.xml    |   0
 .../main/resources/log4j2-markerFilter-perf2.xml   |   0
 .../src/main/resources/log4j2-noFilter-perf.xml    |   0
 .../main/resources/log4j2-perf-file-throwable.xml  |   0
 .../src/main/resources/log4j2-perf.xml             |   0
 .../src/main/resources/log4j2-perf2.xml            |   0
 .../src/main/resources/log4j2-perf3.xml            |   0
 .../src/main/resources/log4j2-perfloc.xml          |   0
 .../resources/log4j2-threadContextFilter-perf.xml  |   0
 .../main/resources/logback-markerFilter-perf.xml   |   0
 .../src/main/resources/logback-mdcFilter-perf.xml  |   0
 .../main/resources/logback-perf-file-throwable.xml |   0
 .../src/main/resources/logback-perf.xml            |   0
 .../src/main/resources/logback-perf2.xml           |   0
 .../src/main/resources/logback-perfloc.xml         |   0
 .../resources/perf-WithoutAnyAppender-location.xml |   0
 .../src/main/resources/perf-WithoutAnyAppender.xml |   0
 .../perf-log4j12-async-location-noOpAppender.xml   |   0
 .../resources/perf-log4j12-async-noOpAppender.xml  |   0
 .../src/main/resources/perf-log4j12-async.xml      |   0
 .../perf-logback-async-location-noOpAppender.xml   |   0
 .../resources/perf-logback-async-noOpAppender.xml  |   0
 .../src/main/resources/perf-logback-async.xml      |   0
 .../src/main/resources/perf3PlainNoLoc.xml         |   0
 .../perf5AsyncApndDsrptrNoLoc-noOpAppender.xml     |   0
 .../perf5AsyncApndDsrptrWithLoc-noOpAppender.xml   |   0
 .../perf5AsyncApndMpscQNoLoc-noOpAppender.xml      |   0
 .../perf5AsyncApndMpscQWithLoc-noOpAppender.xml    |   0
 .../resources/perf5AsyncApndNoLoc-noOpAppender.xml |   0
 .../src/main/resources/perf5AsyncApndNoLoc.xml     |   0
 .../perf5AsyncApndWithLoc-noOpAppender.xml         |   0
 .../perf5AsyncApndXferQNoLoc-noOpAppender.xml      |   0
 .../perf5AsyncApndXferQWithLoc-noOpAppender.xml    |   0
 pom.xml                                            | 170 +--------
 ...pdate_co_elastic_clients_elasticsearch_java.xml |   9 +
 .../.2.x.x/update_com_google_guava_guava.xml       |   9 +
 src/changelog/.2.x.x/update_com_h2database_h2.xml  |   9 +
 src/changelog/.2.x.x/update_io_netty_netty_bom.xml |   9 +
 ...update_org_springframework_boot_spring_boot.xml |   9 +
 src/changelog/.2.x.x/update_org_zeromq_jeromq.xml  |   9 +
 ...t-juli.xml => upgrade_spring-framework-bom.xml} |   5 +-
 src/changelog/2.0-alpha1/.release.xml              |   2 +-
 ...lication_facing_log_methods_use_their_own_F.xml |   2 +-
 ...text_support_for_custom_logger_factories_Al.xml |   2 +-
 ...ld_throw_an_IllegalArgumentException_instea.xml |   2 +-
 ..._filter_on_the_AppenderRef_by_adding_either.xml |   2 +-
 src/changelog/2.0-alpha2/.release.xml              |   2 +-
 ...OG4J2-64_Fix_compilation_problems_in_Java_7.xml |   2 +-
 ...ubstitution_on_the_configuration_attributes.xml |   2 +-
 ...besides_core_to_create_a_PluginMap_for_fast.xml |   2 +-
 ..._support_for_formatting_using_String_format.xml |   2 +-
 ...ents_to_be_embedded_into_the_Flume_Appender.xml |   2 +-
 ...LOG4J2-70_Add_getLogger_Class_to_LogManager.xml |   2 +-
 src/changelog/2.0-beta1/.release.xml               |   2 +-
 src/changelog/2.0-beta1/Added_AsynchAppender.xml   |   2 +-
 ...le_to_allow_web_applications_to_include_the.xml |   2 +-
 ...did_not_create_the_parent_directories_of_th.xml |   2 +-
 ...tion_in_RollingFileManager_when_filePattern.xml |   2 +-
 ...arker_Message_Throwable_was_internally_usin.xml |   2 +-
 ...textListener_to_accept_a_configuration_file.xml |   2 +-
 ...as_calling_the_stop_method_of_the_reference.xml |   2 +-
 ...was_calling_the_stop_method_for_each_of_its.xml |   2 +-
 ...tAttribute_in_the_Commons_Logging_bridge_go.xml |   2 +-
 ...be_used_as_the_implementation_with_SLF4J_an.xml |   2 +-
 ...ernLayout_was_not_honoring_format_modifiers.xml |   2 +-
 ...ed_MarkerManager_getMarker_causing_the_Mark.xml |   2 +-
 .../Update_the_versions_of_SLF4J_and_Logback.xml   |   2 +-
 src/changelog/2.0-beta2/.release.xml               |   2 +-
 ..._MultiformatMessage_and_allow_StructuredDat.xml |   2 +-
 ...NSI_colors_by_adding_the_highlight_and_styl.xml |   2 +-
 ...logging_to_be_directed_to_stderr_or_to_a_fi.xml |   2 +-
 ...ation_was_not_starting_the_Console_Appender.xml |   2 +-
 ...modulate_options_to_TimeBasedTriggeringPoli.xml |   2 +-
 ...rt_for_filtering_packages_from_stack_traces.xml |   2 +-
 ...erty_disableThreadContextMap_is_set_puts_to.xml |   2 +-
 ...text_map_is_empty_the_LogEvent_will_contain.xml |   2 +-
 ...rty_disableThreadContextStack_is_set_pushes.xml |   2 +-
 ...ext_stack_is_empty_the_LogEvent_will_contai.xml |   2 +-
 ...ods_in_AbstractLogger_were_set_to_an_incorr.xml |   2 +-
 ..._on_client_vs_server_mode_to_performance_pa.xml |   2 +-
 ..._s_Category_class_was_missing_3_log_methods.xml |   2 +-
 ...icThresholdFilter_to_use_KeyValuePair_Fixed.xml |   2 +-
 ...edMessage_StringFormattedMessage_and_Thread.xml |   2 +-
 ...stitution_from_PatternLayout_to_appropriate.xml |   2 +-
 src/changelog/2.0-beta3/.release.xml               |   2 +-
 ...duplicate_LoggerContextFactorys_are_present.xml |   2 +-
 ...jar_to_combine_API_and_Core_contents_for_us.xml |   2 +-
 ...ption_would_occur_if_no_format_value_was_pa.xml |   2 +-
 ...ility_value_was_being_improperly_calculated.xml |   2 +-
 ...wrapping_a_ThrowableProxy_with_another_Thro.xml |   2 +-
 ...ager_binding_to_use_regular_java_properties.xml |   2 +-
 ...stomize_the_names_of_the_Levels_in_the_Leve.xml |   2 +-
 ..._not_properly_handling_adjacent_nested_opti.xml |   2 +-
 ...xception_in_ClassLoaderContextSelector_when.xml |   2 +-
 ...ewritePolicy_and_ability_to_define_properti.xml |   2 +-
 ...ontSize_parameters_to_HTMLLayout_Replace_ne.xml |   2 +-
 ...ed_ability_to_configure_from_an_InputSource.xml |   2 +-
 ...hreadContext_push_String_format_Object_args.xml |   2 +-
 .../LOG4J2-87_Build_pdf_of_user_s_guide.xml        |   2 +-
 ...not_stripping_Lookup_key_separator_when_try.xml |   2 +-
 ..._for_loading_plugins_inside_the_OSGi_bundle.xml |   2 +-
 ...sing_classes_and_methods_for_Log4j_1_x_comp.xml |   2 +-
 ...had_an_extra_call_to_putAll_that_caused_upd.xml |   2 +-
 ...y_forcedLog_was_wrapping_the_message_with_a.xml |   2 +-
 src/changelog/2.0-beta4/.release.xml               |   2 +-
 ...d_MessageFormatMessage_and_FormattedMessage.xml |   2 +-
 .../2.0-beta4/Added_Flume_Appender_samples.xml     |   2 +-
 .../2.0-beta4/Added_Log4j_2_to_SLF4J_adapter.xml   |   2 +-
 ...ed_hostName_and_contextName_to_property_map.xml |   2 +-
 ...nager_to_initialize_even_if_it_cannot_conne.xml |   2 +-
 ...J2-110_Renamed_log4j12_api_to_log4j_1_2_api.xml |   2 +-
 ...J2-111_Enhanced_javadoc_copyright_statement.xml |   2 +-
 ...ter_createFilter_was_annotated_with_PluginA.xml |   2 +-
 ...sage_was_validating_the_length_of_the_value.xml |   2 +-
 ...p_elements_with_null_values_are_now_ignored.xml |   2 +-
 ...s_using_the_wrong_date_value_Enhanced_Defau.xml |   2 +-
 ...connection_would_cause_the_TCPSocketManager.xml |   2 +-
 ..._would_fail_if_the_initial_connection_could.xml |   2 +-
 ...verify_exceptions_are_thrown_when_the_socke.xml |   2 +-
 ...le_for_ThreadContextMapFilter_was_incorrect.xml |   2 +-
 ...opic_Appenders_did_not_allow_name_to_be_spe.xml |   2 +-
 ...rs_to_recover_if_the_queue_or_topic_is_unav.xml |   2 +-
 ...thods_were_not_passing_Markers_to_the_isEna.xml |   2 +-
 ...28_Add_follow_attribute_to_Console_Appender.xml |   2 +-
 ...was_only_creating_a_single_appender_for_the.xml |   2 +-
 ...uld_format_throwables_without_requiring_a_c.xml |   2 +-
 .../2.0-beta4/LOG4J2-131_Add_SMTPAppender.xml      |   2 +-
 ...atching_Throwable_checks_for_DEBUG_level_bu.xml |   2 +-
 ...stom_message_creation_via_a_message_factory.xml |   2 +-
 ...hite_blue_and_so_on_in_the_console_appender.xml |   2 +-
 ...iguration_does_not_close_the_first_appender.xml |   2 +-
 ...to_be_escaped_in_Syslog_and_RFC5424_layouts.xml |   2 +-
 ...2-137_Fix_hang_in_Dumbster_SMTP_test_server.xml |   2 +-
 ..._exception_in_SocketAppender_if_no_protocol.xml |   2 +-
 ...140_Typo_in_documentation_of_SocketAppender.xml |   2 +-
 ...nts_were_not_reset_in_the_output_stream_cau.xml |   2 +-
 ...onverter_now_returns_null_if_the_log_messag.xml |   2 +-
 ...2-144_NullPointerException_in_RFC5424Layout.xml |   2 +-
 .../LOG4J2-145_Add_missing_serial_version_IDs.xml  |   2 +-
 ...ilter_was_matching_on_the_key_instead_of_th.xml |   2 +-
 ...MTPAppender_will_only_cache_filtered_events.xml |   2 +-
 ...m_getProperty_calls_to_use_PropertiesUtil_t.xml |   2 +-
 ...er_s_FileRenameAction_was_throwing_a_NullPo.xml |   2 +-
 ..._LocalizedMessageTest_fails_on_linux_system.xml |   2 +-
 src/changelog/2.0-beta5/.release.xml               |   2 +-
 ...stentManager_which_writes_to_BerkeleyDB_and.xml |   2 +-
 ...w_Logger_and_LoggerContext_to_be_subclassed.xml |   2 +-
 ..._to_include_or_exclude_location_information.xml |   2 +-
 ...der_configuration_details_via_an_advertisem.xml |   2 +-
 ...ccess_to_the_properties_in_the_LoggerConfig.xml |   2 +-
 ...4_compliant_escaping_rules_to_RFC5424Layout.xml |   2 +-
 ...Fragment_Host_to_MANIFEST_MF_for_log4j_core.xml |   2 +-
 ...ttern_converter_options_processing_to_Throw.xml |   2 +-
 ...rContextSelector_to_use_the_first_ClassLoad.xml |   2 +-
 ...J2-163_Add_support_for_asynchronous_loggers.xml |   2 +-
 ...64_Add_methods_is_setEndOfBatch_to_LogEvent.xml |   2 +-
 ...ws_a_ClassCastException_if_LogManager_retur.xml |   2 +-
 ...nFactory_was_adding_factories_on_every_call.xml |   2 +-
 ..._should_be_reset_when_addPackages_is_called.xml |   2 +-
 ..._IllegalArgumentException_in_AsynchAppender.xml |   2 +-
 ...xception_in_DatagramOutputStream_when_flush.xml |   2 +-
 ...ogger_interface_APIs_to_log_at_given_levels.xml |   2 +-
 ...ger_now_adds_the_layout_header_whenever_the.xml |   2 +-
 .../2.0-beta5/LOG4J2-187_Add_tag_library.xml       |   2 +-
 ...AsynchAppender_didn_t_support_the_level_and.xml |   2 +-
 ...meter_did_not_work_properly_on_AsynchAppend.xml |   2 +-
 ..._addLoggerAppender_saved_appender_using_the.xml |   2 +-
 ...leAppender_in_log4j_async_did_not_roll_over.xml |   2 +-
 ...tionsTest_failed_on_Windows_due_to_CR_LF_is.xml |   2 +-
 ...ts_now_create_files_in_the_target_directory.xml |   2 +-
 ...6_FlumeAvroManager_now_uses_Flume_RPCClient.xml |   2 +-
 ...8_FlumeAvroManager_now_uses_Flume_RPCClient.xml |   2 +-
 ...199_Highlight_subprojects_in_sub_navigation.xml |   2 +-
 ...hod_renamed_to_removeFilter_from_removeFile.xml |   2 +-
 ...SocketAppender_Added_option_to_not_wait_for.xml |   2 +-
 .../2.0-beta5/LOG4J2-207_Add_JMX_support.xml       |   2 +-
 ...up_ID_org_apache_logging_log4j_for_all_arti.xml |   2 +-
 .../LOG4J2-208_Move_async_subproject_into_core.xml |   2 +-
 ...t_enclosing_key_value_in_quotes_when_genera.xml |   2 +-
 ...xtra_spaces_in_entry_and_exit_method_output.xml |   2 +-
 ...ntext_stop_when_the_application_is_shutdown.xml |   2 +-
 ...-212_Loggers_without_a_had_no_parent_logger.xml |   2 +-
 .../LOG4J2-214_Async_documentation_update.xml      |   2 +-
 src/changelog/2.0-beta6/.release.xml               |   2 +-
 ...59_Use_OSGi_version_format_in_Fragment_Host.xml |   2 +-
 ...nterpolating_Environment_variables_when_pro.xml |   2 +-
 ..._annotation_attribute_from_type_to_category.xml |   2 +-
 ...OG4J2-215_Various_small_documentation_fixes.xml |   2 +-
 ...ure_PluginManager_streams_are_always_closed.xml |   2 +-
 ...fault_root_logger_if_not_configured_this_is.xml |   2 +-
 ...J2-221_Remove_hundreds_of_compiler_warnings.xml |   2 +-
 ...r_will_now_shut_down_during_Tomcat_shutdown.xml |   2 +-
 ..._start_and_stop_to_eliminate_IllegalStateEx.xml |   2 +-
 ..._failed_to_start_if_the_Flume_RPCClient_cou.xml |   2 +-
 ...dates_to_clarify_use_and_impact_of_location.xml |   2 +-
 ...Improved_error_reporting_when_misconfigured.xml |   2 +-
 ...Parent_was_not_returning_the_correct_Logger.xml |   2 +-
 ...2-233_Fixed_link_to_log4j_user_mailing_list.xml |   2 +-
 ..._a_NullPointerException_when_used_as_a_cont.xml |   2 +-
 ...cy_on_tools_jar_from_core_module_made_jcons.xml |   2 +-
 ...GUI_classes_into_separate_jmx_gui_submodule.xml |   2 +-
 ...face_to_package_org_apache_logging_log4j_co.xml |   2 +-
 ...e_false_positives_for_NewlineAtEndOfFile_an.xml |   2 +-
 ...ppender_to_AsyncAppender_Plugin_name_became.xml |   2 +-
 src/changelog/2.0-beta7/.release.xml               |   2 +-
 ...J2-10_Break_up_core_into_multiple_osgi_jars.xml |   2 +-
 ...text_performance_with_copy_on_write_map_and.xml |   2 +-
 ...LoggerContext_when_LoggerContext_is_stopped.xml |   2 +-
 ...G4J2-228_UDP_now_sends_one_event_per_packet.xml |   2 +-
 ...9_New_JDBC_JPA_and_NoSQL_database_Appenders.xml |   2 +-
 ...ssage_and_MessageFormatMessage_now_will_acc.xml |   2 +-
 .../LOG4J2-243_Allow_custom_LogEventFactories.xml  |   2 +-
 ...was_ignoring_filters_on_referenced_appender.xml |   2 +-
 ...exception_if_getCallerClass_and_SecurityMan.xml |   2 +-
 ...-246_Data_buffer_is_reset_in_finally_clause.xml |   2 +-
 ...tive_should_be_volatile_because_it_is_acces.xml |   2 +-
 ...rameters_in_Log4jContextListener_to_include.xml |   2 +-
 ...uration_information_location_content_type_c.xml |   2 +-
 ...m_in_OutputStreamManager_as_volatile_Mark_h.xml |   2 +-
 ...ter_strings_are_now_assumed_to_be_in_the_pl.xml |   2 +-
 ...s_charset_for_the_XML_processing_instructio.xml |   2 +-
 ...ut_does_not_output_meta_element_for_charset.xml |   2 +-
 ...ut_does_not_specify_charset_in_content_type.xml |   2 +-
 ...ut_does_not_specify_charset_in_content_type.xml |   2 +-
 ...LOG4J2-261_Add_missing_not_to_error_message.xml |   2 +-
 ...interceptors_in_the_embedded_Flume_Appender.xml |   2 +-
 ..._allow_a_charset_on_RFC5424Layout_use_UTF_8.xml |   2 +-
 ..._to_FlumeEvent_headers_for_non_Map_Messages.xml |   2 +-
 ...J2-269_Use_transaction_when_batch_size_is_1.xml |   2 +-
 ...es_in_interface_org_apache_logging_log4j_sp.xml |   2 +-
 src/changelog/2.0-beta8/.release.xml               |   2 +-
 ...xception_regression_due_to_fix_for_LOG4J2_2.xml |   2 +-
 ..._message_fields_in_RFC_5424_structured_data.xml |   2 +-
 ...pender_with_TimeBasedTriggeringPolicy_now_w.xml |   2 +-
 ..._initialization_in_Servlet_containers_espec.xml |   2 +-
 ...pender_with_TimeBasedTriggeringPolicy_now_w.xml |   2 +-
 ...273_Wasted_work_in_XMLLayout_toSerializable.xml |   2 +-
 ...-274_Wasted_work_in_UUIDUtil_initialization.xml |   2 +-
 ..._fails_to_notify_client_of_failing_event_if.xml |   2 +-
 ...RollingAppenderSizeTest_testAppender_and_ot.xml |   2 +-
 ..._Avro_or_Flume_to_be_ignored_by_the_FlumeAp.xml |   2 +-
 ...nager_now_calls_Berkeley_DB_from_threads_to.xml |   2 +-
 ...ds_are_now_daemon_threads_and_won_t_prevent.xml |   2 +-
 ..._status_level_to_be_specified_as_a_system_p.xml |   2 +-
 ...4J2-283_Remove_dependency_on_Apache_ORO_jar.xml |   2 +-
 ...te_Log4j_1_dependency_to_1_2_17_from_1_2_16.xml |   2 +-
 ...OG4J2-285_Update_Jansi_jar_to_1_11_from_1_9.xml |   2 +-
 ...ate_test_H2_JDBC_driver_to_1_172_from_1_171.xml |   2 +-
 .../LOG4J2-288_Update_JUnit_to_4_11_from_4_7.xml   |   2 +-
 ...lugin_to_2_9_1_to_fix_javadoc_security_issu.xml |   2 +-
 ...eAppender_now_correctly_appends_to_does_not.xml |   2 +-
 ...ger_can_now_be_called_without_a_logger_name.xml |   2 +-
 ...Appender_now_correctly_handles_messages_exc.xml |   2 +-
 ...ork_in_FlumePersistentManager_createManager.xml |   2 +-
 ...ed_work_in_TestConfigurator_testEnvironment.xml |   2 +-
 ...asted_work_in_StyleConverterTest_setupClass.xml |   2 +-
 ...ending_when_no_agents_are_available_which_c.xml |   2 +-
 ...LOG4J2-301_Add_printf_methods_to_Logger_API.xml |   2 +-
 ...thods_to_ThreadContextStack_Map_implementat.xml |   2 +-
 ...pendencies_lightcouch_0_0_6_from_0_0_5_mong.xml |   2 +-
 src/changelog/2.0-beta9/.release.xml               |   2 +-
 ...atively_new_PatternLayout_configuration_att.xml |   2 +-
 ...pressExceptions_configuration_attribute_for.xml |   2 +-
 ...and_cleared_up_documentation_for_the_JPA_ap.xml |   2 +-
 ...adding_quick_jump_off_page_and_menu_for_Jav.xml |   2 +-
 ..._is_now_an_optional_dependency_of_the_SLF4J.xml |   2 +-
 ..._default_Route_can_now_be_an_appender_refer.xml |   2 +-
 ..._ThrowableProxy_no_longer_extends_Throwable.xml |   2 +-
 ...226_Fix_table_of_contents_generation_in_pdf.xml |   2 +-
 .../LOG4J2-253_Added_FAQ_page_to_the_site.xml      |   2 +-
 ...o_make_AsyncAppender_threads_daemon_threads.xml |   2 +-
 ...and_NoSQL_appenders_so_that_the_failover_ap.xml |   2 +-
 ...gurationFactory_to_recognize_and_properly_u.xml |   2 +-
 ...ration_if_the_ClassLoaderContextSelector_cr.xml |   2 +-
 ...9_Add_getThrowable_method_to_ThrowableProxy.xml |   2 +-
 .../LOG4J2-304_Fixed_Async_Loggers_memory_leak.xml |   2 +-
 ...rom_1_x_Logger_getRootLogger_add_LogManager.xml |   2 +-
 ...te_JSON_Jackson_library_to_2_2_2_from_2_2_1.xml |   2 +-
 ...oggers_LMAX_Disruptor_library_from_3_0_1_to.xml |   2 +-
 ...library_versions_were_used_in_Async_Loggers.xml |   2 +-
 ...istributions_only_have_a_single_License_and.xml |   2 +-
 ..._SMTPAppender_did_not_send_mails_with_error.xml |   2 +-
 ...flush_and_close_methods_in_the_XxxFileManag.xml |   2 +-
 ...provements_compact_vs_pretty_namespace_name.xml |   2 +-
 .../2.0-beta9/LOG4J2-313_Add_JNDILookup_plugin.xml |   2 +-
 ...ppender_and_FastRollingFileAppender_to_Rand.xml |   2 +-
 ...wn_hook_to_be_disabled_in_the_configuration.xml |   2 +-
 ...ace_logging_when_using_throwable_in_style_a.xml |   2 +-
 ..._logging_because_META_INF_log4j_provider_pr.xml |   2 +-
 ...ective_use_of_Reflection_getCallerClass_and.xml |   2 +-
 ...sts_to_use_H2_database_1_3_173_from_1_3_172.xml |   2 +-
 ...nager_was_calling_Berkeley_DB_s_count_metho.xml |   2 +-
 ...only_creates_StatusData_objects_if_they_are.xml |   2 +-
 ...sformer_so_that_MongoDB_can_persist_Log4j_e.xml |   2 +-
 ...us_check_for_affected_MongoDB_records_which.xml |   2 +-
 ...tation_to_refer_to_SLF4J_Binding_instead_of.xml |   2 +-
 ..._Match_artifact_ids_with_Maven_module_names.xml |   2 +-
 ...tManager_s_writer_thread_had_high_CPU_usage.xml |   2 +-
 ...s_after_multiple_calls_to_LoggerContext_rec.xml |   2 +-
 ...Also_added_missing_license_headers_to_sever.xml |   2 +-
 ...-341_Enable_XInclude_for_XML_configurations.xml |   2 +-
 .../LOG4J2-342_Ignore_xml_base_attributes.xml      |   2 +-
 ...ry_generics_from_Appender_interface_and_imp.xml |   2 +-
 ...ender_thread_a_more_descriptive_name_for_ea.xml |   2 +-
 ..._OSGi_wrong_Fragment_Host_in_manifest_files.xml |   2 +-
 ...ultiple_SD_ELEMENTs_in_an_RFC_5424_syslog_m.xml |   2 +-
 .../2.0-beta9/LOG4J2-356_Create_a_JSON_Layout.xml  |   2 +-
 ...ng_MongoDB_provider_ignores_username_and_pa.xml |   2 +-
 ...et_3_0_auto_initializer_so_that_it_does_not.xml |   2 +-
 .../LOG4J2-360_Allow_Plugins_to_have_aliases.xml   |   2 +-
 ...o_the_site_FAQ_page_that_explains_when_to_u.xml |   2 +-
 ...retrieve_information_from_the_ServletContex.xml |   2 +-
 ..._Update_commons_logging_to_1_1_3_from_1_1_1.xml |   2 +-
 ..._appenders_send_two_messages_for_one_append.xml |   2 +-
 ..._constructor_to_Log4j_1_2_bridge_for_Veloci.xml |   2 +-
 ...to_PatternLayout_to_display_more_detailed_i.xml |   2 +-
 ...ate_when_substituting_date_in_the_filePatte.xml |   2 +-
 ...tern_Layout_Customize_level_names_by_length.xml |   2 +-
 ..._Layout_Customize_level_names_to_lower_case.xml |   2 +-
 ...te_Jackson_dependency_to_1_9_13_from_1_9_11.xml |   2 +-
 ...te_Java_Mail_dependency_to_1_5_0_from_1_4_7.xml |   2 +-
 ...pdate_HSQLDB_dependency_to_2_3_0_from_2_2_9.xml |   2 +-
 ...nager_now_handles_LockConflictExceptions_in.xml |   2 +-
 ...nManager_once_during_configuration_Move_adv.xml |   2 +-
 ...cheme_when_specifying_configuration_file_lo.xml |   2 +-
 ...97_Logger_info_Message_Javadoc_is_incorrect.xml |   2 +-
 ..._file_rollover_strategy_to_define_the_compr.xml |   2 +-
 src/changelog/2.0-rc1/.release.xml                 |   2 +-
 ...eak_by_releasing_reference_to_ThreadLocal_w.xml |   2 +-
 ...et_3_0_auto_initializer_to_add_the_filter_b.xml |   2 +-
 ...og4j_1_2_api_doesn_t_export_the_log4j_API_1.xml |   2 +-
 ...et_3_0_auto_initializer_so_that_it_does_not.xml |   2 +-
 .../LOG4J2-377__OSGi_Fix_NPE_during_shutdown.xml   |   2 +-
 ..._prevented_Log4J_from_working_in_Google_App.xml |   2 +-
 ...ith_time_based_file_rollover_monthly_weekly.xml |   2 +-
 ...rConfig_Disruptor_thread_s_then_AsyncAppend.xml |   2 +-
 ...ies_and_setup_Interpolator_before_processin.xml |   2 +-
 ...G4J2-401_Configure_FileAppender_buffer_size.xml |   2 +-
 ...figure_RandomAccessFileAppender_buffer_size.xml |   2 +-
 ...er_was_missing_in_the_ID_of_structured_data.xml |   2 +-
 ...ration_was_being_processed_twice_at_startup.xml |   2 +-
 ...all_log4j_JMX_MBeans_when_the_LoggerContext.xml |   2 +-
 ...to_recover_from_lost_database_connection_in.xml |   2 +-
 ...cumentation_code_example_in_manual_eventlog.xml |   2 +-
 ..._to_properly_escape_backslashes_before_crea.xml |   2 +-
 ...ion_to_not_output_ANSI_escape_codes_if_no_C.xml |   2 +-
 ...t_time_as_UNIX_time_seconds_or_milliseconds.xml |   2 +-
 ..._LoggerConfig_Level_table_at_the_architectu.xml |   2 +-
 ...J2-41_Add_support_for_custom_logging_levels.xml |   2 +-
 ...e_a_lookup_for_resource_bundle_substitution.xml |   2 +-
 ...s_for_instrumenting_AsyncAppenders_and_Asyn.xml |   2 +-
 ...eak_by_populating_AsyncLoggerConfigHelper_r.xml |   2 +-
 ..._Message_in_RFC5424Layout_for_non_Structure.xml |   2 +-
 ...ppender_commits_transactions_after_a_single.xml |   2 +-
 ...h_JDBC_and_JPA_appender_connectivity_in_Web.xml |   2 +-
 ..._where_log4j2_LoggerContext_did_not_show_up.xml |   2 +-
 ...ot_find_packages_in_file_URLs_which_include.xml |   2 +-
 ...-447_XMLLayout_does_not_include_marker_name.xml |   2 +-
 ...cumentation_system_property_should_be_log4j.xml |   2 +-
 ...etContext_attribute_that_when_set_to_true_d.xml |   2 +-
 ...53_Update_Flume_Appender_to_use_Flume_1_4_0.xml |   2 +-
 ...iggeringPolicy_should_use_event_time_millis.xml |   2 +-
 ...t_should_return_Message_timestamp_for_Times.xml |   2 +-
 ...JDBC_and_JPA_appender_to_properly_release_d.xml |   2 +-
 ...context_when_constructing_the_LoggerContext.xml |   2 +-
 ...never_return_null_Level_fixes_LevelPatternC.xml |   2 +-
 ...on_for_MyApp_example_application_in_the_Aut.xml |   2 +-
 ...ays_as_sub_elements_of_a_JSON_configuration.xml |   2 +-
 ...never_return_null_Level_fixes_ThresholdFilt.xml |   2 +-
 ...og4j2_config_file_if_path_contains_plus_cha.xml |   2 +-
 ...o_toggle_Thread_name_caching_in_AsyncLogger.xml |   2 +-
 ..._was_not_being_set_until_after_the_first_co.xml |   2 +-
 ..._toString_methods_that_perform_logging_coul.xml |   2 +-
 ..._class_does_not_properly_implement_Configur.xml |   2 +-
 ...DBConnection_to_add_a_MongoDB_encoding_hook.xml |   2 +-
 ...OG4J2-477_NPE_in_ClassLoaderContextSelector.xml |   2 +-
 ...dc_fields_are_not_JavaScript_escaped_in_JSO.xml |   2 +-
 ...ow_uses_plain_ThreadLocal_by_default_unless.xml |   2 +-
 .../LOG4J2-481_Add_Stream_interface_to_Loggers.xml |   2 +-
 ...x_The_attribute_of_Route_to_refer_to_an_app.xml |   2 +-
 ..._toString_methods_that_perform_logging_coul.xml |   2 +-
 ...nder_s_overuse_of_transactions_by_connectin.xml |   2 +-
 .../LOG4J2-490_Update_EasyMock_to_version_3_2.xml  |   2 +-
 ...rmedObjectNameException_if_context_name_con.xml |   2 +-
 ...mes_changed_Unloading_one_web_application_u.xml |   2 +-
 ...507_Space_Level_numbers_by_100_instead_of_1.xml |   2 +-
 ...rConfig_Disruptor_thread_s_then_AsyncAppend.xml |   2 +-
 ..._support_interface_and_methods_and_the_Logg.xml |   2 +-
 ..._2_api_Category_getEffectiveLevel_has_no_ca.xml |   2 +-
 ...23_LocalizedMessage_serialization_is_broken.xml |   2 +-
 ...g_apache_logging_log4j_core_appender_rollin.xml |   2 +-
 ...GUI_should_dynamically_update_when_LoggerCo.xml |   2 +-
 ...rolled_log_files_were_overwritten_by_Rollin.xml |   2 +-
 ...Flume_appender_when_it_cannot_create_a_Berk.xml |   2 +-
 ...SourceConnectionSource_and_the_DriverManage.xml |   2 +-
 ...apache_logging_log4j_core_appender_db_nosql.xml |   2 +-
 src/changelog/2.0-rc2/.release.xml                 |   2 +-
 ...documentation_regarding_log4j_status_logger.xml |   2 +-
 ...g4jLogEvent_to_lazily_create_ThrowableProxy.xml |   2 +-
 ...i_module_didn_t_export_any_packages_to_OSGi.xml |   2 +-
 ...ic_dependency_with_log4j_slf4j_impl_in_OSGi.xml |   2 +-
 ..._and_ThreadContextLookup_to_default_lookups.xml |   2 +-
 ...m_with_the_previous_solution_for_LOG4J2_392.xml |   2 +-
 .../LOG4J2-410_SLf4JLogger_is_now_Serializable.xml |   2 +-
 ...alue_for_missing_key_in_look_ups_with_fallb.xml |   2 +-
 ...-427_Add_support_for_configuration_via_YAML.xml |   2 +-
 ...r_to_route_log_events_to_the_ServletContext.xml |   2 +-
 ...rnConverter_to_escape_newlines_and_HTML_spe.xml |   2 +-
 ..._a_NullPointerException_could_be_thrown_due.xml |   2 +-
 ...fBounds_exception_could_occur_during_proper.xml |   2 +-
 ...dd_a_LoggerConfig_Document_two_ways_to_modi.xml |   2 +-
 ...was_not_resetting_its_status_after_the_prim.xml |   2 +-
 ...footer_to_be_specified_as_lookup_patterns_i.xml |   2 +-
 ...99_Add_equals_and_hashcode_to_Log4jLogEvent.xml |   2 +-
 ...ere_AsyncAppender_dropped_events_if_queue_s.xml |   2 +-
 ...llover_time_when_size_rollover_is_triggered.xml |   2 +-
 ...h_Reconfigure_using_XML_below_function_in_J.xml |   2 +-
 ..._Make_Throwable_transient_in_ThrowableProxy.xml |   2 +-
 ...xpose_a_PrintWriter_instead_of_custom_Logge.xml |   2 +-
 ...on_files_to_be_located_as_Servlet_Context_r.xml |   2 +-
 ...dLogger_interface_to_facilitate_implementin.xml |   2 +-
 ...t_and_RFC5424LayoutTest_were_failing_in_Jav.xml |   2 +-
 ...nd_commas_in_Configuration_s_package_attrib.xml |   2 +-
 ...now_always_uses_a_client_type_of_default_fa.xml |   2 +-
 ...4_Renamed_SLF4J_logger_class_to_Log4jLogger.xml |   2 +-
 ...mAccessFileAppender_buffer_size_configurabl.xml |   2 +-
 ...wn_thread_memory_leak_in_servlet_containers.xml |   2 +-
 ..._the_default_WaitStrategy_for_Async_Loggers.xml |   2 +-
 ...dd_org_apache_logging_log4j_Logger_getLevel.xml |   2 +-
 .../LOG4J2-579_Rework_Level_comparison_APIs.xml    |   2 +-
 ...ssFile_now_writes_the_layout_header_after_r.xml |   2 +-
 ..._logging_log4j_core_net_SocketServer_to_TCP.xml |   2 +-
 ...Add_support_for_multiple_parents_to_Markers.xml |   2 +-
 ...G4J2-592_Update_Jackson_to_2_3_2_from_2_2_2.xml |   2 +-
 ...notation_processor_as_the_new_plugin_pre_ca.xml |   2 +-
 ...not_skipping_multiple_instances_of_the_FQCN.xml |   2 +-
 ...ypes_other_than_String_for_plugin_factory_v.xml |   2 +-
 ...e_now_less_verbose_during_the_build_process.xml |   2 +-
 ...m_the_NoSQL_plugins_no_longer_shows_up_in_c.xml |   2 +-
 ...of_log4j_web_imports_Servlet_2_5_at_minimum.xml |   2 +-
 .../2.0-rc2/LOG4J2-616_Update_Jackson_to_2_3_3.xml |   2 +-
 .../2.0-rc2/LOG4J2-617_Update_SLF4J_to_1_7_7.xml   |   2 +-
 ...guration_files_do_not_prevent_the_config_fi.xml |   2 +-
 ...ration_in_a_separate_thread_to_prevent_dead.xml |   2 +-
 ...r_now_correctly_honours_the_bufferedIO_conf.xml |   2 +-
 ..._MDC_properties_as_a_JSON_map_in_JSONLayout.xml |   2 +-
 ...erate_all_log_event_timestamps_not_just_for.xml |   2 +-
 ...ument_the_system_properties_used_in_Log4J_2.xml |   2 +-
 ...ogger_s_level_via_jConsole_now_correctly_ta.xml |   2 +-
 ...yncLogger_and_AsyncLoggerConfig_if_logger_i.xml |   2 +-
 ...be_caused_by_a_null_ThreadContextClassLoade.xml |   2 +-
 ...commons_logging_dependency_version_in_tests.xml |   2 +-
 ...ureSocketAppender_and_secure_server_SSL_TLS.xml |   2 +-
 ...LS_Syslog_appender_into_the_Syslog_appender.xml |   2 +-
 .../2.0-rc2/LOG4J2-647_Upgrade_to_Flume_1_5_0.xml  |   2 +-
 ...g4j_2_throws_ArrayIndexOutOfBoundsException.xml |   2 +-
 ...rt_for_default_plugin_values_and_attributes.xml |   2 +-
 ...dule_to_provide_a_home_for_all_log4j_perfor.xml |   2 +-
 ...55_Add_Vagrantfile_for_testing_in_GNU_Linux.xml |   2 +-
 ...che_file_to_META_INF_for_OSGi_compatibility.xml |   2 +-
 ..._log_events_when_combining_AsyncLoggers_wit.xml |   2 +-
 ...combining_AsyncLoggers_with_AsyncLoggerConf.xml |   2 +-
 ...ollingFileAppender_buffer_size_configurable.xml |   2 +-
 ...ollingRandomAccessFile_now_write_the_layout.xml |   2 +-
 src/changelog/2.0.1/.release.xml                   |   2 +-
 ..._issues_in_loading_Log4j_providers_in_an_OS.xml |   2 +-
 ...abaseManager_to_close_connection_on_writeIn.xml |   2 +-
 ...ter_ISO8601_PATTERN_now_conforms_to_ISO8601.xml |   2 +-
 ..._not_find_class_javax_naming_InitialContext.xml |   2 +-
 ...ror_message_if_configuration_file_not_found.xml |   2 +-
 ...tation_for_Custom_Levels_and_Custom_Loggers.xml |   2 +-
 ...ng_VerifyError_org_apache_logging_log4j_cor.xml |   2 +-
 ...able_log4j_JMX_when_detecting_we_are_runnin.xml |   2 +-
 ...NetworkOnMainThreadException_thrown_on_Andr.xml |   2 +-
 ...ntextUtils_class_to_log4j_web_for_helper_me.xml |   2 +-
 ...tion_regarding_extensions_to_LoggerContextF.xml |   2 +-
 ...2_Update_to_LMAX_Disruptor_3_3_0_from_3_2_1.xml |   2 +-
 ...o_latest_Jackson_jars_from_the_2_4_1_X_line.xml |   2 +-
 ...o_that_it_won_t_interfere_with_spring_bom_a.xml |   2 +-
 ...so_that_it_won_t_specify_a_default_scope_on.xml |   2 +-
 ...er_deadlock_if_async_action_thread_fails_to.xml |   2 +-
 ...webapp_manual_regarding_sample_web_xml_file.xml |   2 +-
 ...kage_configuration_attribute_for_discoverin.xml |   2 +-
 ...742_XInclude_not_working_with_relative_path.xml |   2 +-
 ..._Clock_calls_when_TimestampMessage_is_logge.xml |   2 +-
 ...t_date_pattern_after_fixing_the_ISO8601_pat.xml |   2 +-
 ...configuration_page_has_incorrect_class_name.xml |   2 +-
 src/changelog/2.0.2/.release.xml                   |   2 +-
 ...dition_that_caused_log_file_rotation_to_fai.xml |   2 +-
 ...mentation_that_Commons_Logging_jar_is_requi.xml |   2 +-
 ...mentation_that_SLF4J_API_jar_is_required_wh.xml |   2 +-
 ...on_from_hanging_when_PatternLayout_configur.xml |   2 +-
 ...age_to_console_if_no_configuration_file_fou.xml |   2 +-
 ...tFactory_subclasses_to_specify_a_custom_Con.xml |   2 +-
 ...t_from_creating_unnecessary_Log4j2Plugins_d.xml |   2 +-
 ...nor_site_documentation_issues_mostly_versio.xml |   2 +-
 ...provement_link_to_dependency_tree_from_log4.xml |   2 +-
 ...nous_loggers_and_appenders_to_ensure_the_fo.xml |   2 +-
 ...essage_when_missing_log4j_core_in_the_class.xml |   2 +-
 ...ong_time_if_you_have_empty_packages_attribu.xml |   2 +-
 ...component_pages_were_still_using_the_old_lo.xml |   2 +-
 ...5_Update_Apache_Flume_to_1_5_0_1_from_1_5_0.xml |   2 +-
 src/changelog/2.0/.release.xml                     |   2 +-
 ...h_no_Level_now_inherit_the_Level_from_their.xml |   2 +-
 ..._generating_custom_logger_wrappers_that_rep.xml |   2 +-
 ...casional_ArrayIndexOutOfBoundsException_aft.xml |   2 +-
 ...on_error_with_SocketAppender_and_Async_Logg.xml |   2 +-
 ...arify_how_to_use_formatter_logger_and_stand.xml |   2 +-
 ...tSelector_should_ensure_that_different_Asyn.xml |   2 +-
 ...ers_tab_and_so_on_in_PatternLayout_do_not_w.xml |   2 +-
 ...ix_annotation_processor_warnings_on_JDK_1_7.xml |   2 +-
 ...ogging_log4j_core_layout_AbstractLayout_imm.xml |   2 +-
 ...nverter_support_for_b_is_broken_affects_Pat.xml |   2 +-
 ..._logging_log4j_core_util_Closer_closeSilent.xml |   2 +-
 ...ogging_log4j_core_layout_PatternLayout_immu.xml |   2 +-
 .../2.0/LOG4J2-689_Update_Jackson_to_2_4_1.xml     |   2 +-
 ...dependencies_should_be_in_scope_test_in_the.xml |   2 +-
 ...tation_to_specify_only_Maven_3_is_supported.xml |   2 +-
 ...lation_error_that_popped_up_in_a_test_class.xml |   2 +-
 ...ilter_does_not_match_multiline_log_messages.xml |   2 +-
 ...ual_page_missing_documentation_on_header_fo.xml |   2 +-
 ..._Async_Logger_does_not_log_thread_context_s.xml |   2 +-
 ...re_not_logged_when_configuration_problems_a.xml |   2 +-
 ...te_Apache_Commons_Logging_to_1_2_from_1_1_3.xml |   2 +-
 src/changelog/2.1/.release.xml                     |   2 +-
 ...nager_now_handles_LockConflictExceptions_in.xml |   2 +-
 .../2.1/LOG4J2-428_Implement_a_GELF_layout.xml     |   2 +-
 ...OG4J2-431_Added_Memory_Mapped_File_Appender.xml |   2 +-
 ...OG4J2-547_Add_the_Log4j_IOStreams_component.xml |   2 +-
 ...ering_on_custom_log_levels_in_configuration.xml |   2 +-
 ...gging_implementation_based_on_log4j_api_See.xml |   2 +-
 ...SGi_Import_Package_problem_with_the_JMS_API.xml |   2 +-
 ...me_typo_fixes_and_enhancements_for_the_site.xml |   2 +-
 ...xed_minor_issues_with_Log4j2_website_docume.xml |   2 +-
 ...y_plugin_clashes_by_using_a_more_predictabl.xml |   2 +-
 ...2-753_Reduced_CachedClock_thread_contention.xml |   2 +-
 ...766_Incomplete_documentation_for_JSONLayout.xml |   2 +-
 ...1_Add_lookup_for_application_main_arguments.xml |   2 +-
 ...mework_to_3_2_11_RELEASE_from_3_2_8_RELEASE.xml |   2 +-
 ...-782_Remove_invalid_Oracle_Maven_repository.xml |   2 +-
 ...uld_use_platform_character_encoding_by_defa.xml |   2 +-
 ...xed_capitalization_inconsistency_in_user_ma.xml |   2 +-
 .../LOG4J2-787_Add_lookup_for_JVM_arguments.xml    |   2 +-
 ...o_2_4_2_from_2_4_1_for_XML_and_JSON_process.xml |   2 +-
 ...ustom_SLF4J_Markers_in_log4j_slf4j_impl_mod.xml |   2 +-
 ..._log4j_to_slf4j_did_not_work_correctly_with.xml |   2 +-
 ...arified_why_log4j_core_is_a_compile_time_de.xml |   2 +-
 ...ning_redundancy_causing_massive_slowdowns_i.xml |   2 +-
 ...ycle_implementations_should_be_serializable.xml |   2 +-
 ...ng_log4j_core_Logger_should_be_serializable.xml |   2 +-
 ...configuration_with_AsyncLogger_AsyncRoot_is.xml |   2 +-
 ...tility_class_to_API_s_private_utility_class.xml |   2 +-
 ...2-810_Update_javax_mail_to_1_5_2_from_1_5_0.xml |   2 +-
 ...ws_ArrayIndexOutOfBoundsException_for_an_em.xml |   2 +-
 ...og4jMarker_hasParents_returns_opposite_of_c.xml |   2 +-
 ...S_appenders_into_a_single_appender_Configur.xml |   2 +-
 ...ded_section_on_XInclude_to_user_manual_Conf.xml |   2 +-
 ..._in_Tomcat_6_caused_by_clock_background_thr.xml |   2 +-
 ...eclipse_persistence_jpa_to_2_5_2_from_2_5_1.xml |   2 +-
 ...ation_constraint_annotations_for_the_Plugin.xml |   2 +-
 ...peConverter_classes_through_the_standard_Pl.xml |   2 +-
 ...ollingFile_filePattern_backslashes_are_path.xml |   2 +-
 ...interrupt_signal_to_allow_application_shutd.xml |   2 +-
 ...updated_FAQ_which_jars_diagrams_for_JUL_bri.xml |   2 +-
 ...ils_if_a_class_in_logged_stack_trace_throws.xml |   2 +-
 ...ded_Runtime_Dependencies_link_to_left_nav_b.xml |   2 +-
 ...enderTest_JUnit_performance_test_to_log4j_p.xml |   2 +-
 ...SqlAppenderTest_JUnit_performance_test_to_l.xml |   2 +-
 ...nderTest_JUnit_performance_test_to_log4j_pe.xml |   2 +-
 ...qlAppenderTest_JUnit_performance_test_to_lo.xml |   2 +-
 .../LOG4J2-844_Update_JMH_to_1_1_from_0_7_2.xml    |   2 +-
 ...atible_versions_in_Log4j_API_ProviderUtil_a.xml |   2 +-
 ..._to_provide_nicely_formatted_runtime_versio.xml |   2 +-
 ...n_fix_broken_links_on_Appenders_manual_page.xml |   2 +-
 ...dd_sections_on_the_JUL_Adapter_IO_Streams_a.xml |   2 +-
 ...x_broken_links_on_left_navigation_Extending.xml |   2 +-
 ..._issue_that_prevented_Log4j_from_finding_th.xml |   2 +-
 ...xed_missing_closing_parenthesis_in_code_exa.xml |   2 +-
 ...er_maxDelay_not_in_seconds_but_milliseconds.xml |   2 +-
 ...ackRegistry_interface_for_customizable_shut.xml |   2 +-
 src/changelog/2.10.0/.release.xml                  |   2 +-
 ..._filtering_of_line_breaks_in_layout_pattern.xml |   2 +-
 ...2-1216_Nested_pattern_layout_options_broken.xml |   2 +-
 ...implify_log4j_system_property_naming_scheme.xml |   2 +-
 ..._with_fixed_values_to_JSON_XML_YAML_layouts.xml |   2 +-
 ...09_Add_global_configuration_environment_SPI.xml |   2 +-
 ..._org_apache_logging_log4j_core_net_ssl_in_A.xml |   2 +-
 ...or_overriding_the_Tomcat_Log_class_in_Tomca.xml |   2 +-
 ...e_messages_appeared_out_of_order_in_log_fil.xml |   2 +-
 ...nfiguration_supports_Reconfiguration_PR_115.xml |   2 +-
 ...ame_caching_by_default_when_running_on_Java.xml |   2 +-
 ...io_charset_UnsupportedCharsetException_cp65.xml |   2 +-
 ...onfigure_SSL_that_avoid_plain_text_password.xml |   2 +-
 ...as_the_Tomcat_logging_implementation_startu.xml |   2 +-
 ...api_and_make_most_other_log4j_jars_automati.xml |   2 +-
 ...J_binding_mechanism_introduced_in_SLF4J_1_8.xml |   2 +-
 ...anager_should_make_a_copy_of_LogEvents_befo.xml |   2 +-
 ...f_sending_the_key_of_a_message_to_Kafka_usi.xml |   2 +-
 ..._does_not_provide_the_entire_stack_trace_it.xml |   2 +-
 ...gging_log4j_core_config_composite_Composite.xml |   2 +-
 ...should_make_AppenderRef_optional_for_each_L.xml |   2 +-
 ...ppender_should_say_why_it_cannot_load_JAnsi.xml |   2 +-
 ...up_log4j_nosql_into_one_module_per_appender.xml |   2 +-
 ...4J2-2077_Update_from_Jackson_2_9_1_to_2_9_2.xml |   2 +-
 ...8_Update_LMAX_disruptor_from_3_3_6_to_3_3_7.xml |   2 +-
 ...e_Apache_Commons_Compress_from_1_14_to_1_15.xml |   2 +-
 ...ons_CSV_version_referenced_in_the_Javadoc_o.xml |   2 +-
 ..._to_be_enabled_explicitly_by_setting_system.xml |   2 +-
 ...J2-2088_Upgrade_picocli_to_2_0_3_from_0_9_8.xml |   2 +-
 ...servlet_api_provided_dependency_from_2_5_to.xml |   2 +-
 ...ts_the_configured_log4j2_is_webapp_property.xml |   2 +-
 ..._Kafka_kafka_clients_from_0_11_0_1_to_1_0_0.xml |   2 +-
 ...erSkeleton_for_applications_still_using_Log.xml |   2 +-
 ...ixIn_class_for_Jackson_is_coded_incorrectly.xml |   2 +-
 ...lue_in_MapMessage_caused_ClassCastException.xml |   2 +-
 ...e_JSON_encoding_will_escape_keys_and_values.xml |   2 +-
 .../LOG4J2-2103_XML_encoding_for_PatternLayout.xml |   2 +-
 ...ts_both_StringBuilderFormattable_and_MultiF.xml |   2 +-
 ...o_disable_message_pattern_converter_lookups.xml |   2 +-
 ...Message_should_use_deep_toString_for_values.xml |   2 +-
 ...Log4j_2_implementation_of_Eclipse_Jetty_s_o.xml |   2 +-
 ...cies_for_2_9_2_incorrectly_bring_in_jackson.xml |   2 +-
 ...ewlines_and_other_control_characters_in_JSO.xml |   2 +-
 ...namicFilterThreshold_does_not_accept_multip.xml |   2 +-
 src/changelog/2.11.0/.release.xml                  |   2 +-
 ...for_precise_micro_and_nanosecond_timestamps.xml |   2 +-
 ...OG4J2-1976_Revert_OSGi_API_version_to_4_3_1.xml |   2 +-
 ...ibute_values_in_DefaultConfigurationBuilder.xml |   2 +-
 ...was_not_looping_properly_over_class_loaders.xml |   2 +-
 ...egy_did_not_merge_filters_on_loggers_correc.xml |   2 +-
 ...ime_dependency_on_Java_Management_APIs_from.xml |   2 +-
 ...ry_threadlocal_StringBuilder_field_from_Mdc.xml |   2 +-
 ...lassDefFoundError_in_Java_9_in_java_util_Se.xml |   2 +-
 ..._Update_ZeroMQ_s_jeromq_from_0_4_2_to_0_4_3.xml |   2 +-
 ...143_Add_missing_converters_to_PatternLayout.xml |   2 +-
 ...f_maven_bundle_plugin_to_3_4_0_Convert_bund.xml |   2 +-
 ...t_message_in_traceExit_R_when_logging_is_di.xml |   2 +-
 ..._ThreadContext_map_was_cleared_resulting_in.xml |   2 +-
 ...e_logging_log4j_core_lookup_Interpolator_ge.xml |   2 +-
 ...StringMap_to_be_filtered_upon_deserializati.xml |   2 +-
 ...4J2-2165_Update_Jackson_from_2_9_2_to_2_9_3.xml |   2 +-
 ...2175_Fix_typo_in_Property_Substitution_docs.xml |   2 +-
 ...der_should_use_a_keys_and_values_for_a_Log4.xml |   2 +-
 ...ider_builder_for_and_deprecate_org_apache_l.xml |   2 +-
 ..._should_use_keys_and_values_from_a_Log4j_Ma.xml |   2 +-
 ...ion_at_org_apache_logging_log4j_util_Activa.xml |   2 +-
 ...4_Update_MongoDB_driver_from_3_0_4_to_3_6_1.xml |   2 +-
 ...C_DriverManager_based_ConnectionSource_that.xml |   2 +-
 ...tionSource_that_provides_pooling_through_Ap.xml |   2 +-
 ...Connection_Source_for_a_JDBC_Appender_to_re.xml |   2 +-
 ...off_JPA_support_into_a_new_module_log4j_jpa.xml |   2 +-
 ...JSON_object_for_ObjectMessage_in_JsonLayout.xml |   2 +-
 ...ore_a_multi_release_multi_version_jar_added.xml |   2 +-
 ...-2193_Update_JMH_to_version_1_19_from_1_1_1.xml |   2 +-
 ..._compile_the_log4j_perf_module_to_allow_ben.xml |   2 +-
 ...197_Document_default_property_value_support.xml |   2 +-
 ...MongoDB_dependencies_from_classic_to_modern.xml |   2 +-
 ..._onMismatch_invalid_attribute_in_properties.xml |   2 +-
 ...ogging_log4j_core_util_WatchManager_unwatch.xml |   2 +-
 ...ng_log4j_core_util_WatchManager_getWatchers.xml |   2 +-
 ...j_mongodb3_Remove_use_of_deprecated_MongoDB.xml |   2 +-
 ...ache_logging_log4j_core_util_WatchManager_r.xml |   2 +-
 ..._to_org_apache_logging_log4j_mongodb_MongoD.xml |   2 +-
 ...ongoDb_plugin_and_related_artifacts_from_Mo.xml |   2 +-
 ...sage_for_Script_which_says_ScriptFile_inste.xml |   2 +-
 ...ntion_in_CopyOnWriteSortedArrayThreadContex.xml |   2 +-
 ...ntion_in_GarbageFreeSortedArrayThreadContex.xml |   2 +-
 ...ssary_contention_in_DefaultThreadContextMap.xml |   2 +-
 ...-2215_Reduce_compiler_warnings_in_log4j_api.xml |   2 +-
 ..._builder_classes_should_look_for_onMismatch.xml |   2 +-
 ...4J2-2229_Update_Jackson_from_2_9_3_to_2_9_4.xml |   2 +-
 ...ry_dependency_on_jcommander_since_Log4j_use.xml |   2 +-
 ...y_all_of_certain_JAnsi_exception_messages_o.xml |   2 +-
 ...Apache_Commons_Compress_from_1_15_to_1_16_1.xml |   2 +-
 ...ion_would_occur_when_header_was_provided_to.xml |   2 +-
 ...us_logger_timestamp_format_is_now_configura.xml |   2 +-
 ...s_now_pass_the_original_format_string_to_do.xml |   2 +-
 ...e_iterating_over_message_parameters_without.xml |   2 +-
 ...ics_module_name_header_was_being_included_i.xml |   2 +-
 ...MongoDB_3_module_from_driver_3_6_1_to_3_6_3.xml |   2 +-
 ..._SMTP_Update_javax_mail_from_1_6_0_to_1_6_1.xml |   2 +-
 .../LOG4J2-2264_Update_JAnsi_from_1_16_to_1_17.xml |   2 +-
 ...n_when_called_with_null_returns_null_instea.xml |   2 +-
 ...info_class_to_META_INF_versions_9_directory.xml |   2 +-
 ...ix_in_manual_page_for_custom_configurations.xml |   2 +-
 ...PropertySource_to_run_with_a_SecurityManage.xml |   2 +-
 ...ationException_from_org_apache_logging_log4.xml |   2 +-
 ...rtiesPropertySource_to_run_with_a_SecurityM.xml |   2 +-
 src/changelog/2.11.1/.release.xml                  |   2 +-
 ...mposite_configuration_for_context_parameter.xml |   2 +-
 ..._parameters_are_not_treated_as_placeholders.xml |   2 +-
 ...gin_error_message_when_elements_are_missing.xml |   2 +-
 ...eferences_to_other_objects_are_cleared_afte.xml |   2 +-
 ...onException_when_using_Log4j_with_oracle_xm.xml |   2 +-
 ...ectionSource_does_not_take_into_account_pro.xml |   2 +-
 ...ers_no_longer_forget_parameter_values_provi.xml |   2 +-
 ...uld_show_the_Log4j_name_and_version_when_in.xml |   2 +-
 ...2_2_8_2_JMX_unregister_NullPointerException.xml |   2 +-
 ...erviceLoader_properly_work_in_OSGi_by_using.xml |   2 +-
 ..._binding_into_2_implementations_one_for_SLF.xml |   2 +-
 ...nd_RingBufferLogEvent_message_mementos_reta.xml |   2 +-
 ...4J2-2311_Update_Jackson_from_2_9_4_to_2_9_5.xml |   2 +-
 ...used_with_AsyncLoggerContextSelector_output.xml |   2 +-
 ...3_Update_LMAX_Disruptor_from_3_3_7_to_3_4_2.xml |   2 +-
 ...erConfig_does_not_have_a_Level_return_ERROR.xml |   2 +-
 ...etNonNullImmutableMessage_and_Log4jLogEvent.xml |   2 +-
 ...onger_mutated_when_the_asynchronous_queue_i.xml |   2 +-
 ...ractLogger_when_another_exception_is_thrown.xml |   2 +-
 ..._the_correct_level_when_unspecified_This_pr.xml |   2 +-
 ...ector_implementations_which_select_an_Async.xml |   2 +-
 ...OG4J2-2328_Update_JAnsi_from_1_17_to_1_17_1.xml |   2 +-
 ...r_debug_logging_avoids_string_concatenation.xml |   2 +-
 ...own_in_default_disruptor_ExceptionHandler_i.xml |   2 +-
 ...e_logging_log4j_core_appender_AsyncAppender.xml |   2 +-
 ...hyphen_from_the_AsyncLoggerConfig_backgroun.xml |   2 +-
 ...Gi_Activator_specified_an_incorrect_version.xml |   2 +-
 ...Apache_Commons_Compress_from_1_16_1_to_1_17.xml |   2 +-
 ...Event_getMutableInstant_to_allow_the_Mutabl.xml |   2 +-
 ...t_memento_messages_provide_the_expected_for.xml |   2 +-
 ...gnores_non_string_system_properties_Fixes_a.xml |   2 +-
 ...4J2-2357_Update_Jackson_from_2_9_5_to_2_9_6.xml |   2 +-
 ...358_Update_Kafka_client_from_1_0_0_to_1_1_0.xml |   2 +-
 ...ak_in_which_ReusableObjectMessage_would_hol.xml |   2 +-
 ...ak_in_which_ReusableParameterizedMessage_wo.xml |   2 +-
 ...esn_t_clobber_AbstractStringLayout_cached_S.xml |   2 +-
 ...capeJson_implementation_runs_in_linear_time.xml |   2 +-
 ...scapeXml_implementation_runs_in_linear_time.xml |   2 +-
 ...ion_in_org_apache_logging_log4j_util_Loader.xml |   2 +-
 ...Update_Mongodb_3_driver_from_3_6_3_to_3_8_0.xml |   2 +-
 ...384_Update_Kafka_client_from_1_1_0_to_1_1_1.xml |   2 +-
 ...4J2-2385_Update_Groovy_from_2_4_13_to_2_5_1.xml |   2 +-
 ...nal_Apache_Commons_DBCP_from_2_2_0_to_2_4_0.xml |   2 +-
 ...ly_blocked_when_logging_a_message_in_an_int.xml |   2 +-
 ...s_saving_and_retrieving_cache_entries_using.xml |   2 +-
 ...Fix_broken_links_in_log4j_web_documentation.xml |   2 +-
 ...ROR_Could_not_search_jar_with_JBoss_EAP_6_2.xml |   2 +-
 src/changelog/2.11.2/.release.xml                  |   2 +-
 ...te_conversion_pattern_should_render_time_zo.xml |   2 +-
 ...mbda_expression_with_a_method_call_that_als.xml |   2 +-
 ..._Fixed_Appenders_section_in_Extending_Log4j.xml |   2 +-
 ...m_CLIRR_to_RevAPI_for_detecting_API_changes.xml |   2 +-
 ...was_creating_files_with_the_wrong_date_time.xml |   2 +-
 ...Context_setConfiguration_as_a_public_method.xml |   2 +-
 ...ttern_as_the_FileManager_name_when_no_filen.xml |   2 +-
 ...Error_at_AwaitCompletionReliabilityStrategy.xml |   2 +-
 ...memory_leak_in_ReusableParameterizedMessage.xml |   2 +-
 ...rces_from_any_accessible_ClassLoader_Hide_a.xml |   2 +-
 ...sage_parameter_is_properly_passed_to_append.xml |   2 +-
 ...r_correctly_abbreviates_first_fragments_188.xml |   2 +-
 ...n_logging_performance_ThrowableProxy_constr.xml |   2 +-
 ..._PersistenceUnit_that_using_Log4j_as_sessio.xml |   2 +-
 ..._of_highlight_pattern_when_using_jul_bridge.xml |   2 +-
 ...ded_to_all_columns_when_a_JDBC_Appender_s_C.xml |   2 +-
 ...ion_when_closing_never_used_RollingRandomAc.xml |   2 +-
 ..._unchecked_exceptions_while_loading_plugins.xml |   2 +-
 ...rorHandler_on_AbstractAppender_is_not_allow.xml |   2 +-
 ...nvoked_with_a_LogEvent_and_Throwable_when_p.xml |   2 +-
 ...t_the_NullAppender_default_its_name_to_null.xml |   2 +-
 ...dd_Log4j_slf4j18_impl_dependency_to_BOM_POM.xml |   2 +-
 ...ssFileManager_ignores_new_file_patterns_fro.xml |   2 +-
 ...G4J2-2466_ColumnMapping_literal_not_working.xml |   2 +-
 ...4J2-2468_Update_Jackson_from_2_9_6_to_2_9_7.xml |   2 +-
 ...e_Apache_Commons_Compress_from_1_17_to_1_18.xml |   2 +-
 ...0_Update_Apache_Commons_CSV_from_1_5_to_1_6.xml |   2 +-
 ...-2471_Update_javax_mail_from_1_6_1_to_1_6_2.xml |   2 +-
 ...ate_mongo_java_driver_3_from_3_8_0_to_3_8_2.xml |   2 +-
 ...SimpleLayout_and_ConsoleAppender_missing_in.xml |   2 +-
 ...outStringEncodingBenchmark_returns_the_comp.xml |   2 +-
 ...Exceptions_in_org_apache_logging_log4j_core.xml |   2 +-
 ...lector_cannot_be_used_in_a_OSGI_application.xml |   2 +-
 ...ngPolicy_was_not_honored_when_using_the_Dir.xml |   2 +-
 ...der_should_release_parameter_resources_ASAP.xml |   2 +-
 ...enders_to_optionally_carry_a_Property_array.xml |   2 +-
 ...uld_reconnect_to_the_database_when_a_connec.xml |   2 +-
 ...nectIntervalMillis_cannot_be_set_from_a_con.xml |   2 +-
 ...throw_a_NullPointerException_when_JMS_is_no.xml |   2 +-
 ...perties_element_must_be_the_first_configura.xml |   2 +-
 ...iver_from_3_8_2_to_3_9_0_for_log4j_mongodb3.xml |   2 +-
 ...riverConnectionSource_with_Apache_Commons_D.xml |   2 +-
 ...ails_when_using_both_parameter_source_and_l.xml |   2 +-
 ...nder_to_truncate_strings_to_match_a_table_s.xml |   2 +-
 ...otUpperCase_a_static_method_so_it_can_be_ac.xml |   2 +-
 ...umentation_referenced_incorrect_method_name.xml |   2 +-
 ...ing_MapMessageLookup_lookup_with_MapMessage.xml |   2 +-
 ...tModificationException_while_iterating_over.xml |   2 +-
 ..._using_MapMessage_implementations_with_do_n.xml |   2 +-
 ...introduced_by_LOG4J2_2301_in_2_11_1_allowin.xml |   2 +-
 ...licy_was_not_rolling_properly_especially_wh.xml |   2 +-
 ...G4J2-2543_Add_Log4j_to_SLF4J_to_BOM_pom_xml.xml |   2 +-
 src/changelog/2.12.0/.release.xml                  |   2 +-
 ...was_failing_with_ERROR_appender_Failover_ha.xml |   2 +-
 ..._found_if_the_plugin_key_was_not_lower_case.xml |   2 +-
 ...plugins_within_a_Jar_using_a_URL_Connection.xml |   2 +-
 ...37_Allow_custom_end_of_line_with_JsonLayout.xml |   2 +-
 ...adding_the_counter_of_a_RollingFileAppender.xml |   2 +-
 ...Add_reconfiguration_methods_to_Configurator.xml |   2 +-
 ...will_match_events_when_no_marker_is_present.xml |   2 +-
 ...ssFileAppender_error_message_referenced_inc.xml |   2 +-
 ...terException_in_JdbcAppender_createAppender.xml |   2 +-
 ...P223_version_detection_fix_for_JDK_9_and_up.xml |   2 +-
 ...onverter_is_properly_created_from_the_K_map.xml |   2 +-
 ...4J2-2570_Update_Jackson_from_2_9_7_to_2_9_8.xml |   2 +-
 ...ongoDB_3_module_driver_from_3_9_0_to_3_10_1.xml |   2 +-
 ...ld_support_a_host_name_resolving_to_multipl.xml |   2 +-
 ...ption_when_server_not_reachable_with_Socket.xml |   2 +-
 ...ption_message_when_both_log4j_slf4j_impl_an.xml |   2 +-
 ...on_rollover_supports_configurable_compressi.xml |   2 +-
 ...erflowError_at_org_apache_logging_log4j_jun.xml |   2 +-
 ...when_size_based_triggering_policy_is_used_w.xml |   2 +-
 ...ing_when_the_queue_is_full_no_longer_result.xml |   2 +-
 ...G4J2-2610_Explicitly_set_file_creation_time.xml |   2 +-
 ...olicy_configuration_short_values_Default_an.xml |   2 +-
 ...ion_at_org_apache_logging_log4j_core_append.xml |   2 +-
 ...or_to_ThrowablePatternConverter_that_was_re.xml |   2 +-
 ...tException_in_org_apache_logging_log4j_core.xml |   2 +-
 ...4J2-2619_Update_Jackson_from_2_9_8_to_2_9_9.xml |   2 +-
 ...uredDataId_was_ignoring_maxLength_attribute.xml |   2 +-
 ...ng_events_not_to_be_recorded_when_a_Routing.xml |   2 +-
 ...urgePolicy_implementations_no_longer_stop_a.xml |   2 +-
 ...d_org_apache_logging_log4j_message_MapMessa.xml |   2 +-
 ...AsyncLogger_methods_below_the_35_byte_thres.xml |   2 +-
 ..._not_properly_setting_default_Structured_El.xml |   2 +-
 ...r_reconfiguration_via_HTTP_S_Docker_and_Spr.xml |   2 +-
 .../Update_tests_from_H2_1_4_197_to_1_4_199.xml    |   2 +-
 src/changelog/2.12.1/.release.xml                  |   2 +-
 ...s_to_work_when_files_are_missing_from_the_s.xml |   2 +-
 ...rences_to_LoggerContext_when_it_is_shutdown.xml |   2 +-
 ..._Make_Log4j_Core_optional_for_Log4j_1_2_API.xml |   2 +-
 ...rformance_of_capturing_location_information.xml |   2 +-
 ...date_MongoDB_3_driver_from_3_10_1_to_3_10_2.xml |   2 +-
 ...ort_emulating_a_MAC_address_when_using_ipv6.xml |   2 +-
 ...ove_exception_messages_in_the_JDBC_appender.xml |   2 +-
 ...portException_records_a_warning_to_the_stat.xml |   2 +-
 ...ndles_and_records_unchecked_RuntimeExceptio.xml |   2 +-
 ...hrows_a_java_sql_SQLTransactionRollbackExce.xml |   2 +-
 ...nd_to_statement_when_using_JDBC_appender_ap.xml |   2 +-
 src/changelog/2.13.0/.release.xml                  |   2 +-
 ...ive_calls_to_java_util_LogManager_getLogger.xml |   2 +-
 ..._version_check_in_ThreadNameCachingStrategy.xml |   2 +-
 ...639_Add_builder_pattern_to_Logger_interface.xml |   2 +-
 ..._definition_of_script_in_properties_configu.xml |   2 +-
 ...72_Add_automatic_module_names_where_missing.xml |   2 +-
 ...putStreamAppender_Builder_ignores_setFilter.xml |   2 +-
 ...ing_name_for_the_CompositeConfiguration_sou.xml |   2 +-
 ...of_rename_action_to_true_if_file_was_copied.xml |   2 +-
 ...s_not_support_attribute_names_besides_value.xml |   2 +-
 .../LOG4J2-2701_Update_Jackson_to_2_9_10.xml       |   2 +-
 ...oundsException_could_occur_with_MAC_address.xml |   2 +-
 ...tion_of_GELF_layout_to_be_formatted_using_a.xml |   2 +-
 ..._application_properties_to_be_accessed_in_t.xml |   2 +-
 ...appenders_would_fail_to_compress_the_file_a.xml |   2 +-
 ...o_lookup_Kubernetes_attributes_in_the_Log4j.xml |   2 +-
 ...dded_try_finally_around_event_execute_for_R.xml |   2 +-
 ...memory_leak_when_async_loggers_throw_errors.xml |   2 +-
 ...Add_setKey_method_to_Kafka_Appender_Builder.xml |   2 +-
 .../LOG4J2-2731_Add_a_Level_Pattern_Selector.xml   |   2 +-
 ...-2732_Add_ThreadContext_putIfNotNull_method.xml |   2 +-
 ...tal_support_for_Log4j_1_configuration_files.xml |   2 +-
 src/changelog/2.13.1/.release.xml                  |   2 +-
 ...en_file_matches_pattern_but_index_is_too_la.xml |   2 +-
 ..._with_leading_dashes_by_using_a_slash_as_an.xml |   2 +-
 ...on_in_the_classloader_using_new_versions_of.xml |   2 +-
 ...getBeforeTime_would_sometimes_return_incorr.xml |   2 +-
 ...GraalVM_does_not_allow_use_of_MethodHandles.xml |   2 +-
 ...N_output_wrong_when_using_additional_fields.xml |   2 +-
 ...r_should_use_Messager_instead_of_System_out.xml |   2 +-
 ...r_handles_parallel_file_deletion_gracefully.xml |   2 +-
 ...ormattedMessage_would_incorrectly_format_ob.xml |   2 +-
 ...on_on_Windows_due_to_accessing_network_inte.xml |   2 +-
 ...t_is_reproducible_allowing_the_annotation_p.xml |   2 +-
 ...4j_jul_recursive_logger_detection_resulting.xml |   2 +-
 ...y_EventLogger_references_from_log4j_slf4j18.xml |   2 +-
 ...4j18_impl_slf4j_version_to_1_8_0_beta4_from.xml |   2 +-
 ...tSelector_was_not_locating_the_LoggerContex.xml |   2 +-
 ...k_using_fully_asynchronous_logging_when_the.xml |   2 +-
 ..._PERIOD_MICROS_fixed_date_format_matching_I.xml |   2 +-
 ...getCallerClass_performance_in_cases_where_R.xml |   2 +-
 ...nd_RingBufferLogEvent_avoid_StringBuffer_an.xml |   2 +-
 ...ssLoaders_may_discover_additional_loaders_a.xml |   2 +-
 ...text_from_being_garbage_collected_while_bei.xml |   2 +-
 ...ion_when_using_a_custom_DirectFileRolloverS.xml |   2 +-
 ...er_was_not_rolling_on_startup_if_createOnDe.xml |   2 +-
 ...0_Always_write_header_on_a_new_OutputStream.xml |   2 +-
 ...ver_JDBC_driver_throws_SQLServerException_w.xml |   2 +-
 .../2.13.1/LOG4J2-2763_Update_dependencies.xml     |   2 +-
 ...is_missing_on_Routes_element_Use_default_ro.xml |   2 +-
 ...Add_multi_parameter_overloads_to_LogBuilder.xml |   2 +-
 ...ot_log_an_error_if_Files_move_does_not_work.xml |   2 +-
 ...ointerException_after_reconfiguring_via_JMX.xml |   2 +-
 ...ointerException_after_reconfiguring_via_JMX.xml |   2 +-
 ...in_RollingFileAppender_uses_a_placeholder_f.xml |   2 +-
 ..._retry_count_attribute_to_the_KafkaAppender.xml |   2 +-
 ...nitializer_was_obtaining_the_StatusLogger_t.xml |   2 +-
 ...gQueue_instead_of_synchronized_collection_i.xml |   2 +-
 ...10_and_overwriting_files_when_leading_zeros.xml |   2 +-
 ...form_status_logging_calculations_in_PluginR.xml |   2 +-
 src/changelog/2.13.2/.release.xml                  |   2 +-
 ...ide_a_Log4j_implementation_of_System_Logger.xml |   2 +-
 ...xtension_in_the_file_pattern_to_be_modified.xml |   2 +-
 ...ervlet_context_path_to_be_retrieved_without.xml |   2 +-
 ...store_printing_timeMillis_in_the_JsonLayout.xml |   2 +-
 ...hen_whitespace_is_in_the_file_path_and_Java.xml |   2 +-
 ...n_processor_before_triggering_policy_during.xml |   2 +-
 ...oviders_as_an_alternative_to_having_to_impl.xml |   2 +-
 ...ocate_PluginEntry_during_PluginCache_loadin.xml |   2 +-
 ..._Correct_JsonLayout_timestamp_sorting_issue.xml |   2 +-
 ...ow_trailing_and_leading_spaces_in_log_level.xml |   2 +-
 ...st_more_resilient_to_environmental_differen.xml |   2 +-
 ...t_handle_daylight_saving_time_transitions_a.xml |   2 +-
 ...ookup_to_retrieve_fields_from_the_log_event.xml |   2 +-
 ...nterException_when_StackWalker_returns_null.xml |   2 +-
 ...bout_using_a_url_in_log4j_configurationFile.xml |   2 +-
 ...deLocation_parameter_when_creating_AsyncLog.xml |   2 +-
 ...penderLoggingException_instead_of_an_NPE_in.xml |   2 +-
 ...oBytes_was_checking_wrong_variable_for_null.xml |   2 +-
 ...-2814_Fix_Javadoc_for_ScriptPatternSelector.xml |   2 +-
 ..._applications_to_use_composite_configuratio.xml |   2 +-
 ...ize_action_to_parse_the_value_without_being.xml |   2 +-
 ...ookup_to_return_default_and_active_profiles.xml |   2 +-
 ...pecifying_an_SSL_configuration_for_SmtpAppe.xml |   2 +-
 ...esLocation_in_GelfLayout_to_reflect_whether.xml |   2 +-
 src/changelog/2.13.3/.release.xml                  |   2 +-
 ...interException_in_ThreadContextDataInjector.xml |   2 +-
 src/changelog/2.14.0/.release.xml                  |   2 +-
 ..._in_ThreadContext_description_was_incorrect.xml |   2 +-
 ...e_printed_in_error_message_in_RollingFileAp.xml |   2 +-
 ..._no_longer_recursively_start_the_AsyncLogge.xml |   2 +-
 ...ption_when_no_network_interfaces_are_availa.xml |   2 +-
 ...4j_mongodb4_to_use_new_major_version_4_Mong.xml |   2 +-
 .../LOG4J2-2851_Drop_log4j_mongodb2_module.xml     |   2 +-
 ...configuration_of_the_Disruptor_WaitStrategy.xml |   2 +-
 ..._where_mergeFactory_should_be_mergeStrategy.xml |   2 +-
 ..._Obtain_ContextDataProviders_asynchronously.xml |   2 +-
 ...tTranslator_uses_a_static_ContextDataInject.xml |   2 +-
 ...ing_to_create_directories_when_using_a_Dire.xml |   2 +-
 ...tainer_id_to_obtain_container_and_image_inf.xml |   2 +-
 ...er_benchmark_Revert_back_to_StackWalker_wal.xml |   2 +-
 ...va_util_logging_filters_when_using_that_API.xml |   2 +-
 ...FileRolloverStrategy_the_file_pattern_was_n.xml |   2 +-
 ...89_Add_date_pattern_support_for_HTML_layout.xml |   2 +-
 ...fLayout_to_produce_newline_delimited_events.xml |   2 +-
 ...G4J2-2894_Fix_spelling_error_in_log_message.xml |   2 +-
 ...dlock_in_asynchronous_logging_by_avoiding_b.xml |   2 +-
 ...alizing_volatile_fields_with_default_values.xml |   2 +-
 ..._LogEventWrapper_threadId_and_priority_acce.xml |   2 +-
 ...ation_files_should_be_ignored_when_creating.xml |   2 +-
 ...erationException_when_initializing_the_Log4.xml |   2 +-
 ...p_and_Spring_PropertySource_to_its_own_modu.xml |   2 +-
 ...now_store_the_servlet_context_as_a_map_entr.xml |   2 +-
 ...er_in_spring_cloud_config_client_listens_fo.xml |   2 +-
 ...yStrategy_s_beforeStopAppenders_method_befo.xml |   2 +-
 .../2.14.0/LOG4J2-2925_Fix_broken_link_in_FAQ.xml  |   2 +-
 ...CContextMap_on_contains_and_isEmpty_invocat.xml |   2 +-
 ..._garbage_collection_of_shutdown_hooks_in_De.xml |   2 +-
 .../2.14.0/LOG4J2-2957_Add_JsonTemplateLayout.xml  |   2 +-
 ...sts_to_require_Java_8_unconditionally_now_t.xml |   2 +-
 .../Update_com_fasterxml_jackson_2_10_2_2_11_0.xml |   2 +-
 .../2.14.0/Update_jackson_2_11_0_2_11_2.xml        |   2 +-
 ...date_mongodb3_version_from_3_12_1_to_3_12_6.xml |   2 +-
 ...che_activemq_activemq_broker_5_15_11_5_16_0.xml |   2 +-
 ...g_apache_commons_commons_compress_1_19_1_20.xml |   2 +-
 ...date_org_apache_commons_commons_csv_1_7_1_8.xml |   2 +-
 ...e_org_apache_commons_commons_lang3_3_9_3_10.xml |   2 +-
 .../Update_org_codehaus_groovy_2_5_6_3_0_5.xml     |   2 +-
 .../Update_tests_commons_io_commons_io_2_6_2_7.xml |   2 +-
 .../2.14.0/Update_tests_hsqldb_2_5_0_2_5_1.xml     |   2 +-
 .../2.14.0/Update_tests_junit_junit_4_12_4_13.xml  |   2 +-
 src/changelog/2.14.1/.release.xml                  |   2 +-
 ...wn_of_log4j_in_log4j_web_to_be_turned_off_a.xml |   2 +-
 ...wn_of_log4j_in_log4j_web_to_be_turned_off_a.xml |   2 +-
 ...tion_when_Log4j_1_configuration_files_are_u.xml |   2 +-
 ...Kafka_producer_instantiation_causing_thread.xml |   2 +-
 ...ver_Listener_to_aid_in_unit_test_validation.xml |   2 +-
 ..._that_LogBuilder_default_methods_do_nothing.xml |   2 +-
 ...ith_IdentityHashMap_in_ParameterFormatter_t.xml |   2 +-
 ...onTemplateLayout_event_additional_fields_fr.xml |   2 +-
 ...solver_by_unifying_its_backend_with_mdc_res.xml |   2 +-
 ...om_several_Configurations_in_Composite_Conf.xml |   2 +-
 ...ayout_index_based_parameter_resolution_when.xml |   2 +-
 ...ender_and_AppenderControl_for_handling_of_T.xml |   2 +-
 ...lateAdditionalField_type_conflicting_with_p.xml |   2 +-
 ...to_initialize_in_Java_8_with_log4j_spring_b.xml |   2 +-
 ...poses_an_incorrect_INSERT_statement_without.xml |   2 +-
 ...ed_PatternLayout_createLayout_calls_in_docs.xml |   2 +-
 ...ngPolicy_would_fail_to_cause_the_file_to_ro.xml |   2 +-
 ...RootObjectKey_parameter_to_JsonTemplateLayo.xml |   2 +-
 ..._using_putAll_when_copying_the_ThreadContex.xml |   2 +-
 ...tack_trace_truncation_in_JsonTemplateLayout.xml |   2 +-
 ..._excessive_strings_ending_with_a_high_surro.xml |   2 +-
 ...lateLayout_resolver_configurations_table_in.xml |   2 +-
 ..._thread_instead_of_using_the_common_ForkJoi.xml |   2 +-
 ...urationConverter_on_Windows_produces_at_end.xml |   2 +-
 ...ger_flushBuffer_always_resets_the_buffer_pr.xml |   2 +-
 ..._with_no_parameters_i_e_it_has_an_empty_mes.xml |   2 +-
 ...all_getExtendedStackTraceAsString_after_des.xml |   2 +-
 ...tes_empty_bytes_arrays_for_its_header_and_f.xml |   2 +-
 .../2.14.1/Update_JSON_Unit_2_21_0_2_22_0.xml      |   2 +-
 src/changelog/2.14.1/Update_JaCoCo_0_8_3_0_8_6.xml |   2 +-
 .../2.14.1/Update_Mockito_3_6_0_3_7_0.xml          |   2 +-
 ..._3_plugin_org_mongodb_mongodb_driver_3_12_6.xml |   2 +-
 ...te_MongoDB_4_plugin_org_mongodb_4_1_0_4_1_1.xml |   2 +-
 ...ependencies_to_5_3_2_Spring_Boot_to_2_3_6_a.xml |   2 +-
 ...oodstox_5_0_3_6_2_3_to_match_Jackson_2_12_1.xml |   2 +-
 .../2.14.1/Update_XML_Unit_2_8_0_2_8_2.xml         |   2 +-
 .../Update_com_fasterxml_jackson_2_11_2_2_11_3.xml |   2 +-
 ...pdate_commons_codec_commons_codec_1_14_1_15.xml |   2 +-
 .../Update_commons_io_commons_io_2_7_2_8_0.xml     |   2 +-
 ...oodle_embed_de_flapdoodle_embed_mongo_2_2_0.xml |   2 +-
 .../2.14.1/Update_junit_junit_4_13_4_13_1.xml      |   2 +-
 .../2.14.1/Update_mongodb4_version_4_1_1_4_2_0.xml |   2 +-
 ...avacrumbs_json_unit_json_unit_1_31_1_2_22_0.xml |   2 +-
 ...avacrumbs_json_unit_json_unit_2_22_0_2_23_0.xml |   2 +-
 .../Update_org_apache_activemq_5_16_0_5_16_1.xml   |   2 +-
 ...rg_apache_commons_commons_dbcp2_2_4_0_2_8_0.xml |   2 +-
 ..._org_apache_commons_commons_lang3_3_10_3_11.xml |   2 +-
 ...rg_apache_commons_commons_pool2_2_8_1_2_9_0.xml |   2 +-
 ...date_org_assertj_assertj_core_3_14_0_3_18_1.xml |   2 +-
 ...date_org_assertj_assertj_core_3_18_1_3_19_0.xml |   2 +-
 ...pdate_org_awaitility_awaitility_4_0_2_4_0_3.xml |   2 +-
 .../Update_org_codehaus_groovy_3_0_5_3_0_6.xml     |   2 +-
 ...rg_codehaus_plexus_plexus_utils_3_2_0_3_3_0.xml |   2 +-
 ...e_tycho_org_eclipse_osgi_3_12_1_v20170821_1.xml |   2 +-
 ...ate_org_fusesource_jansi_jansi_1_17_1_2_0_1.xml |   2 +-
 ...pdate_org_fusesource_jansi_jansi_1_18_2_2_0.xml |   2 +-
 ...pdate_org_fusesource_jansi_jansi_1_18_2_3_1.xml |   2 +-
 .../Update_org_mockito_mockito_3_7_0_3_7_7.xml     |   2 +-
 ...ate_org_springframework_5_2_8_RELEASE_5_3_1.xml |   2 +-
 .../Update_org_springframework_5_3_2_5_3_3.xml     |   2 +-
 .../2.14.1/Update_org_xmlunit_2_7_0_2_8_0.xml      |   2 +-
 ..._fasterxml_jackson_core_jackson_annotations.xml |   2 +-
 src/changelog/2.15.0/.release.xml                  |   2 +-
 ...upted_exceptions_that_occur_during_rollover.xml |   2 +-
 ...or_overriding_the_Tomcat_Log_class_in_Tomca.xml |   2 +-
 ...umentation_corrections_regarding_log_levels.xml |   2 +-
 ...on_corrections_in_the_configuration_section.xml |   2 +-
 ...mentation_for_SyslogAppender_when_using_TLS.xml |   2 +-
 ...ps_resolving_localhost_when_hostName_is_con.xml |   2 +-
 ...ndle_Disruptor_event_translation_exceptions.xml |   2 +-
 ...ould_propagate_failures_when_reconnection_f.xml |   2 +-
 ...S_style_date_patterns_and_micro_nano_second.xml |   2 +-
 ...gerContextSelector_equivalent_to_AsyncLogge.xml |   2 +-
 ..._are_aware_of_their_dependence_upon_the_cal.xml |   2 +-
 ...ions_walk_the_stack_at_most_once_rather_tha.xml |   2 +-
 ...j_1_x_properties_were_not_being_substituted.xml |   2 +-
 ..._between_the_AsyncLoggerContextSelector_and.xml |   2 +-
 ...support_for_Jakarta_EE_9_Tomcat_10_Jetty_11.xml |   2 +-
 ...04_Add_plugin_support_to_JsonTemplateLayout.xml |   2 +-
 ...tternSelector_to_be_specified_on_GelfLayout.xml |   2 +-
 .../LOG4J2-3044_Add_RepeatPatternConverter.xml     |   2 +-
 ...d_improved_MapMessage_support_to_GelfLayout.xml |   2 +-
 ...and_ThreadContext_attributes_to_be_prefixed.xml |   2 +-
 ...Fields_to_be_ignored_if_their_value_is_null.xml |   2 +-
 ...CaseConverterResolver_to_JsonTemplateLayout.xml |   2 +-
 ...tor_hasContext_and_shutdown_take_the_defaul.xml |   2 +-
 ...MD5_usage_for_sharing_sensitive_information.xml |   2 +-
 ...thread_safety_issues_in_DefaultErrorHandler.xml |   2 +-
 ...-3064_Add_Arbiters_and_SpringProfile_plugin.xml |   2 +-
 ...7_Add_CounterResolver_to_JsonTemplateLayout.xml |   2 +-
 ...tternConverter_handlesThrowable_is_implemen.xml |   2 +-
 ...ment_parameter_to_ReadOnlyStringMapResolver.xml |   2 +-
 ...atting_of_nanoseconds_in_JsonTemplateLayout.xml |   2 +-
 ...ssage_in_Log4j_1_Category_whenever_possible.xml |   2 +-
 ...and_log4j_slf4j18_impl_correctly_detect_the.xml |   2 +-
 ...emplateLayout_where_a_timestamp_could_end_u.xml |   2 +-
 ...TemplateLayoutNullEventDelimiterTest_failur.xml |   2 +-
 ...mory_leaks_due_to_retained_excessive_buffer.xml |   2 +-
 ..._Category_setLevel_should_accept_null_value.xml |   2 +-
 ...in_2_14_1_which_allowed_the_AsyncAppender_b.xml |   2 +-
 ...n_which_can_result_in_ConcurrentModificatio.xml |   2 +-
 ..._SmtpManager_createManagerName_ignores_port.xml |   2 +-
 ..._of_placeholders_in_the_string_literal_argu.xml |   2 +-
 ..._flush_on_RollingFileAppender_when_buffered.xml |   2 +-
 ...Layout_for_Google_Cloud_Platform_structured.xml |   2 +-
 ...ified_at_run_time_may_trigger_incomplete_MB.xml |   2 +-
 ..._api_singleton_accessors_to_log4j_slf4j_imp.xml |   2 +-
 ...l_overhead_in_RandomAccessFileAppender_Roll.xml |   2 +-
 ...mplements_LogEventAdapter_getTimestamp_base.xml |   2 +-
 ...etBytes_Charset_over_string_getBytes_String.xml |   2 +-
 ...appender_uses_the_correct_default_buffer_si.xml |   2 +-
 ...ter_performance_is_not_impacted_by_microsec.xml |   2 +-
 ...ly_race_condition_in_Log4jMarker_getParents.xml |   2 +-
 ..._on_how_to_toggle_log4j2_debug_system_prope.xml |   2 +-
 ...og_Event_Level_vs_Logger_Config_Level_table.xml |   2 +-
 ...ug_when_file_names_contain_regex_characters.xml |   2 +-
 ..._encoding_run_in_O_n_worst_case_time_rather.xml |   2 +-
 ...yout_performance_by_reducing_unnecessary_in.xml |   2 +-
 ...fer_immutable_log_events_in_the_SmtpManager.xml |   2 +-
 ...ect_on_mail_when_it_depends_on_the_LogEvent.xml |   2 +-
 ...id_KafkaManager_override_when_topics_differ.xml |   2 +-
 ...leInstant_of_the_event_as_a_cache_key_in_Js.xml |   2 +-
 ...thread_safety_issues_in_DefaultErrorHandler.xml |   2 +-
 ...rove_NameAbbreviator_worst_case_performance.xml |   2 +-
 ...attributes_for_size_attribute_of_SizeBasedT.xml |   2 +-
 ..._longer_enables_lookups_within_message_text.xml |   2 +-
 ...ols_JNDI_can_use_by_default_Limit_the_serve.xml |   2 +-
 ...ramework_to_5_3_13_Spring_Boot_to_2_5_7_and.xml |   2 +-
 ...ted_dependencies_com_fasterxml_jackson_core.xml |   2 +-
 src/changelog/2.16.0/.release.xml                  |   2 +-
 ...default_Require_log4j2_enableJndi_to_be_set.xml |   2 +-
 ...mpletely_remove_support_for_Message_Lookups.xml |   2 +-
 src/changelog/2.17.0/.release.xml                  |   2 +-
 ...G4J2-3230_Fix_string_substitution_recursion.xml |   2 +-
 ...e_API_hard_codes_the_Syslog_protocol_to_TCP.xml |   2 +-
 ...g4j_api_java9_and_log4j_core_java9_as_depen.xml |   2 +-
 ...e_java_protocol_only_JNDI_will_remain_disab.xml |   2 +-
 ...ration_parseAppenderFilters_NPE_when_parsin.xml |   2 +-
 ...for_Syslog_Appender_defaults_to_port_512_in.xml |   2 +-
 src/changelog/2.17.1/.release.xml                  |   2 +-
 ...ut_is_null_in_StrSubstitutor_replace_String.xml |   2 +-
 ...t_SpringLookup_package_name_in_Interpolator.xml |   2 +-
 ...duce_ignored_package_scope_of_KafkaAppender.xml |   2 +-
 ...okup_to_lookup_MapMessage_before_DefaultMap.xml |   2 +-
 ...refix_only_read_values_from_the_configurati.xml |   2 +-
 ...ked_had_inverted_logic_in_RollingFileAppend.xml |   2 +-
 ...kes_the_provided_MessageFactory_into_accoun.xml |   2 +-
 ..._longer_re_interpolates_formatted_message_c.xml |   2 +-
 .../2.17.1/LOG4J2-3290_Remove_unused_method.xml    |   2 +-
 ...apper_logMessage_no_longer_double_logs_when.xml |   2 +-
 ...w_uses_JndiManager_to_access_JNDI_resources.xml |   2 +-
 src/changelog/2.17.2/.release.xml                  |   2 +-
 ...tor_setLevel_Logger_Level_setLevel_String_S.xml |   2 +-
 ...gging_log4j_core_appender_AsyncAppender_get.xml |   2 +-
 .../2.17.2/Bump_Jackson_from_2_12_4_to_2_13_1.xml  |   2 +-
 .../2.17.2/Bump_Mockito_from_3_11_2_to_4_2_0.xml   |   2 +-
 .../2.17.2/Bump_Woodstox_6_2_6_to_6_2_8.xml        |   2 +-
 .../Bump_awaitility_from_4_0_3_to_4_1_1_663.xml    |   2 +-
 ...le_embed_de_flapdoodle_embed_mongo_from_3_0.xml |   2 +-
 ...p_maven_compiler_plugin_from_3_8_1_to_3_9_0.xml |   2 +-
 ...mongodb3_version_from_3_12_4_to_3_12_10_605.xml |   2 +-
 ...mbs_json_unit_json_unit_from_2_27_0_to_2_28.xml |   2 +-
 ...ctivemq_activemq_broker_from_5_16_3_to_5_16.xml |   2 +-
 ...maven_plugins_maven_javadoc_plugin_from_3_3.xml |   2 +-
 ..._assertj_assertj_core_from_3_20_2_to_3_22_0.xml |   2 +-
 ..._codehaus_groovy_groovy_from_3_0_8_to_3_0_9.xml |   2 +-
 ...persistence_org_eclipse_persistence_jpa_fro.xml |   2 +-
 ..._fusesource_jansi_jansi_from_2_3_4_to_2_4_0.xml |   2 +-
 ...oco_jacoco_maven_plugin_from_0_8_6_to_0_8_7.xml |   2 +-
 ...org_junit_jupiter_junit_from_5_7_2_to_5_8_2.xml |   2 +-
 ...t_pioneer_junit_pioneer_from_1_5_0_to_1_6_1.xml |   2 +-
 .../Bump_org_mongodb_bson_from_4_2_2_to_4_5_0.xml  |   2 +-
 ...odb_mongodb_driver_sync_from_4_2_2_to_4_5_0.xml |   2 +-
 ...pringframework_spring_from_5_3_13_to_5_3_15.xml |   2 +-
 ...ump_org_xmlunit_xmlunit_from_2_8_3_to_2_8_4.xml |   2 +-
 ...ix_DTD_error_Add_missing_ELEMENT_for_Marker.xml |   2 +-
 .../Fix_log4j_jakarta_web_service_file_723.xml     |   2 +-
 ...rts_to_2_17_0_behavior_Read_the_system_prop.xml |   2 +-
 ...ript_enableLanguages_to_be_specified_to_ena.xml |   2 +-
 ...s_of_compile_with_implementation_in_the_Gra.xml |   2 +-
 ...f_method_org_apache_logging_log4j_core_tool.xml |   2 +-
 ...PropertiesConfiguration_buildAppender_not_a.xml |   2 +-
 ...282_Add_the_log4j_to_jul_JDK_Logging_Bridge.xml |   2 +-
 ...configuration_via_a_url_to_https_by_default.xml |   2 +-
 .../LOG4J2-3303_Add_TB_support_to_FileSize.xml     |   2 +-
 ...s_initialized_if_the_LoggerFactory_is_provi.xml |   2 +-
 ...nConverter_could_cause_a_StackOverflowError.xml |   2 +-
 ..._should_ignore_case_in_properties_file_keys.xml |   2 +-
 ...er_backward_compatibility_and_disallow_recu.xml |   2 +-
 ...class_org_apache_log4j_spi_LoggingEvent_mis.xml |   2 +-
 ...fixes_parsing_filters_in_properties_configu.xml |   2 +-
 ...missing_OptionConverter_instantiateByKey_Pr.xml |   2 +-
 ...does_not_support_system_properties_in_log4j.xml |   2 +-
 ...evel_not_fetching_the_correct_LoggerContext.xml |   2 +-
 ...ContextDataInjector_initialization_deadlock.xml |   2 +-
 ...tax_for_properties_configuration_format_for.xml |   2 +-
 ..._message_parameters_correctly_using_Message.xml |   2 +-
 ...ons_when_programmatic_configuration_is_used.xml |   2 +-
 ..._8_5_20_to_10_0_14_in_log4j_appserver_along.xml |   2 +-
 ...optional_additional_fields_to_NoSQLAppender.xml |   2 +-
 ...xception_logging_any_exception_to_a_MongoDB.xml |   2 +-
 ...nterException_in_MongoDb4DocumentObject_Mon.xml |   2 +-
 ..._DefaultConfiguration_leak_in_PatternLayout.xml |   2 +-
 ..._Spring_Boot_Lookup_requires_the_log4j_spri.xml |   2 +-
 ...Check_for_non_existent_appender_when_parsin.xml |   2 +-
 ...4j_1_2_bridge_supports_global_threshold_764.xml |   2 +-
 ..._throws_a_ClassCastException_when_logging_a.xml |   2 +-
 ..._1_2_bridge_adds_org_apache_log4j_Hierarchy.xml |   2 +-
 ...adds_org_apache_log4j_component_helpers_Con.xml |   2 +-
 ...bridge_adds_org_apache_log4j_helpers_Loader.xml |   2 +-
 ...bridge_adds_org_apache_log4j_helpers_LogLog.xml |   2 +-
 ...adds_org_apache_log4j_spi_DefaultRepository.xml |   2 +-
 ...adds_org_apache_log4j_spi_NOPLoggerReposito.xml |   2 +-
 ...bridge_adds_org_apache_log4j_spi_RootLogger.xml |   2 +-
 ...class_Category_is_missing_some_protected_in.xml |   2 +-
 ...class_Category_should_implement_AppenderAtt.xml |   2 +-
 ...class_ConsoleAppender_should_extend_WriterA.xml |   2 +-
 ...class_LogManager_default_constructor_should.xml |   2 +-
 ...class_OptionConverter_is_missing_selectAndC.xml |   2 +-
 ...class_PatternLayout_is_missing_constants_DE.xml |   2 +-
 ...class_PropertyConfigurator_should_implement.xml |   2 +-
 ...creates_a_SocketAppender_instead_of_a_Syslo.xml |   2 +-
 ...e_implements_LogManager_getCurrentLoggers_f.xml |   2 +-
 ...2_bridge_implements_most_of_DOMConfigurator.xml |   2 +-
 ...e_interface_Configurator_doConfigure_method.xml |   2 +-
 ...interface_org_apache_log4j_spi_RendererSupp.xml |   2 +-
 ..._interfaces_missing_from_package_org_apache.xml |   2 +-
 .../Log4j_1_2_bridge_issues_with_filters_753.xml   |   2 +-
 ..._method_Category_exists_String_should_be_st.xml |   2 +-
 ..._method_NDC_inherit_Stack_should_not_use_ge.xml |   2 +-
 ...e_methods_Category_getChainedPriority_and_g.xml |   2 +-
 ...methods_missing_in_org_apache_log4j_Categor.xml |   2 +-
 src/changelog/2.17.2/Log4j_1_2_bridge_missed.xml   |   2 +-
 ...missed_org_apache_log4j_pattern_FormattingI.xml |   2 +-
 ...missed_org_apache_log4j_pattern_NameAbbrevi.xml |   2 +-
 ...1_2_bridge_missing_DefaultThrowableRenderer.xml |   2 +-
 .../Log4j_1_2_bridge_missing_FormattingInfo.xml    |   2 +-
 .../Log4j_1_2_bridge_missing_PatternConverter.xml  |   2 +-
 .../Log4j_1_2_bridge_missing_PatternParser.xml     |   2 +-
 .../Log4j_1_2_bridge_missing_UtilLoggingLevel.xml  |   2 +-
 ...missing_class_org_apache_log4j_or_RendererM.xml |   2 +-
 ...idge_missing_some_LocationInfo_constructors.xml |   2 +-
 ...missing_some_ThrowableInformation_construct.xml |   2 +-
 ...now_logs_a_warning_instead_of_throwing_an_N.xml |   2 +-
 ...should_allow_property_and_XML_attributes_to.xml |   2 +-
 ...og4j_1_2_bridge_supports_the_SocketAppender.xml |   2 +-
 ...throws_ClassCastException_when_using_Simple.xml |   2 +-
 ...uses_some_incorrect_default_property_values.xml |   2 +-
 ...uses_the_wrong_default_values_for_a_TTCCLay.xml |   2 +-
 ...uses_the_wrong_file_pattern_for_rolling_fil.xml |   2 +-
 ...ace_before_parsing_a_String_into_an_Integer.xml |   2 +-
 src/changelog/2.18.0/.release.xml                  |   2 +-
 src/changelog/2.18.0/Fix_minor_typo_792.xml        |   2 +-
 ...ation_and_reporting_of_configuration_errors.xml |   2 +-
 ...6_Allow_enterprise_id_to_be_an_OID_fragment.xml |   2 +-
 ...ix_problem_with_non_uppercase_custom_levels.xml |   2 +-
 ...ception_in_JeroMqManager_with_custom_Logger.xml |   2 +-
 ...erStrategy_should_use_the_current_time_when.xml |   2 +-
 ..._appender_in_Log4j_1_x_bridge_when_used_wit.xml |   2 +-
 ...7_2_throws_NullPointerException_while_remov.xml |   2 +-
 ...t_for_Jakarta_Mail_API_in_the_SMTP_appender.xml |   2 +-
 ...3393_Improve_JsonTemplateLayout_performance.xml |   2 +-
 ...3413_Fix_resolution_of_non_Log4j_properties.xml |   2 +-
 ..._logging_system_registration_in_a_multi_app.xml |   2 +-
 ...419_Add_support_for_custom_Log4j_1_x_levels.xml |   2 +-
 ...containing_Log4j_configuration_isn_t_closed.xml |   2 +-
 ...ed_in_configuration_using_a_value_attribute.xml |   2 +-
 ...og_appender_lacks_the_SocketOptions_setting.xml |   2 +-
 ...ge_should_not_wrap_components_unnecessarily.xml |   2 +-
 ...ServiceLoader_support_on_servlet_containers.xml |   2 +-
 ...28_Update_3rd_party_dependencies_for_2_18_0.xml |   2 +-
 ...ngPolicy_would_fail_to_rename_files_properl.xml |   2 +-
 ...lConfiguration_when_a_custom_keystore_is_us.xml |   2 +-
 ...dding_and_retrieving_appenders_in_Log4j_1_x.xml |   2 +-
 ...er_concurrency_problems_in_Log4j_1_x_bridge.xml |   2 +-
 ..._test_for_race_condition_in_FileUtils_mkdir.xml |   2 +-
 ...ssage_logs_misleading_errors_on_the_console.xml |   2 +-
 ...ustom_LMAX_disruptor_WaitStrategy_configura.xml |   2 +-
 ...disruptor_WaitStrategy_used_by_Async_Logger.xml |   2 +-
 ...ing_message_parameterization_in_RegexFilter.xml |   2 +-
 ...pportedOperationException_when_JUL_ApiLogge.xml |   2 +-
 ...issing_context_stack_to_JsonLayout_template.xml |   2 +-
 ...tcher_did_not_pass_credentials_when_polling.xml |   2 +-
 ...ory_createConnection_now_accepts_an_Authori.xml |   2 +-
 ..._Apache_Extras_RollingFileAppender_in_Log4j.xml |   2 +-
 ...lloverStrategy_was_not_detecting_the_correc.xml |   2 +-
 ...e_including_the_location_information_by_def.xml |   2 +-
 ...ewBuilder_method_referenced_the_wrong_class.xml |   2 +-
 ...G4J2-3495_Add_MutableThreadContextMapFilter.xml |   2 +-
 .../2.18.0/LOG4J2-3506_Support_Spring_2_6_x.xml    |   2 +-
 ...G4J2-3516_Move_perf_tests_to_log4j_core_its.xml |   2 +-
 ...se_Paths_get_to_avoid_circular_file_systems.xml |   2 +-
 ...Fix_parsing_error_when_XInclude_is_disabled.xml |   2 +-
 ...lterBuilder_to_align_with_log4j1_s_behavior.xml |   2 +-
 ..._Upgrade_the_Flume_Appender_to_Flume_1_10_0.xml |   2 +-
 ...th_wrong_ANSI_escape_code_for_bright_colors.xml |   2 +-
 ...8_Add_support_for_24_colors_in_highlighting.xml |   2 +-
 ...should_generate_Log4j_2_x_messages_based_on.xml |   2 +-
 src/changelog/2.19.0/.release.xml                  |   2 +-
 ...975_Add_implementation_of_SLF4J2_fluent_API.xml |   2 +-
 ...rect_manifest_entries_for_OSGi_to_log4j_jcl.xml |   2 +-
 ..._Improve_support_for_passwordless_keystores.xml |   2 +-
 ...Arbiter_was_assigning_the_value_as_the_name.xml |   2 +-
 ...Layout_stack_trace_truncation_operate_for_e.xml |   2 +-
 ...n_between_Log4j_1_2_LogManager_and_Category.xml |   2 +-
 ...tion_of_properties_not_starting_with_log4j2.xml |   2 +-
 ...Config_filter_Level_Marker_String_was_alloc.xml |   2 +-
 ...eparated_list_of_style_specifiers_in_the_st.xml |   2 +-
 ...4j_to_jul_in_the_case_the_root_logger_level.xml |   2 +-
 ...AccessFileAppender_with_DirectWriteRollover.xml |   2 +-
 ...Add_getExplicitLevel_method_to_LoggerConfig.xml |   2 +-
 ...e_in_favor_of_a_single_build_instructions_f.xml |   2 +-
 ...4J2-3578_Generate_new_SSL_certs_for_testing.xml |   2 +-
 ...Util_behavior_in_the_presence_of_a_Security.xml |   2 +-
 ...583_Add_support_for_SLF4J2_stack_valued_MDC.xml |   2 +-
 ...ConsoleListener_use_SimpleLogger_internally.xml |   2 +-
 ..._regression_in_Rfc5424Layout_default_values.xml |   2 +-
 ...G4J2-3588_Allow_PropertySources_to_be_added.xml |   2 +-
 ...be_injected_with_the_LoggerContext_referenc.xml |   2 +-
 .../LOG4J2-3590_Remove_SLF4J_1_8_x_binding.xml     |   2 +-
 ..._InstantFormatter_against_delegate_failures.xml |   2 +-
 ...708_Add_async_support_to_Log4jServletFilter.xml |   2 +-
 src/changelog/2.2/.release.xml                     |   2 +-
 ..._ThrowableProxy_throws_NoClassDefFoundError.xml |   2 +-
 ...le_should_not_implement_equals_and_hashCode.xml |   2 +-
 ...G4J2-881_Update_Jackson_from_2_4_2_to_2_4_3.xml |   2 +-
 ...2-882_Update_maven_core_from_3_1_0_to_3_2_3.xml |   2 +-
 ...m_org_apache_felix_framework_4_2_1_to_4_4_1.xml |   2 +-
 ...Update_org_eclipse_osgi_from_3_6_0_to_3_7_1.xml |   2 +-
 ...le_should_not_implement_equals_and_hashCode.xml |   2 +-
 ..._not_map_Log4j_2_FATAL_level_to_a_JUL_level.xml |   2 +-
 ...eption_on_filter_when_mapping_JUL_to_Log4j2.xml |   2 +-
 ...ogAppender_connect_timeout_value_as_part_of.xml |   2 +-
 ..._apache_log4j_BasicConfigurator_configure_i.xml |   2 +-
 ...etAppender_connect_timeout_value_as_part_of.xml |   2 +-
 ...0_Update_Apache_Flume_from_1_5_0_1_to_1_5_2.xml |   2 +-
 ..._SyslogAppender_No_structured_id_name_was_s.xml |   2 +-
 ...textSelector_uses_ClassLoader_toString_as_a.xml |   2 +-
 ...G4J2-910_Update_Jackson_from_2_4_3_to_2_4_4.xml |   2 +-
 ..._does_not_report_full_error_message_for_XIn.xml |   2 +-
 ...tExtendedStackTraceAsString_causes_NullPoin.xml |   2 +-
 ...ils_to_initialize_if_XInclude_API_is_not_av.xml |   2 +-
 ...doesn_t_map_level_ALL_correctly_in_Category.xml |   2 +-
 ...G4J2-925_Update_from_Jackson_2_4_4_to_2_5_0.xml |   2 +-
 ...is_missing_PluginFactory_annotation_at_crea.xml |   2 +-
 ...d_not_use_attribute_minimalization_for_hr_n.xml |   2 +-
 ...mory_leaks_when_web_applications_are_restar.xml |   2 +-
 ...t_to_create_one_compact_log_record_per_line.xml |   2 +-
 ...nder_is_not_adding_millisecond_to_the_event.xml |   2 +-
 ...g4j_2_in_Web_Applications_Update_example_Lo.xml |   2 +-
 ...ute_name_in_PropertiesRewritePolicy_example.xml |   2 +-
 ...arify_system_properties_to_control_status_l.xml |   2 +-
 ..._to_Route_AppenderRef_attribute_should_be_r.xml |   2 +-
 ...G4J2-957_Missing_toUpperCase_Locale_ENGLISH.xml |   2 +-
 ...G4J2-958_Update_from_Jackson_2_5_0_to_2_5_1.xml |   2 +-
 src/changelog/2.20.0/.release.xml                  |   2 +-
 .../2.20.0/1166_simplify_site_generation.xml       |   2 +-
 .../1172_switch_from_jira_to_github_issues.xml     |   2 +-
 .../2.20.0/1193_remove_liquibase_log4j2_module.xml |   2 +-
 src/changelog/2.20.0/1197_preserve_location.xml    |   2 +-
 .../2.20.0/1202_disableAnsi_spurious_warning.xml   |   2 +-
 src/changelog/2.20.0/1214_fix_stacktrace_order.xml |   2 +-
 .../1274_fix_RewriteAppender_requiresLocation.xml  |   2 +-
 .../1277-replace_regexp_in_Rfc5424Layout.xml       |   2 +-
 ...J2-1631_Honor-timezone-in-file-name-pattern.xml |   2 +-
 ...va_sql_Time_object_formatting_in_MapMessage.xml |   2 +-
 ...imestamp_to_ProducerRecord_in_KafkaAppender.xml |   2 +-
 ...ernLayout_abrreviate_all_except_2_rightmost.xml |   2 +-
 .../LOG4J2-3357_Fix_CronTriggeringPolicy.xml       |   2 +-
 ...ect_default_to_not_include_AsyncRootLoggers.xml |   2 +-
 .../2.20.0/LOG4J2-3554_switch_to_Eclipse_Angus.xml |   2 +-
 ...Lazily_evaluate_SLF4J_LogEventBuilder_level.xml |   2 +-
 ...Core_as_runtime_dep_for_SLF4J-to-LOG4J2-API.xml |   2 +-
 .../2.20.0/LOG4J2-3615_Fix_OSGI_API_leak.xml       |   2 +-
 ...21_Fix_priority_of_legacy_system_properties.xml |   2 +-
 ...atch_unchecked_exception_from_ServiceLoader.xml |   2 +-
 .../2.20.0/LOG4J2-3628_New_changelog_infra.xml     |   2 +-
 ..._Configurator_setLevel_for_internal_classes.xml |   2 +-
 ...Fix_level_propagation_in_Log4jBridgeHandler.xml |   2 +-
 ...OG4J2-3642_disable_OSGI_locator_if_not_OSGI.xml |   2 +-
 ...ingFileAppender_DateLookup_use_current_time.xml |   2 +-
 ...3644_Deprecate_package_scanning_for_plugins.xml |   2 +-
 ...645_improve_logbuilder_traceEntry_traceExit.xml |   2 +-
 ...dd_support_for_global_filters_to_LogBuilder.xml |   2 +-
 src/changelog/2.20.0/LOG4J2-3650_Move_tests.xml    |   2 +-
 .../{.2.x.x => 2.21.0}/.release-notes.adoc.ftl     |   0
 src/changelog/{2.20.0 => 2.21.0}/.release.xml      |   4 +-
 .../1231_validation_path_condition.xml             |   2 +-
 .../1232_log4j-to-sfl4j-2-OSGiMetadata.xml         |   2 +-
 .../{.2.x.x => 2.21.0}/1275_fix-javadoc.xml        |   2 +-
 .../1281_remove_locale-dependent_toLowerCase.xml   |   2 +-
 .../1284_redirect_old_javadoc_urls.xml             |   2 +-
 .../1312_add_environment_arbiter.xml               |   2 +-
 .../{.2.x.x => 2.21.0}/1365_open-FileExtension.xml |   0
 .../{.2.x.x => 2.21.0}/1366_fix_java_sql_date.xml  |   2 +-
 ...1367_Missing-Bundle-Activation-OSGiMetadata.xml |   2 +-
 .../1369_bump_build_requirement_jdk_11.xml         |   2 +-
 ...tringResolver_uses_instance_after_recycling.xml |   2 +-
 .../1381_support_parents_in_MarkerResolver.xml     |   2 +-
 ..._connectionStringSource_in_MongoDb4Provider.xml |   2 +-
 .../1391_fix_NPE_in_PluginElementVisitor.xml       |   2 +-
 .../1405_column_mapping_rename_type_attribute.xml  |   2 +-
 .../1414_restore_SLF4J_Log4jMarker_visibility.xml  |   2 +-
 ..._fix_ArrayOutOfBound_in_Log4jFixedFormatter.xml |   2 +-
 .../1445_1549_fix_sync_roll_action_propagation.xml |   2 +-
 .../1445_fix_synchronous_rolling_file_manager.xml  |   2 +-
 .../1484_fix_StackLocator_stdout.xml               |   2 +-
 ...5_fix_DatePatternConverter_when_TL_disabled.xml |   2 +-
 .../1503_change_defaults_for_LevelRangeFilter.xml  |   2 +-
 .../{.2.x.x => 2.21.0}/1508_fix-javadoc.xml        |   2 +-
 ...1530_fix_runtime-dependencies_documentation.xml |   2 +-
 .../1533_set_fqcn_eventbuilder.xml                 |   2 +-
 ...e_of_incorrect_syntax_of_highlighting_style.xml |   2 +-
 .../1550_multiple_filter_invocations.xml           |   2 +-
 .../{.2.x.x => 2.21.0}/1589_mongodb_tests.xml      |   2 +-
 .../1626_parameter_format_rewrite.xml              |   2 +-
 .../1640_java_9_stack_trace_element.xml            |   2 +-
 .../{.2.x.x => 2.21.0}/1646_unsafe_cleaner.xml     |   2 +-
 .../1650_fix_rollover_strategy_log4j1.xml          |   2 +-
 .../1681_fix_and_improve_lookup_docs.xml           |   2 +-
 .../1692_make_JTL_LocationAware.xml                |   2 +-
 .../1747_mongodb4-long-collection-size-conifg.xml  |   2 +-
 ...a_version_specific_warnings_in_StackLocator.xml |   2 +-
 ...w_multiple_servletcontextlistener_instances.xml |   0
 .../1783_spring_arbiter_without_environment.xml    |   2 +-
 .../1786_fix_async_context_data_loss.xml           |   2 +-
 .../1805_fix_NPE_in_JTL_LevelResolver.xml          |   2 +-
 .../LOG4J2-170_Improve_XML_schema.xml              |   2 +-
 .../LOG4J2-3217_fix_NPE_in_ContextSelector.xml     |   2 +-
 .../LOG4J2-3657_fix_TL_usage_in_AbstractLogger.xml |   2 +-
 ...ix_notEmpty_converter_for_empty_collections.xml |   2 +-
 ...4J2-3663_fix_file_descriptor_leak_on_Tomcat.xml |   2 +-
 .../{.2.x.x => 2.21.0}/OsgiServiceLocator_npe.xml  |   2 +-
 .../{.2.x.x => 2.21.0}/PreventResourceLeak.xml     |   2 +-
 .../{.2.x.x => 2.21.0}/new-release-process.xml     |   2 +-
 .../{.2.x.x => 2.21.0}/remove-jmx-gui.xml          |   2 +-
 .../update-1runtime-angus-activation.xml           |   0
 .../update-1runtime-angus-mail.xml                 |   0
 .../update-1runtime-cassandra-driver.xml           |   0
 .../update-1runtime-cassandra.xml                  |   0
 .../update-1runtime-commons-compress.xml           |   0
 .../update-1runtime-commons-csv.xml                |   0
 .../{.2.x.x => 2.21.0}/update-1runtime-jackson.xml |   0
 .../update-1runtime-jakarta-activation.xml         |   0
 .../update-1runtime-jakarta-mail.xml               |   0
 .../{.2.x.x => 2.21.0}/update-1runtime-jctools.xml |   0
 .../{.2.x.x => 2.21.0}/update-1runtime-kafka.xml   |   0
 .../update-1runtime-kubernetes.xml                 |   0
 .../{.2.x.x => 2.21.0}/update-1runtime-mongodb.xml |   0
 .../{.2.x.x => 2.21.0}/update-1runtime-netty.xml   |   0
 .../update-1runtime-spring-boot.xml                |   0
 .../update-1runtime-spring-framework.xml           |   0
 .../update-1runtime-tomcat-juli.xml                |   0
 .../update-1runtime-woodstox.xml                   |   0
 src/changelog/2.3/.release.xml                     |   2 +-
 ...ng_is_mis_mapped_to_ERROR_when_it_should_be.xml |   2 +-
 ...4J2-1004_Update_Jackson_from_2_5_1_to_2_5_3.xml |   2 +-
 ...G4J2-1005_Update_Slf4j_from_1_7_7_to_1_7_12.xml |   2 +-
 ...ng_log4j_core_util_fileFromUri_URI_uri_inco.xml |   2 +-
 ...g_log4j_core_config_plugins_util_ResolverUt.xml |   2 +-
 ...ned_compressionType_parameter_to_GelfLayout.xml |   2 +-
 ...uncate_from_the_end_of_text_format_modifier.xml |   2 +-
 ...rAdmin_listener_is_added_to_StatusLogger_ev.xml |   2 +-
 ...FormattedMessage_serialization_is_incorrect.xml |   2 +-
 ...ger_works_after_the_Console_appender_and_JA.xml |   2 +-
 ...uration_createKeyStoreConfiguration_ignores.xml |   2 +-
 ...nent_properties_not_read_for_all_properties.xml |   2 +-
 ...OG4J2-968_SyslogLayout_contains_extra_space.xml |   2 +-
 ...971_Another_bad_priority_in_Syslog_messages.xml |   2 +-
 ...g_log4j_core_net_ssl_TlsSyslogInputStreamRe.xml |   2 +-
 ...OG4J2-974_Typo_in_EventLogger_documentation.xml |   2 +-
 ...rval_with_YAML_config_file_format_causes_JS.xml |   2 +-
 ...erflow_in_BurstFilter_not_handled_correctly.xml |   2 +-
 ...LOG4J2-981_Incorrect_unlock_in_ProviderUtil.xml |   2 +-
 ...ighlight_to_support_noConsoleNoAnsi_like_st.xml |   2 +-
 ...er_should_not_implement_equals_and_hashCode.xml |   2 +-
 ...7_Migrate_tests_from_Logback_1_1_2_to_1_1_3.xml |   2 +-
 ...8_Update_LMAX_Disruptor_from_3_3_0_to_3_3_2.xml |   2 +-
 ...e_tests_to_use_ActiveMQ_from_5_10_to_5_11_1.xml |   2 +-
 ..._config_should_default_includeLocation_to_f.xml |   2 +-
 ...cur_if_appender_thread_creates_a_new_Logger.xml |   2 +-
 ...ant_from_Charsets_to_Constants_class_Remove.xml |   2 +-
 ...ogging_log4j_core_Logger_updateConfiguratio.xml |   2 +-
 src/changelog/2.4.1/.release.xml                   |   2 +-
 ...ty_to_set_shutdown_timeout_on_AsyncAppender.xml |   2 +-
 ..._Update_MongoDB_driver_from_2_13_3_to_3_0_4.xml |   2 +-
 .../2.4.1/LOG4J2-1050_Fixed_Log4jLookup.xml        |   2 +-
 ...OG4J2-1126_Web_site_corrections_and_updates.xml |   2 +-
 ...xml_cannot_be_parsed_on_Oracle_Weblogic_12c.xml |   2 +-
 ...der_to_improve_performance_for_String_based.xml |   2 +-
 ...ut_to_select_a_pattern_to_use_based_on_some.xml |   2 +-
 ...ate_mongo_java_driver_from_2_13_2_to_2_13_3.xml |   2 +-
 ...se_MongoDB_driver_2_13_3_deprecated_methods.xml |   2 +-
 ...rollover_was_broken_log_file_was_renamed_to.xml |   2 +-
 ...-1138_Do_not_use_Jackson_deprecated_methods.xml |   2 +-
 ...4J2-1139_Update_Jackson_from_2_6_1_to_2_6_2.xml |   2 +-
 ...eaders_were_not_being_written_to_first_file.xml |   2 +-
 ...ory_leak_in_web_applications_by_using_a_str.xml |   2 +-
 ...Name_in_pattern_layout_should_evaluate_to_m.xml |   2 +-
 ...tternLayout_to_test_and_replace_patterns_wi.xml |   2 +-
 ...PatternLayout_to_avoid_output_of_patterns_w.xml |   2 +-
 ...Case_to_PatternLayout_to_test_and_replace_p.xml |   2 +-
 ...atternLayout_predefined_date_pattern_with_t.xml |   2 +-
 ...pdate_kafka_clients_from_0_8_2_1_to_0_8_2_2.xml |   2 +-
 ...ovement_backport_Java_8_fast_ISO_8859_1_Str.xml |   2 +-
 ...rException_when_only_root_logger_is_defined.xml |   2 +-
 ...rovement_when_converting_Strings_to_byte_ar.xml |   2 +-
 src/changelog/2.4/.release.xml                     |   2 +-
 ..._event_when_interpolating_logger_properties.xml |   2 +-
 ...te_messages_based_on_the_marker_in_Layout_f.xml |   2 +-
 ...form_from_Java_6_to_7_From_this_version_onw.xml |   2 +-
 ...e_database_tests_from_H2_1_3_175_to_1_3_176.xml |   2 +-
 ..._leaves_files_open_until_GC_when_an_IO_erro.xml |   2 +-
 ...leaves_files_open_until_GC_when_an_IO_error.xml |   2 +-
 ...eys_to_be_specified_in_the_MDC_pattern_conv.xml |   2 +-
 ...itePolicy_for_changing_level_of_a_log_event.xml |   2 +-
 ...logging_Level_gives_null_Log4j_Level_and_ca.xml |   2 +-
 ...ightConverter_does_not_obey_noConsoleNoAnsi.xml |   2 +-
 ...tes_unnecessary_Map_objects_by_calling_Thre.xml |   2 +-
 ...ystemClassLoader_when_running_on_Google_App.xml |   2 +-
 ...036_Update_Apache_Flume_from_1_5_2_to_1_6_0.xml |   2 +-
 ...tibility_issue_in_log4j_1_2_api_NDC_pop_and.xml |   2 +-
 ...ct_documentation_for_layout_default_charset.xml |   2 +-
 ...Update_MongoDB_driver_from_2_11_2_to_2_13_2.xml |   2 +-
 ...g_appenders_don_t_take_timeout_into_account.xml |   2 +-
 ...-1044_Support_batchSize_in_FlumeAvroManager.xml |   2 +-
 ...vents_to_Flume_when_the_appender_is_stopped.xml |   2 +-
 ...045_Externalize_log4j2_xml_via_URL_resource.xml |   2 +-
 ...r_Exception_cause_throws_StackOverflowError.xml |   2 +-
 ...Monitor_unnecessarily_calls_System_currentT.xml |   2 +-
 ..._resets_the_thread_interrupted_flag_after_c.xml |   2 +-
 ...p_class_to_help_write_log_files_relative_to.xml |   2 +-
 ...rror_when_starting_app_on_Google_App_Engine.xml |   2 +-
 ...e_logging_log4j_LogManager_getFormatterLogg.xml |   2 +-
 ...ains_String_does_not_respect_org_slf4j_Mark.xml |   2 +-
 ...ains_Marker_does_not_respect_org_slf4j_Mark.xml |   2 +-
 ...ve_Marker_does_not_respect_org_slf4j_Marker.xml |   2 +-
 ...Marker_does_not_respect_org_slf4j_Marker_co.xml |   2 +-
 ...emporary_array_object_in_org_apache_logging.xml |   2 +-
 ...ng_slf4j_Log4jMarker_does_not_implement_org.xml |   2 +-
 ...e_logging_log4j_Marker_equals_Object_and_or.xml |   2 +-
 ...4jContextFactory_s_ShutdownCallbackRegistry.xml |   2 +-
 ...tExtendedStackTraceAsString_throws_NPE_on_d.xml |   2 +-
 ...logged_when_using_TcpSocketServer_Serialize.xml |   2 +-
 ..._of_JSON_escape_chars_when_deserializing_JS.xml |   2 +-
 ...2-1070_Update_Java_Mail_from_1_5_2_to_1_5_4.xml |   2 +-
 ...or_system_nanosecond_time_in_pattern_layout.xml |   2 +-
 ..._compressing_to_bzip2_format_on_file_rollov.xml |   2 +-
 ...l_Apache_Commons_Compress_compression_forma.xml |   2 +-
 ..._exception_if_some_log_event_fields_are_nul.xml |   2 +-
 ...4J2-1079_Update_Jackson_from_2_5_3_to_2_5_4.xml |   2 +-
 ...Logger_WARN_event_in_LogManager_with_java_u.xml |   2 +-
 ...ated_Value_CSV_layouts_for_parameter_and_ev.xml |   2 +-
 ...onfigurator_APIs_to_change_a_logger_s_level.xml |   2 +-
 ...4J2-1092_Update_Jackson_from_2_6_0_to_2_6_1.xml |   2 +-
 ...ance_of_ParameterizedMessage_getFormattedMe.xml |   2 +-
 ...imestamp_formatting_performance_improvement.xml |   2 +-
 ...te_Apache_Commons_Compress_from_1_9_to_1_10.xml |   2 +-
 ...he_logging_log4j_Level_isInRange_Level_Leve.xml |   2 +-
 .../LOG4J2-1106_Add_a_LevelRangeFilter_class.xml   |   2 +-
 .../LOG4J2-1107_New_Appender_for_Apache_Kafka.xml  |   2 +-
 ...tion_when_passing_null_to_java_util_logging.xml |   2 +-
 ...ing_log4j_jul_CoreLogger_setLevel_checks_fo.xml |   2 +-
 ..._publisher_Appender_for_ZeroMQ_using_JeroMQ.xml |   2 +-
 ...114_Add_thread_name_to_status_logger_layout.xml |   2 +-
 ...Manager_in_ConsoleAppender_leaking_managers.xml |   2 +-
 ...apper_generator_tool_to_add_Java_8_lambda_s.xml |   2 +-
 ...formance_improvements_avoid_unnecessary_loc.xml |   2 +-
 ...race_condition_on_reconfiguration_Introduce.xml |   2 +-
 ...tor_initialize_String_ClassLoader_String_fa.xml |   2 +-
 ...formance_improvement_by_caching_and_reusing.xml |   2 +-
 ...4J2-1879_Update_Jackson_from_2_5_4_to_2_6_0.xml |   2 +-
 ...er_username_and_password_should_be_optional.xml |   2 +-
 ..._Java_8_lambda_expressions_to_lazily_constr.xml |   2 +-
 ...dd_support_for_configuration_via_Properties.xml |   2 +-
 ...ePatternConverter_does_not_print_suppressed.xml |   2 +-
 ...J2-767_New_module_for_Liquibase_integration.xml |   2 +-
 ...imestamp_formatting_performance_improvement.xml |   2 +-
 ...should_not_be_written_on_application_startu.xml |   2 +-
 ...1_should_work_around_a_bug_in_JBOSS_EAP_6_2.xml |   2 +-
 ...ation_for_combining_async_with_sync_loggers.xml |   2 +-
 ...pressed_Exception_throws_StackOverflowError.xml |   2 +-
 ...ationBuilder_for_programmatic_configuration.xml |   2 +-
 ...EFAULT_ENCODING_bug_in_SimpleLogger_logMess.xml |   2 +-
 ...e_System_nanoTime_to_measure_time_intervals.xml |   2 +-
 ...tal_interface_LevelLogger_which_got_committ.xml |   2 +-
 src/changelog/2.5/.release.xml                     |   2 +-
 ...ovement_when_gathering_location_information.xml |   2 +-
 ...SR_223_scripts_in_filters_and_the_PatternSe.xml |   2 +-
 ...OG4J2-1156_Web_site_corrections_and_updates.xml |   2 +-
 ...ion_error_for_classes_annotated_with_Plugin.xml |   2 +-
 ..._is_using_MessageFormat_on_String_passed_by.xml |   2 +-
 ...al_memory_leak_in_Tomcat8_that_mentions_Asy.xml |   2 +-
 ...mprove_Log4j_initialization_status_messages.xml |   2 +-
 ...tion_executor_should_use_a_DaemonThreadFact.xml |   2 +-
 ...ource_and_destination_file_in_file_rename_a.xml |   2 +-
 ...xt_name_for_logger_context_name_when_availa.xml |   2 +-
 ...al_leak_AsyncLogger_Info_on_Tomcat_when_usi.xml |   2 +-
 ...ror_when_copying_to_a_directory_mapped_to_a.xml |   2 +-
 ...4J2-1174_Update_Jackson_from_2_6_2_to_2_6_3.xml |   2 +-
 ...lasses_in_org_apache_logging_log4j_core_app.xml |   2 +-
 ..._when_log4j_jars_are_in_Tomcat_s_lib_folder.xml |   2 +-
 ...for_JDBC_s_CommonDataSource_setLogWriter_Pr.xml |   2 +-
 ..._cache_does_not_account_for_message_factory.xml |   2 +-
 ...for_java_sql_DriverManager_setLogStream_Pri.xml |   2 +-
 ..._all_thread_names_Log4j_creates_with_Log4j2.xml |   2 +-
 ...s_not_match_parameters_for_LoggerNameLevelR.xml |   2 +-
 ...Make_KafkaAppender_support_SerializedLayout.xml |   2 +-
 ...ongoDbConnection_does_not_close_MongoClient.xml |   2 +-
 ...tionMonitor_The_WatchManager_is_now_used_to.xml |   2 +-
 ...pdate_kafka_clients_from_0_8_2_2_to_0_9_0_0.xml |   2 +-
 ...upport_for_async_loggers_Fixed_a_memory_lea.xml |   2 +-
 ...sage_of_status_messages_in_bounded_queue_su.xml |   2 +-
 ...policy_and_rollover_strategy_to_be_modified.xml |   2 +-
 ..._custom_delete_actions_triggered_by_a_rollo.xml |   2 +-
 ...upport_for_async_loggers_it_is_now_possible.xml |   2 +-
 ...licy_and_IdlePurgePolicy_to_RoutingAppender.xml |   2 +-
 ...ng_log4j_core_Logger_should_be_serializable.xml |   2 +-
 ..._omitting_the_display_name_element_in_web_x.xml |   2 +-
 ...xed_minor_issues_with_the_site_and_manual_p.xml |   2 +-
 ...erty_to_allow_users_to_control_whether_mess.xml |   2 +-
 ...o_occur_at_any_time_Add_CronTriggeringPolic.xml |   2 +-
 ...plugin_documentation_error_about_Converters.xml |   2 +-
 ...er_should_also_roll_over_when_log_event_tim.xml |   2 +-
 src/changelog/2.6.1/.release.xml                   |   2 +-
 ...ion_to_use_java_nio_to_better_report_rename.xml |   2 +-
 ...gger_cache_now_accounts_for_message_factory.xml |   2 +-
 ...should_not_create_a_new_CSVPrinter_for_each.xml |   2 +-
 ...394_Fixed_minor_issues_with_the_2_6_website.xml |   2 +-
 ...8_Update_liquibase_core_from_3_4_2_to_3_5_1.xml |   2 +-
 ...9_Update_Apache_Commons_CSV_from_1_3_to_1_4.xml |   2 +-
 ..._properties_configuration_to_support_arbitr.xml |   2 +-
 ...ngPolicy_was_forcing_a_rollover_of_empty_fi.xml |   2 +-
 ...ableParameterizedMessage_where_Throwable_wa.xml |   2 +-
 ...WARN_log_events_from_Log4j_about_message_fa.xml |   2 +-
 ...Added_the_module_log4j_liquibase_to_BOM_POM.xml |   2 +-
 ...utOfBoundsException_that_may_occur_in_Reusa.xml |   2 +-
 ...on_about_plugin_builders_compared_to_factor.xml |   2 +-
 ...move_filter_were_not_working_properly_in_Ab.xml |   2 +-
 src/changelog/2.6.2/.release.xml                   |   2 +-
 ...icy_was_not_properly_setting_the_prevFileTi.xml |   2 +-
 ...on_to_ConsoleAppender_for_increased_perform.xml |   2 +-
 ...ingbuffer_of_StringBuilders_is_now_configur.xml |   2 +-
 ...4_Fixed_minor_issues_with_the_2_6_1_website.xml |   2 +-
 ...ormatter_now_avoids_calling_toString_on_aut.xml |   2 +-
 ...e_Unbox_utility_ignored_the_value_Constants.xml |   2 +-
 ...geFactory2_to_custom_Logger_implementations.xml |   2 +-
 ...ssFileManager_was_not_properly_rolling_over.xml |   2 +-
 ..._AsyncAppenderQueueFullPolicyTest_sometimes.xml |   2 +-
 ...4J2-1432_Update_Jackson_from_2_7_4_to_2_7_5.xml |   2 +-
 .../LOG4J2-1433_Update_Jansi_from_1_11_to_1_13.xml |   2 +-
 ...thread_local_StringBuilders_used_by_Layouts.xml |   2 +-
 ...e_and_ReusableObjectMessage_now_avoid_calli.xml |   2 +-
 ...tupTriggeringPolicy_that_allowed_it_to_roll.xml |   2 +-
 ...e_Apache_Commons_Compress_from_1_11_to_1_12.xml |   2 +-
 ...ngPolicyTest_fails_on_Windows_saying_the_fi.xml |   2 +-
 ..._reusable_messages_broke_flow_tracing_logic.xml |   2 +-
 ...e_fails_in_rename_action_then_resort_to_tru.xml |   2 +-
 src/changelog/2.6/.release.xml                     |   2 +-
 ...G4J2-1011_Document_dependencies_for_layouts.xml |   2 +-
 ...p_class_to_help_write_log_files_relative_to.xml |   2 +-
 ...discard_events_below_a_certain_log_level_if.xml |   2 +-
 .../LOG4J2-1133_Add_JNDI_lookup_documentation.xml  |   2 +-
 ...ssible_variable_substitution_in_equals_subs.xml |   2 +-
 ...ark_results_comparing_Log4j_2_performance_t.xml |   2 +-
 ...G4J2-1192_Dynamic_Subject_for_SMTP_Appender.xml |   2 +-
 ...g_log4j_core_LoggerContext_updateLoggers_sh.xml |   2 +-
 ..._to_specify_the_correct_default_wait_strate.xml |   2 +-
 ...G4J2-1215_Documentation_XSD_inconsistencies.xml |   2 +-
 ...atternLayout_option_to_limit_length_of_text.xml |   2 +-
 ...4J2-1219_Update_SLF4J_from_1_7_12_to_1_7_13.xml |   2 +-
 ...r_Timeout_wait_strategy_and_made_this_the_d.xml |   2 +-
 ...gerContext_will_fail_if_shutdown_is_in_prog.xml |   2 +-
 ...ion_in_MapLookup_lookup_if_the_event_is_nul.xml |   2 +-
 ...G4J2-1230_Don_t_concatenate_SYSLOG_Messages.xml |   2 +-
 ...Incorrect_log_rotation_in_last_week_of_year.xml |   2 +-
 ...1233_Misleading_Value_In_Properties_Example.xml |   2 +-
 ...rnLayout_header_and_footer_accept_a_pattern.xml |   2 +-
 ...g_log4j_core_net_TcpSocketManager_and_other.xml |   2 +-
 ...4J2-1239_Update_Jackson_from_2_6_3_to_2_6_4.xml |   2 +-
 ...2-1240_Update_Liquibase_from_3_3_5_to_3_4_2.xml |   2 +-
 ...nd_footer_values_customizable_in_JSONLayout.xml |   2 +-
 ...V_Layout_header_and_footers_accept_patterns.xml |   2 +-
 ...248_Fixed_broken_nanotime_in_pattern_layout.xml |   2 +-
 ...4J2-1249_Update_Jackson_from_2_6_4_to_2_7_0.xml |   2 +-
 ...G4J2-124_Add_shutdown_methods_to_LogManager.xml |   2 +-
 ...issue_where_LogRecord_getParameters_is_used.xml |   2 +-
 ...-1252_JeroMqAppender_should_support_layouts.xml |   2 +-
 ...3_Update_LMAX_Disruptor_from_3_3_2_to_3_3_4.xml |   2 +-
 ...1254_Fix_typo_in_Flow_Tracing_documentation.xml |   2 +-
 ...J2-1255_Add_enhanced_entry_and_exit_methods.xml |   2 +-
 ...sholdFilter_does_not_use_the_log_event_s_co.xml |   2 +-
 ...Frame_calculates_message_length_incorrectly.xml |   2 +-
 ...ecessary_exception_in_Log4jServletContextLi.xml |   2 +-
 ...Source_was_not_saved_for_BuiltConfiguration.xml |   2 +-
 ...as_incorrect_for_formats_having_MMM_with_th.xml |   2 +-
 ...should_use_thread_local_translator_by_defau.xml |   2 +-
 ...rt_for_garbage_free_logging_in_steady_state.xml |   2 +-
 ...actory_that_avoid_allocation_by_reusing_a_c.xml |   2 +-
 ...dMessage_optimizations_to_avoid_or_at_least.xml |   2 +-
 ...erConfig_s_data_structure_for_AppenderContr.xml |   2 +-
 ..._LogEvent_ByteBufferDestination_method_to_L.xml |   2 +-
 ...erNoUnconditionalDeleteTest_repeat_test_run.xml |   2 +-
 ...plierTest_and_LoggerSupplierTest_are_Locale.xml |   2 +-
 ..._MessageFormatMessage_and_StringFormattedMe.xml |   2 +-
 ...led_varargs_methods_to_Logger_API_added_Unb.xml |   2 +-
 ...g_apache_logging_log4j_util_MessageSupplier.xml |   2 +-
 ...king_Supplier_parameters_now_correctly_hand.xml |   2 +-
 ...ig_getProperties_should_not_allocate_on_eac.xml |   2 +-
 ...eadLocal_based_gc_free_caching_mechanism_in.xml |   2 +-
 ...84_Made_default_MessageFactory_configurable.xml |   2 +-
 ...w_logging_text_from_entry_to_Enter_and_exit.xml |   2 +-
 ...rnLayout_to_utilize_gc_free_mechanism_for_L.xml |   2 +-
 ...mAccessFileAppender_and_RollingRandomAccess.xml |   2 +-
 ...e_StringBuilderFormattable_to_enable_conver.xml |   2 +-
 ...Update_Kafka_client_from_0_9_0_0_to_0_9_0_1.xml |   2 +-
 ...C_Added_manual_page_on_garbage_free_logging.xml |   2 +-
 ...rter_for_thread_id_and_priority_in_PatternL.xml |   2 +-
 ...alizability_from_classes_that_don_t_need_it.xml |   2 +-
 ..._links_to_runtime_dependencies_in_each_comp.xml |   2 +-
 ...4J2-1304_Update_Jackson_from_2_7_0_to_2_7_2.xml |   2 +-
 ...ould_use_ShutdownCallbackRegistry_instead_o.xml |   2 +-
 ...re_specify_appender_et_al_identifiers_in_pr.xml |   2 +-
 ...on_file_error_does_not_show_cause_exception.xml |   2 +-
 ...essly_casts_to_String_and_should_use_String.xml |   2 +-
 ...ting_unnecessary_temporary_objects_in_Logge.xml |   2 +-
 ...ting_unnecessary_temporary_objects_in_Patte.xml |   2 +-
 ...migration_guide_to_include_information_abou.xml |   2 +-
 ...dling_in_the_Async_Logger_background_thread.xml |   2 +-
 ...s_to_the_Logger_interface_for_logging_CharS.xml |   2 +-
 ...ndError_in_ReflectionUtil_on_Google_App_Eng.xml |   2 +-
 ...ting_unnecessary_temporary_objects_in_Marke.xml |   2 +-
 ...n_1_2_API_module_is_not_compatible_with_1_2.xml |   2 +-
 ...er_performance_optimization_avoid_calling_i.xml |   2 +-
 ...nder_is_now_garbage_free_by_default_This_lo.xml |   2 +-
 ...r_RollingFileAppender_and_MemoryMappedFileA.xml |   2 +-
 ...umentation_for_properties_that_control_Log4.xml |   2 +-
 ...g4jServletContextListener_prevents_jetty_ma.xml |   2 +-
 ...able_ThreadContext_class_CloseableThreadCon.xml |   2 +-
 ...4J2-1351_Update_Jackson_from_2_7_2_to_2_7_3.xml |   2 +-
 ...-1352_Update_javax_mail_from_1_5_4_to_1_5_5.xml |   2 +-
 ...reload_is_triggered_under_Windows_when_repl.xml |   2 +-
 ..._does_now_support_garbage_free_logging_with.xml |   2 +-
 ..._stack_traces_for_logged_Throwables_in_Gelf.xml |   2 +-
 ...e_Apache_Commons_Compress_from_1_10_to_1_11.xml |   2 +-
 .../2.6/LOG4J2-1362_Added_a_YAML_layout.xml        |   2 +-
 ...uration_did_not_support_includeLocation_att.xml |   2 +-
 ...Provide_message_text_as_CharSequence_for_so.xml |   2 +-
 ...StatusLogger_dropped_exceptions_when_loggin.xml |   2 +-
 ...ion_results_in_plaintext_uncompressed_files.xml |   2 +-
 ...t_indents_but_not_the_first_child_tag_Event.xml |   2 +-
 ...r_wrapper_Generator_tool_to_generate_method.xml |   2 +-
 ...4_Migrate_tests_from_Logback_1_1_3_to_1_1_7.xml |   2 +-
 ...4J2-1375_Update_SLF4J_from_1_7_13_to_1_7_21.xml |   2 +-
 ...4J2-1380_Update_Jackson_from_2_7_3_to_2_7_4.xml |   2 +-
 ...LogEvent_using_Log4jLogEvent_Builder_should.xml |   2 +-
 ...4_Update_Apache_Commons_CSV_from_1_2_to_1_3.xml |   2 +-
 ..._Fixed_memory_leak_related_to_shutdown_hook.xml |   2 +-
 ...a_allocation_instrumenter_from_3_0_to_3_0_1.xml |   2 +-
 ...zerImpl_Use_Thread_instead_of_Class_for_fal.xml |   2 +-
 ...onfigurations_to_for_a_composite_configurat.xml |   2 +-
 ...2-621_Pattern_to_drop_first_N_package_parts.xml |   2 +-
 ...perties_as_a_JSON_map_in_JSONLayout_with_op.xml |   2 +-
 ...yout_doesn_t_add_a_comma_between_log_events.xml |   2 +-
 ...ption_for_BundleContextSelector_when_initia.xml |   2 +-
 src/changelog/2.7/.release.xml                     |   2 +-
 ...ect_context_data_from_other_sources_than_Th.xml |   2 +-
 ..._Google_App_Engine_Interpolator_now_suppres.xml |   2 +-
 ...1_Added_Logging_API_for_Scala_2_10_and_2_11.xml |   2 +-
 ..._JVM_Input_Arguments_Lookup_JMX_is_not_avai.xml |   2 +-
 ...g_log4j_core_appender_routing_IdlePurgePoli.xml |   2 +-
 ...ds_are_no_longer_leaking_on_Tomcat_shutdown.xml |   2 +-
 ...erException_in_FastDateParser_TimeZoneStrat.xml |   2 +-
 ...ed_in_configuration_can_now_have_their_valu.xml |   2 +-
 ..._values_to_be_specified_in_configuration_as.xml |   2 +-
 ...ustom_plugins_from_jar_files_and_directorie.xml |   2 +-
 ...onverter_and_StyleConverter_are_now_GC_free.xml |   2 +-
 ...rt_for_garbage_free_ThreadContext_map_Disab.xml |   2 +-
 ...pport_for_Conversant_DisruptorBlockingQueue.xml |   2 +-
 ...hod_getParameter_to_ObjectMessage_and_Reusa.xml |   2 +-
 ...pport_for_JCTools_MPSC_bounded_lock_free_qu.xml |   2 +-
 ...Event_s_internal_data_structure_for_context.xml |   2 +-
 ...rated_agents_host_list_to_be_passed_to_Flum.xml |   2 +-
 ...r_deadlock_when_using_async_logging_and_ext.xml |   2 +-
 ...J2-1458_Updated_Jackson_from_2_7_5_to_2_8_0.xml |   2 +-
 ...PatternLayout_Add_an_ANSI_option_to_message.xml |   2 +-
 ...4J2-1467__OSGi_Fixed_missing_import_package.xml |   2 +-
 ...ternLayout_Add_an_ANSI_option_to_xThrowable.xml |   2 +-
 ...g_log4j_core_LoggerContext_now_implements_C.xml |   2 +-
 ...Fixed_improper_header_in_CsvParameterLayout.xml |   2 +-
 ...ted_JMS_test_from_ActiveMQ_5_13_3_to_5_13_4.xml |   2 +-
 ...O8601_date_conversion_pattern_with_a_period.xml |   2 +-
 ...conversion_patterns_with_a_timezone_paramet.xml |   2 +-
 ...stpone_creating_log_file_until_the_appender.xml |   2 +-
 ...J2-1494_Updated_Jackson_from_2_8_0_to_2_8_1.xml |   2 +-
 ..._Updated_LMAX_Disruptor_from_3_3_4_to_3_3_5.xml |   2 +-
 ...dated_Kafka_client_from_0_9_1_0_to_0_10_0_0.xml |   2 +-
 ...tions_failed_with_an_NPE_when_comparing_Nod.xml |   2 +-
 ...ender_is_now_able_to_create_files_on_demand.xml |   2 +-
 ..._CsvParameterLayout_and_CsvLogEventLayout_i.xml |   2 +-
 ...ender_is_now_able_to_create_files_on_demand.xml |   2 +-
 ...for_the_FileAppender_plugin_to_facilitate_a.xml |   2 +-
 ...unregister_JMX_MBeans_when_log4j2_disable_j.xml |   2 +-
 ...507_Allow_Builders_to_be_completely_generic.xml |   2 +-
 ...Allow_a_Builder_to_subclass_another_Builder.xml |   2 +-
 ...ilter_filtered_incorrectly_when_params_were.xml |   2 +-
 ..._exclude_stack_trace_from_JSON_XML_and_YAML.xml |   2 +-
 ...Map2_interface_supporting_method_putAll_Map.xml |   2 +-
 ...in_Async_Loggers_when_queue_is_full_and_log.xml |   2 +-
 ..._Add_ThreadContext_putAll_Map_String_String.xml |   2 +-
 ...mplementations_to_manage_the_thread_context.xml |   2 +-
 ..._setting_StatusLogger_destination_in_Config.xml |   2 +-
 ...RingBufferLogEvent_getFormattedMessage_when.xml |   2 +-
 ...generate_Log4j_2_style_XML_configuration_fi.xml |   2 +-
 ...ot_merged_properly_in_composite_configurati.xml |   2 +-
 ...here_LogEvent_getContextStack_returned_null.xml |   2 +-
 ...ot_merged_properly_in_composite_configurati.xml |   2 +-
 ...ated_Kafka_client_from_0_10_0_0_to_0_10_0_1.xml |   2 +-
 ...event_NPE_when_dynamically_removing_filters.xml |   2 +-
 ...Configurator_shutdown_LoggerContext_long_Ti.xml |   2 +-
 ...bstractManager_now_tracks_its_LoggerContext.xml |   2 +-
 ...esource_leak_in_XmlConfiguration_XmlConfigu.xml |   2 +-
 ...xOutOfBoundsException_in_ParameterizedMessa.xml |   2 +-
 ...d_Core_API_org_apache_logging_log4j_core_ut.xml |   2 +-
 ...d_Core_API_org_apache_logging_log4j_core_ut.xml |   2 +-
 ...d_Web_API_org_apache_logging_log4j_web_WebL.xml |   2 +-
 ...tConfiguration_now_tracks_its_LoggerContext.xml |   2 +-
 ...Policy_ConfigurationScheduler_scheduled_the.xml |   2 +-
 ..._AsyncLoggerContextSelector_PropertiesConfi.xml |   2 +-
 ...ted_JMS_test_from_ActiveMQ_5_13_4_to_5_14_0.xml |   2 +-
 ...bstractManager_now_implements_AutoCloseable.xml |   2 +-
 ...Custom_Log4j_threads_now_extend_Log4jThread.xml |   2 +-
 ...r_the_SocketAppender_deprecates_factory_met.xml |   2 +-
 ...58_SocketAppender_now_supports_IO_buffering.xml |   2 +-
 .../LOG4J2-1559_Prevent_NPE_in_Level_isInRange.xml |   2 +-
 ...ender_memory_usage_from_growing_unbounded_i.xml |   2 +-
 ...g4j_2_6_2_and_higher_from_losing_exceptions.xml |   2 +-
 ..._java_util_concurrent_LinkedTransferQueue_t.xml |   2 +-
 ...J2-1569_Updated_Jackson_from_2_8_1_to_2_8_2.xml |   2 +-
 .../LOG4J2-1573_Layout_is_no_longer_optional.xml   |   2 +-
 ...gFileAppender_to_use_default_pattern_layout.xml |   2 +-
 ..._now_stores_configuration_properties_in_a_L.xml |   2 +-
 ...the_RoutingAppender_and_deprecate_factory_m.xml |   2 +-
 ...can_be_configured_with_scripts_Add_Script_i.xml |   2 +-
 ...X_components_no_longer_prints_a_stack_trace.xml |   2 +-
 ...g_on_platforms_where_JMX_is_not_available_I.xml |   2 +-
 ...og_messages_triggered_by_nested_logging_fro.xml |   2 +-
 ...filters_extending_AbstractFilter_that_did_n.xml |   2 +-
 ...nterface_LifeCycle2_with_stop_long_TimeUnit.xml |   2 +-
 ...derSelector_to_create_an_Appender_specified.xml |   2 +-
 ...J2-1598_Updated_Jackson_from_2_8_2_to_2_8_3.xml |   2 +-
 ..._NPE_in_org_apache_logging_log4j_message_Pa.xml |   2 +-
 ..._NPE_due_to_org_apache_logging_log4j_core_l.xml |   2 +-
 ..._NPE_due_to_org_apache_logging_log4j_core_l.xml |   2 +-
 ...l_NPE_in_org_apache_logging_log4j_core_util.xml |   2 +-
 ..._and_equals_methods_in_org_apache_logging_l.xml |   2 +-
 ...2-1604_Log4j2_TcpSocketServer_in_background.xml |   2 +-
 ...sages_for_TcpSocketServer_and_UdpSocketServ.xml |   2 +-
 ...oes_not_provide_throwable_object_to_Servlet.xml |   2 +-
 ...ServletAppender_and_deprecate_factory_metho.xml |   2 +-
 ...rgetNamespace_to_log4j_config_xsd_GitHub_43.xml |   2 +-
 ...nce_of_context_data_injector_for_web_applic.xml |   2 +-
 ...ception_when_using_JUL_logging_during_shutd.xml |   2 +-
 ...19_new_Log4jLogEvent_toString_throws_an_NPE.xml |   2 +-
 ...ileAppender_immediateFlush_default_value_sh.xml |   2 +-
 ...e_Apache_Commons_Compress_from_1_12_to_1_13.xml |   2 +-
 ...Fixed_wrong_Fragment_Host_in_manifest_files.xml |   2 +-
 ...o_disable_date_lookup_completely_for_compat.xml |   2 +-
 src/changelog/2.8.1/.release.xml                   |   2 +-
 ...Exception_org_apache_logging_log4j_core_uti.xml |   2 +-
 ...opertiesUtil_getCharsetProperty_that_caused.xml |   2 +-
 ...n_sending_to_Kafka_when_using_syncSend_fals.xml |   2 +-
 ..._ensure_JMH_generated_classes_in_log4j_perf.xml |   2 +-
 ...pattern_to_be_preceded_with_characters_othe.xml |   2 +-
 ...condition_in_FixedDateFormat_made_FixedDate.xml |   2 +-
 ..._for_DefaultRolloverStrategy_purgeAscending.xml |   2 +-
 ...core_Add_and_implement_LogEvent_toImmutable.xml |   2 +-
 ...gback_1_1_10_and_then_Logback_1_2_for_tests.xml |   2 +-
 ...ssage_when_log4j_2_configuration_file_not_f.xml |   2 +-
 ...e_minOccur_to_minOccurs_in_Log4j_config_xsd.xml |   2 +-
 ...work_when_filePattern_contains_no_directory.xml |   2 +-
 ...4J2-1819_Update_Jackson_from_2_8_5_to_2_8_6.xml |   2 +-
 .../2.8.1/LOG4J2-1822_Update_SLF4J_to_1_7_24.xml   |   2 +-
 ...n_on_MessageSupplier_lambda_functions_in_Lo.xml |   2 +-
 src/changelog/2.8.2/.release.xml                   |   2 +-
 ...e_exceptions_when_a_security_manager_is_pre.xml |   2 +-
 ...tests_to_their_own_module_to_speed_up_build.xml |   2 +-
 ...4J2-1831_NullPointerException_in_HtmlLayout.xml |   2 +-
 ...ocumentation_about_the_licensing_for_JeroMQ.xml |   2 +-
 ...LOG4J2-1836_Update_the_API_version_to_2_6_0.xml |   2 +-
 ...ppending_common_suffix_to_each_line_of_exte.xml |   2 +-
 ...Fix_typo_in_replace_converter_documentation.xml |   2 +-
 ...ppending_common_suffix_to_each_line_of_thro.xml |   2 +-
 ...Event_getLoggerName_returns_null_in_KafkaAp.xml |   2 +-
 ...Event_getLoggerName_returns_null_in_LoggerN.xml |   2 +-
 ...g_support_to_EncodingPatternConverter_encod.xml |   2 +-
 ...savings_time_DST_issue_with_FixedDateFormat.xml |   2 +-
 ...Fix_CassandraRule_and_unit_tests_on_Windows.xml |   2 +-
 ..._of_RandomAccessFileAppender_Builder_append.xml |   2 +-
 ...4J2-1856_Update_Jackson_from_2_8_6_to_2_8_7.xml |   2 +-
 ...rg_apache_logging_log4j_ThreadContext_about.xml |   2 +-
 ...oc_about_Order_and_OrderComparator_ordering.xml |   2 +-
 ...iltering_input_in_TcpSocketServer_and_UdpSo.xml |   2 +-
 src/changelog/2.8/.release.xml                     |   2 +-
 ...verStrategy_more_efficient_when_renaming_fi.xml |   2 +-
 ...der_now_supports_omitting_the_file_name_and.xml |   2 +-
 ...serialization_to_handle_non_serializable_Me.xml |   2 +-
 ...ow_default_value_in_property_to_be_a_Lookup.xml |   2 +-
 ...mpl_module_now_declares_a_runtime_dependenc.xml |   2 +-
 ...ntation_regarding_YAML_configuration_format.xml |   2 +-
 ...icy_raise_exception_and_fail_to_rollover_lo.xml |   2 +-
 ...1623_Configurable_JVM_shutdown_hook_timeout.xml |   2 +-
 ...ng_regression_in_FileAppender_introduced_in.xml |   2 +-
 ...does_not_pick_up_Oracle_Java_8_s_sun_stdout.xml |   2 +-
 ...hen_used_in_OSGi_containers_IllegalAccessEr.xml |   2 +-
 ...dFileAppender_createAppender_Javadoc_for_im.xml |   2 +-
 ...G4J2-1641_Update_JeroMQ_from_0_3_5_to_0_3_6.xml |   2 +-
 ...llbackRegistry_can_throw_a_NoClassDefFoundE.xml |   2 +-
 ...nefficient_locking_in_AbstractLoggerAdapter.xml |   2 +-
 .../2.8/LOG4J2-1645_Immutable_empty_StringMap.xml  |   2 +-
 ...2-1646_Migrate_to_Mockito_2_x_in_unit_tests.xml |   2 +-
 ...J2-1647_Update_Commons_Lang_from_3_4_to_3_5.xml |   2 +-
 ...urationScheduler_shuts_down_without_blockin.xml |   2 +-
 ...icy_would_use_the_wrong_date_time_when_roll.xml |   2 +-
 ...4J2-1655_Update_Jackson_from_2_8_3_to_2_8_4.xml |   2 +-
 ...656_Update_Apache_Flume_from_1_6_0_to_1_7_0.xml |   2 +-
 ...hreadContextMapFactory_createThreadContextM.xml |   2 +-
 ...thod_ThreadContext_getThreadContextMap_remo.xml |   2 +-
 ...yStringMap_can_be_serialized_and_deserializ.xml |   2 +-
 .../2.8/LOG4J2-1664_Improve_OSGi_unit_tests.xml    |   2 +-
 ...ting_temporary_objects_in_IntegerPatternCon.xml |   2 +-
 ...ting_temporary_objects_in_RelativeTimePatte.xml |   2 +-
 ...ting_temporary_objects_in_SequenceNumberPat.xml |   2 +-
 ...ting_temporary_objects_in_MarkerPatternConv.xml |   2 +-
 ...ting_temporary_objects_in_MaxLengthConverte.xml |   2 +-
 ...ting_temporary_objects_in_EqualsReplacement.xml |   2 +-
 ...ting_temporary_objects_in_EqualsIgnoreCaseR.xml |   2 +-
 ...ating_temporary_objects_in_LevelRangeFilter.xml |   2 +-
 ...llocating_temporary_objects_in_MarkerFilter.xml |   2 +-
 ...cating_temporary_objects_in_ThresholdFilter.xml |   2 +-
 ...ay_not_carry_a_Throwable_Use_Message_getThr.xml |   2 +-
 ...d_allocating_temporary_objects_in_MapFilter.xml |   2 +-
 ...ting_temporary_objects_in_ThreadContextMapF.xml |   2 +-
 ...ting_temporary_objects_in_StructuredDataFil.xml |   2 +-
 ..._allocating_temporary_objects_in_TimeFilter.xml |   2 +-
 ...ces_IndexedStringMap_and_IndexedReadOnlyStr.xml |   2 +-
 ...lizedMessageFactory_prints_key_instead_of_m.xml |   2 +-
 ..._allocating_temporary_objects_in_MapMessage.xml |   2 +-
 ...nsi_in_PatternLayout_to_unconditionally_dis.xml |   2 +-
 ...roxy_when_resolving_stack_in_Java_EE_OSGi_e.xml |   2 +-
 ...lements_of_a_log_message_parameter_array_we.xml |   2 +-
 ...adContextMap_interface_supporting_method_re.xml |   2 +-
 ...Add_putAll_method_to_CloseableThreadContext.xml |   2 +-
 ...ScriptPatternSelector_and_deprecate_ScriptP.xml |   2 +-
 ...MarkerPatternSelector_and_deprecate_MarkerP.xml |   2 +-
 ...uilder_to_PatternLayout_and_deprecate_Patte.xml |   2 +-
 ...8_Update_LMAX_Disruptor_from_3_3_5_to_3_3_6.xml |   2 +-
 .../LOG4J2-1700_Update_Jansi_from_1_13_to_1_14.xml |   2 +-
 ...RandomAccessFileAppender_and_deprecate_Rand.xml |   2 +-
 ...MemoryMappedFileAppender_and_deprecate_Memo.xml |   2 +-
 ...RollingRandomAccessFileAppender_and_depreca.xml |   2 +-
 ...sable_as_global_filter_and_as_logger_filter.xml |   2 +-
 ...w_TCP_Socket_Appender_to_set_socket_options.xml |   2 +-
 ...ecure_Socket_Appender_to_set_socket_options.xml |   2 +-
 ...SyslogAppender_and_deprecate_SyslogAppender.xml |   2 +-
 ..._from_Apache_Commons_Lang_s_org_apache_comm.xml |   2 +-
 ...ting_temporary_objects_in_AbstractStyleName.xml |   2 +-
 ...ting_temporary_objects_in_NdcPatternConvert.xml |   2 +-
 ...ting_temporary_objects_in_MapPatternConvert.xml |   2 +-
 ...ting_temporary_objects_in_EncodingPatternCo.xml |   2 +-
 ..._marker_interface_AsynchronouslyFormattable.xml |   2 +-
 ...tion_in_ObjectMessage_and_SimpleMessage_ens.xml |   2 +-
 ...1720_Make_GelfLayout_independent_of_Jackson.xml |   2 +-
 ...ting_temporary_objects_in_VariablesNotEmpty.xml |   2 +-
 ...ve_dependency_on_geronimo_jms_1_1_spec_caus.xml |   2 +-
 ...n_GelfLayout_s_additional_fields_at_runtime.xml |   2 +-
 ...Cassandra_appender_and_ColumnMapping_plugin.xml |   2 +-
 ...etManager_now_respects_connectTimeoutMillis.xml |   2 +-
 ...ribute_to_KafkaAppender_as_in_KafkaLog4jApp.xml |   2 +-
 ...actory_might_leak_Sockets_when_certain_star.xml |   2 +-
 ...4J2-1735_Update_Jackson_from_2_8_4_to_2_8_5.xml |   2 +-
 ...actory_might_leak_Sockets_when_certain_star.xml |   2 +-
 ...SyslogLayout_and_deprecate_SyslogLayout_cre.xml |   2 +-
 ...JsonLayout_and_deprecate_org_apache_logging.xml |   2 +-
 ...fkaAppender_and_deprecate_KafkaAppender_cre.xml |   2 +-
 ...ggeringPolicy_programmatically_leads_to_NPE.xml |   2 +-
 ...ration_does_not_add_filters_to_appenderRefs.xml |   2 +-
 ..._Generate_tool_no_longer_requires_the_log4j.xml |   2 +-
 ...e_non_daemon_thread_pool_for_rollover_tasks.xml |   2 +-
 ...1750_Update_Kafka_from_0_10_0_1_to_0_10_1_1.xml |   2 +-
 ...1_Update_liquibase_core_from_3_5_1_to_3_5_3.xml |   2 +-
 ..._and_constraint_validators_for_java_net_Ine.xml |   2 +-
 ...56_Adds_xmlns_in_schema_and_some_other_tags.xml |   2 +-
 ...58_Add_TypeConverter_for_java_nio_file_Path.xml |   2 +-
 ...2-1759_Add_TypeConverter_for_java_util_UUID.xml |   2 +-
 .../2.8/LOG4J2-1762_Add_Builder_to_GelfLayout.xml  |   2 +-
 ...le_in_ContextDataFactory_cached_constructor.xml |   2 +-
 ..._issue_affecting_all_layouts_except_Pattern.xml |   2 +-
 ...JdbcAppender_and_deprecate_JdbcAppender_cre.xml |   2 +-
 ...ColumnConfig_and_deprecate_ColumnConfig_cre.xml |   2 +-
 ...ule_to_allow_unit_tests_to_set_a_status_lev.xml |   2 +-
 ...ependency_in_unit_tests_with_Spring_Test_an.xml |   2 +-
 ...syncLogger_did_not_resolve_configuration_pr.xml |   2 +-
 ..._of_the_ExecutorServices_in_the_LoggerConte.xml |   2 +-
 ...e_Conversant_Disruptor_from_1_2_7_to_1_2_10.xml |   2 +-
 ...duler_now_preserves_interrupt_flag_during_s.xml |   2 +-
 ...exclude_transitive_conflicting_dependencies.xml |   2 +-
 ..._both_filters_and_separator_for_PatternLayo.xml |   2 +-
 ...ernConverter_does_not_use_TextRenderer_or_l.xml |   2 +-
 ...ta_type_support_to_JdbcAppender_via_new_Col.xml |   2 +-
 ...Appender_so_that_Layout_is_a_Plugin_element.xml |   2 +-
 src/changelog/2.9.0/.release.xml                   |   2 +-
 ...071_Allow_for_bufferSize_0_in_SMTP_appender.xml |   2 +-
 ...o_longer_use_deprecated_LMAX_Disruptor_APIs.xml |   2 +-
 ...should_use_a_JMS_MapMessage_for_a_Log4j_Map.xml |   2 +-
 ...ill_lose_several_events_after_re_connection.xml |   2 +-
 ...4J2-1359_Add_support_for_Java_9_StackWalker.xml |   2 +-
 .../2.9.0/LOG4J2-1442_Generic_HTTP_appender.xml    |   2 +-
 ...g_File_Permissions_with_PosixFilePermission.xml |   2 +-
 ...orary_compress_directory_during_rollover_88.xml |   2 +-
 ..._to_WARN_Ignoring_log_event_messages_printe.xml |   2 +-
 ...rint_all_internal_logging_to_the_console_if.xml |   2 +-
 ...sses_CustomLoggerGenerator_and_ExtendedLogg.xml |   2 +-
 ...erException_when_a_file_name_is_specified_w.xml |   2 +-
 ...nents_from_log4j_core_to_new_log4_server_mo.xml |   2 +-
 ...4_Support_null_byte_delimiter_in_GelfLayout.xml |   2 +-
 ...l_random_delay_in_TimeBasedTriggeringPolicy.xml |   2 +-
 ...Local_StringBuilder_in_ParameterizedMessage.xml |   2 +-
 ...roperty_and_KeyValuePair_component_in_Confi.xml |   2 +-
 ...ort_capped_collections_for_MongoDb_appender.xml |   2 +-
 ...LOG4J2-1867_Fix_configuration_documentation.xml |   2 +-
 ..._Update_ZeroMQ_s_JeroMQ_from_0_3_6_to_0_4_0.xml |   2 +-
 ...date_Kafka_client_from_0_10_1_1_to_0_10_2_0.xml |   2 +-
 ...J2-1872_Update_JavaMail_from_1_5_5_to_1_5_6.xml |   2 +-
 ...s_writeBytes_ByteBuffer_and_writeBytes_byte.xml |   2 +-
 ..._reliable_checking_for_runtime_dependencies.xml |   2 +-
 ...tion_for_Max_index_limit_in_DefaultRollover.xml |   2 +-
 .../LOG4J2-1879_Update_JAnsi_from_1_14_to_1_15.xml |   2 +-
 ...guration_file_for_an_inactive_Configuration.xml |   2 +-
 ...1884_Added_process_ID_pid_pattern_converter.xml |   2 +-
 ..._about_default_additivity_value_for_loggers.xml |   2 +-
 ...ava_nio_charset_UnsupportedCharsetException.xml |   2 +-
 ...rs_to_classes_in_package_org_apache_logging.xml |   2 +-
 .../LOG4J2-1900_Update_JAnsi_from_1_15_to_1_16.xml |   2 +-
 ...ssage_when_misconfigured_with_multiple_inco.xml |   2 +-
 ...documentation_of_the_DynamicThresholdFilter.xml |   2 +-
 ...ration_logs_warning_Unable_to_determine_URI.xml |   2 +-
 ...va_util_ServiceLoader_to_locate_Log4j_2_API.xml |   2 +-
 ...er_is_not_available_in_Android_and_causes_a.xml |   2 +-
 ..._use_in_Android_applications_remove_depende.xml |   2 +-
 ...irectWriteRolloverStrategy_to_RollingRandom.xml |   2 +-
 ...4J2-1929_EOFException_with_FormattedMessage.xml |   2 +-
 ...hods_to_org_apache_logging_log4j_message_Ma.xml |   2 +-
 ..._methods_to_org_apache_logging_log4j_messag.xml |   2 +-
 ..._not_know_how_to_recover_from_a_broken_conn.xml |   2 +-
 ..._primitive_methods_to_org_apache_logging_lo.xml |   2 +-
 ...4J2-1938_Update_Jackson_from_2_8_7_to_2_8_9.xml |   2 +-
 ...ttribute_was_being_ignored_in_the_RFC5424La.xml |   2 +-
 ...-1945_Generate_source_jas_for_all_test_jars.xml |   2 +-
 ...from_properties_file_to_remove_trailing_spa.xml |   2 +-
 ..._Fix_docker_build_with_jdk9_requirements_84.xml |   2 +-
 ...t_released_when_the_JmsAppender_builder_cat.xml |   2 +-
 ..._with_multiple_root_loggers_now_fail_loudly.xml |   2 +-
 ...ould_be_able_to_connect_to_a_broker_later_e.xml |   2 +-
 ...roker_password_should_be_a_char_not_a_Strin.xml |   2 +-
 ...e_SerializedLayout_and_remove_it_as_default.xml |   2 +-
 ...e_DTD_processing_in_XML_configuration_files.xml |   2 +-
 ..._Update_ZeroMQ_s_JeroMQ_from_0_4_0_to_0_4_1.xml |   2 +-
 ...onfigure_breaks_DirectWriteRolloverStrategy.xml |   2 +-
 ...date_Kafka_client_from_0_10_2_0_to_0_11_0_0.xml |   2 +-
 ...ration_does_not_work_for_filePattern_of_Rol.xml |   2 +-
 ...r_option_of_PatternLayout_in_manual_and_oth.xml |   2 +-
 ...970_Update_HdrHistogram_from_2_1_8_to_2_1_9.xml |   2 +-
 ...on_org_eclipse_osgi_internal_loader_SystemB.xml |   2 +-
 ...ore_as_an_OSGi_service_Skip_tests_for_LOG4J.xml |   2 +-
 ..._Update_ZeroMQ_s_JeroMQ_from_0_4_1_to_0_4_2.xml |   2 +-
 ...pdate_javax_persistence_from_2_1_0_to_2_1_1.xml |   2 +-
 ...76_Update_org_osgi_core_from_4_3_1_to_6_0_0.xml |   2 +-
 ...ngBuilder_s_capacity_instead_of_content_len.xml |   2 +-
 ...yout_and_YamlLayout_support_0_byte_terminat.xml |   2 +-
 ...only_allows_one_AppenderRef_element_for_eac.xml |   2 +-
 ...f_StructuredData_to_be_specified_by_the_use.xml |   2 +-
 ...er_size_to_match_documentation_from_8102_to.xml |   2 +-
 ...arsing_the_output_from_JsonLayout_XmlLayout.xml |   2 +-
 ...and_RMI_Security_Manager_causes_access_deni.xml |   2 +-
 ...larify_Javadoc_for_AbstractTriggeringPolicy.xml |   2 +-
 ...cationException_logging_a_parameter_of_type.xml |   2 +-
 ...r_SimpleMessage_to_be_concise_and_clear_100.xml |   2 +-
 ...3_Fix_compiler_warnings_in_LoggerConfigTest.xml |   2 +-
 ...ocketServer_does_not_close_accepted_Sockets.xml |   2 +-
 ...r_converts_all_unrecognized_levels_to_DEBUG.xml |   2 +-
 ...ewInstance_argument_validation_is_incorrect.xml |   2 +-
 ...multiple_StructuredData_elements_in_RFC5424.xml |   2 +-
 ...r_command_line_parser_with_picocli_to_let_u.xml |   2 +-
 ...ession_when_using_a_separate_drive_in_Linux.xml |   2 +-
 ..._does_not_apply_SSLContext_on_TCP_reconnect.xml |   2 +-
 ...figuration_and_TrustStoreConfiguration_to_f.xml |   2 +-
 ...tion_as_successful_when_using_alternative_w.xml |   2 +-
 ...4J2-2017_Update_Jackson_from_2_8_9_to_2_9_0.xml |   2 +-
 ...umentation_for_LoggerNameLevelRewritePolicy.xml |   2 +-
 ...20_Remove_default_layout_from_KafkaAppender.xml |   2 +-
 ...022_RFC5424Layout_now_prints_the_process_id.xml |   2 +-
 ...nical_name_instead_of_name_to_create_its_lo.xml |   2 +-
 ...dcId_in_SyslogAppender_has_no_default_value.xml |   2 +-
 .../2.9.0/Update_SLF4J_from_1_7_24_to_1_7_25.xml   |   2 +-
 src/changelog/2.9.1/.release.xml                   |   2 +-
 ...tModificationException_with_AsyncLoggerConf.xml |   2 +-
 ...eption_when_making_all_loggers_asynchronous.xml |   2 +-
 ...tModificationException_with_AsyncLoggerConf.xml |   2 +-
 ...nical_name_instead_of_name_to_create_its_lo.xml |   2 +-
 ...ctMethodError_javax_xml_parsers_DocumentBui.xml |   2 +-
 ...or_was_not_properly_skipping_the_initial_st.xml |   2 +-
 ...xamples_should_not_use_deprecated_flow_APIs.xml |   2 +-
 ..._ClassLoaders_to_locate_the_service_provide.xml |   2 +-
 ..._to_clarify_disruptor_3_3_4_is_now_required.xml |   2 +-
 ..._Jackson_from_2_9_0_to_2_9_1_fix_for_Java_9.xml |   2 +-
 ...4_Update_Apache_Commons_CSV_from_1_4_to_1_5.xml |   2 +-
 ...-2045_Update_javax_mail_from_1_5_6_to_1_6_0.xml |   2 +-
 ...e_Apache_Commons_Compress_from_1_13_to_1_14.xml |   2 +-
 ...Update_Cassandra_driver_from_3_1_0_to_3_1_4.xml |   2 +-
 ...queue_size_for_AsyncAppender_from_128_to_10.xml |   2 +-
 ...ache_Kafka_Client_from_0_11_0_0_to_0_11_0_1.xml |   2 +-
 src/site/_constants.adoc                           |   2 +-
 src/site/_release-notes.adoc                       |   1 +
 .../_release-notes/{_2.x.x.adoc => _2.21.0.adoc}   |   6 +-
 src/site/_release-notes/_2.x.x.adoc                |  83 +----
 src/site/asciidoc/support.adoc                     |   7 +-
 src/site/markdown/maven-artifacts.md.vm            |  20 +-
 src/site/site.xml                                  |  15 +-
 2212 files changed, 2539 insertions(+), 2564 deletions(-)
 rename log4j-layout-template-json-test/src/test/resources/{nullEventDelimitedJsonTemplateLayoutLogging.xml => org/apache/logging/log4j/layout/template/json/JsonTemplateLayoutNullEventDelimiterTest.xml} (97%)
 rename {log4j-osgi => log4j-osgi-test}/pom.xml (98%)
 rename {log4j-osgi => log4j-osgi-test}/src/test/java/org/apache/logging/log4j/osgi/tests/AbstractLoadBundleTest.java (100%)
 rename {log4j-osgi => log4j-osgi-test}/src/test/java/org/apache/logging/log4j/osgi/tests/CoreOsgiTest.java (100%)
 rename {log4j-osgi => log4j-osgi-test}/src/test/java/org/apache/logging/log4j/osgi/tests/CustomConfiguration.java (100%)
 rename {log4j-osgi => log4j-osgi-test}/src/test/java/org/apache/logging/log4j/osgi/tests/CustomConfigurationFactory.java (100%)
 rename {log4j-osgi => log4j-osgi-test}/src/test/java/org/apache/logging/log4j/osgi/tests/JULProviderTest.java (100%)
 rename {log4j-osgi => log4j-osgi-test}/src/test/java/org/apache/logging/log4j/osgi/tests/SLF4JProviderTest.java (100%)
 rename {log4j-osgi => log4j-osgi-test}/src/test/java/org/apache/logging/log4j/osgi/tests/equinox/EquinoxLoadApiBundleTest.java (100%)
 rename {log4j-osgi => log4j-osgi-test}/src/test/java/org/apache/logging/log4j/osgi/tests/felix/FelixLoadApiBundleTest.java (100%)
 rename {log4j-osgi => log4j-osgi-test}/src/test/java/org/apache/logging/log4j/osgi/tests/junit/OsgiRule.java (100%)
 rename {log4j-osgi => log4j-osgi-test}/src/test/resources/log4j2.custom (100%)
 rename {log4j-perf => log4j-perf-test}/pom.xml (98%)
 rename {log4j-perf => log4j-perf-test}/src/main/java/org/apache/logging/log4j/ThreadContextBenchmarkAccess.java (100%)
 rename {log4j-perf => log4j-perf-test}/src/main/java/org/apache/logging/log4j/layout/template/json/JsonTemplateLayoutBenchmark.java (100%)
 rename {log4j-perf => log4j-perf-test}/src/main/java/org/apache/logging/log4j/layout/template/json/JsonTemplateLayoutBenchmarkReport.java (100%)
 rename {log4j-perf => log4j-perf-test}/src/main/java/org/apache/logging/log4j/layout/template/json/JsonTemplateLayoutBenchmarkState.java (100%)
 rename {log4j-perf => log4j-perf-test}/src/main/java/org/apache/logging/log4j/message/ParameterFormatterBenchmark.java (100%)
 rename {log4j-perf => log4j-perf-test}/src/main/java/org/apache/logging/log4j/perf/jmh/AbstractStringLayoutStringEncodingBenchmark.java (100%)
 rename {log4j-perf => log4j-perf-test}/src/main/java/org/apache/logging/log4j/perf/jmh/AnnotationVsMarkerInterface.java (100%)
 rename {log4j-perf => log4j-perf-test}/src/main/java/org/apache/logging/log4j/perf/jmh/AsyncAppenderLog4j1Benchmark.java (100%)
 rename {log4j-perf => log4j-perf-test}/src/main/java/org/apache/logging/log4j/perf/jmh/AsyncAppenderLog4j1LocationBenchmark.java (100%)
 rename {log4j-perf => log4j-perf-test}/src/main/java/org/apache/logging/log4j/perf/jmh/AsyncAppenderLog4j2Benchmark.java (100%)
 rename {log4j-perf => log4j-perf-test}/src/main/java/org/apache/logging/log4j/perf/jmh/AsyncAppenderLog4j2LocationBenchmark.java (100%)
 rename {log4j-perf => log4j-perf-test}/src/main/java/org/apache/logging/log4j/perf/jmh/AsyncAppenderLogbackBenchmark.java (100%)
 rename {log4j-perf => log4j-perf-test}/src/main/java/org/apache/logging/log4j/perf/jmh/AsyncAppenderLogbackLocationBenchmark.java (100%)
 rename {log4j-perf => log4j-perf-test}/src/main/java/org/apache/logging/log4j/perf/jmh/AsyncLoggersBenchmark.java (100%)
 rename {log4j-perf => log4j-perf-test}/src/main/java/org/apache/logging/log4j/perf/jmh/AsyncLoggersLocationBenchmark.java (100%)
 rename {log4j-perf => log4j-perf-test}/src/main/java/org/apache/logging/log4j/perf/jmh/ClocksBenchmark.java (100%)
 rename {log4j-perf => log4j-perf-test}/src/main/java/org/apache/logging/log4j/perf/jmh/CollectionsBenchmark.java (100%)
 rename {log4j-perf => log4j-perf-test}/src/main/java/org/apache/logging/log4j/perf/jmh/ConcurrentAsyncLoggerToFileBenchmark.java (100%)
 rename {log4j-perf => log4j-perf-test}/src/main/java/org/apache/logging/log4j/perf/jmh/ConfiguratorInitializeBenchmark.java (100%)
 rename {log4j-perf => log4j-perf-test}/src/main/java/org/apache/logging/log4j/perf/jmh/DateTimeFormatBenchmark.java (100%)
 rename {log4j-perf => log4j-perf-test}/src/main/java/org/apache/logging/log4j/perf/jmh/DebugDisabledBenchmark.java (100%)
 rename {log4j-perf => log4j-perf-test}/src/main/java/org/apache/logging/log4j/perf/jmh/FileAppenderBenchmark.java (100%)
 rename {log4j-perf => log4j-perf-test}/src/main/java/org/apache/logging/log4j/perf/jmh/FileAppenderParamsBenchmark.java (100%)
 rename {log4j-perf => log4j-perf-test}/src/main/java/org/apache/logging/log4j/perf/jmh/FileAppenderThrowableBenchmark.java (100%)
 rename {log4j-perf => log4j-perf-test}/src/main/java/org/apache/logging/log4j/perf/jmh/FileAppenderWithLocationBenchmark.java (100%)
 rename {log4j-perf => log4j-perf-test}/src/main/java/org/apache/logging/log4j/perf/jmh/FormatterLoggerBenchmark.java (100%)
 rename {log4j-perf => log4j-perf-test}/src/main/java/org/apache/logging/log4j/perf/jmh/GelfLayoutBenchmark.java (100%)
 rename {log4j-perf => log4j-perf-test}/src/main/java/org/apache/logging/log4j/perf/jmh/InstantFormatBenchmark.java (100%)
 rename {log4j-perf => log4j-perf-test}/src/main/java/org/apache/logging/log4j/perf/jmh/JdbcAppenderBenchmark.java (100%)
 rename {log4j-perf => log4j-perf-test}/src/main/java/org/apache/logging/log4j/perf/jmh/JpaAppenderBenchmark.java (100%)
 rename {log4j-perf => log4j-perf-test}/src/main/java/org/apache/logging/log4j/perf/jmh/Log4j2AppenderComparisonBenchmark.java (100%)
 rename {log4j-perf => log4j-perf-test}/src/main/java/org/apache/logging/log4j/perf/jmh/Log4jLogEventBenchmark.java (100%)
 rename {log4j-perf => log4j-perf-test}/src/main/java/org/apache/logging/log4j/perf/jmh/LogBuilderMarkerFilterBenchmark.java (100%)
 rename {log4j-perf => log4j-perf-test}/src/main/java/org/apache/logging/log4j/perf/jmh/LoggerConfigBenchmark.java (100%)
 rename {log4j-perf => log4j-perf-test}/src/main/java/org/apache/logging/log4j/perf/jmh/LoggingDisabledBenchmark.java (100%)
 rename {log4j-perf => log4j-perf-test}/src/main/java/org/apache/logging/log4j/perf/jmh/MDCFilterBenchmark.java (100%)
 rename {log4j-perf => log4j-perf-test}/src/main/java/org/apache/logging/log4j/perf/jmh/MarkerFilterBenchmark.java (100%)
 rename {log4j-perf => log4j-perf-test}/src/main/java/org/apache/logging/log4j/perf/jmh/MemoryHandlerJULBenchmark.java (100%)
 rename {log4j-perf => log4j-perf-test}/src/main/java/org/apache/logging/log4j/perf/jmh/MemoryHandlerJULLocationBenchmark.java (100%)
 rename {log4j-perf => log4j-perf-test}/src/main/java/org/apache/logging/log4j/perf/jmh/NamePatternConverterBenchmark.java (100%)
 rename {log4j-perf => log4j-perf-test}/src/main/java/org/apache/logging/log4j/perf/jmh/NanotimeBenchmark.java (100%)
 rename {log4j-perf => log4j-perf-test}/src/main/java/org/apache/logging/log4j/perf/jmh/OutputBenchmark.java (100%)
 rename {log4j-perf => log4j-perf-test}/src/main/java/org/apache/logging/log4j/perf/jmh/ParameterizedMessageBenchmark.java (100%)
 rename {log4j-perf => log4j-perf-test}/src/main/java/org/apache/logging/log4j/perf/jmh/ParameterizedMessageInliningBenchmark.java (100%)
 rename {log4j-perf => log4j-perf-test}/src/main/java/org/apache/logging/log4j/perf/jmh/PatternLayoutBenchmark.java (100%)
 rename {log4j-perf => log4j-perf-test}/src/main/java/org/apache/logging/log4j/perf/jmh/PatternLayoutComparisonBenchmark.java (100%)
 rename {log4j-perf => log4j-perf-test}/src/main/java/org/apache/logging/log4j/perf/jmh/ReflectionBenchmark.java (100%)
 rename {log4j-perf => log4j-perf-test}/src/main/java/org/apache/logging/log4j/perf/jmh/SimpleBenchmark.java (100%)
 rename {log4j-perf => log4j-perf-test}/src/main/java/org/apache/logging/log4j/perf/jmh/SortedArrayVsHashMapBenchmark.java (100%)
 rename {log4j-perf => log4j-perf-test}/src/main/java/org/apache/logging/log4j/perf/jmh/StackWalkBenchmark.java (100%)
 rename {log4j-perf => log4j-perf-test}/src/main/java/org/apache/logging/log4j/perf/jmh/StringBuilderEscapeBenchmark.java (100%)
 rename {log4j-perf => log4j-perf-test}/src/main/java/org/apache/logging/log4j/perf/jmh/StringEncodingBenchmark.java (100%)
 rename {log4j-perf => log4j-perf-test}/src/main/java/org/apache/logging/log4j/perf/jmh/TextEncoderHelperBenchmark.java (100%)
 rename {log4j-perf => log4j-perf-test}/src/main/java/org/apache/logging/log4j/perf/jmh/ThreadContextBenchmark.java (100%)
 rename {log4j-perf => log4j-perf-test}/src/main/java/org/apache/logging/log4j/perf/jmh/ThreadLocalVsConcurrentHashMapBenchmark.java (100%)
 rename {log4j-perf => log4j-perf-test}/src/main/java/org/apache/logging/log4j/perf/jmh/ThreadLocalVsPoolBenchmark.java (100%)
 rename {log4j-perf => log4j-perf-test}/src/main/java/org/apache/logging/log4j/perf/jmh/ThreadsafeDateFormatBenchmark.java (100%)
 rename {log4j-perf => log4j-perf-test}/src/main/java/org/apache/logging/log4j/perf/jmh/TimeFormatBenchmark.java (100%)
 rename {log4j-perf => log4j-perf-test}/src/main/java/org/apache/logging/log4j/perf/jmh/UnboxBenchmark.java (100%)
 rename {log4j-perf => log4j-perf-test}/src/main/java/org/apache/logging/log4j/perf/jmh/UuidGeneratorBenchmark.java (100%)
 rename {log4j-perf => log4j-perf-test}/src/main/java/org/apache/logging/log4j/perf/jmh/VarargsBenchmark.java (100%)
 rename {log4j-perf => log4j-perf-test}/src/main/java/org/apache/logging/log4j/perf/jmh/jpa/TestBasicEntity.java (100%)
 rename {log4j-perf => log4j-perf-test}/src/main/java/org/apache/logging/log4j/perf/jmh/package-info.java (100%)
 rename {log4j-perf => log4j-perf-test}/src/main/java/org/apache/logging/log4j/perf/nogc/AbstractLogger.java (100%)
 rename {log4j-perf => log4j-perf-test}/src/main/java/org/apache/logging/log4j/perf/nogc/ClassicLogger.java (100%)
 rename {log4j-perf => log4j-perf-test}/src/main/java/org/apache/logging/log4j/perf/nogc/DemoAppender.java (100%)
 rename {log4j-perf => log4j-perf-test}/src/main/java/org/apache/logging/log4j/perf/nogc/NoGcLayout.java (100%)
 rename {log4j-perf => log4j-perf-test}/src/main/java/org/apache/logging/log4j/perf/nogc/NoGcLogger.java (100%)
 rename {log4j-perf => log4j-perf-test}/src/main/java/org/apache/logging/log4j/perf/nogc/NoGcMessage.java (100%)
 rename {log4j-perf => log4j-perf-test}/src/main/java/org/apache/logging/log4j/perf/nogc/NoGcMessagePatternConverter.java (100%)
 rename {log4j-perf => log4j-perf-test}/src/main/java/org/apache/logging/log4j/perf/nogc/OpenHashStringMap.java (100%)
 rename {log4j-perf => log4j-perf-test}/src/main/java/org/apache/logging/log4j/perf/nogc/ParameterizedMessage.java (100%)
 rename {log4j-perf => log4j-perf-test}/src/main/java/org/apache/logging/log4j/perf/nogc/Test.java (100%)
 rename {log4j-perf => log4j-perf-test}/src/main/java/org/apache/logging/log4j/perf/util/BenchmarkMessageParams.java (100%)
 rename {log4j-perf => log4j-perf-test}/src/main/java/org/apache/logging/log4j/perf/util/DemoAppender.java (100%)
 rename {log4j-perf => log4j-perf-test}/src/main/java/org/apache/logging/log4j/perf/util/NoOpJULHandler.java (100%)
 rename {log4j-perf => log4j-perf-test}/src/main/java/org/apache/logging/log4j/perf/util/NoOpLog4jAppender.java (100%)
 rename {log4j-perf => log4j-perf-test}/src/main/java/org/apache/logging/log4j/perf/util/NoOpLogbackAppender.java (100%)
 rename {log4j-perf => log4j-perf-test}/src/main/java/org/apache/logging/log4j/perf/util/StackDriver.java (100%)
 rename {log4j-perf => log4j-perf-test}/src/main/java/org/apache/logging/log4j/spi/CopyOnWriteOpenHashMapThreadContextMap.java (100%)
 rename {log4j-perf => log4j-perf-test}/src/main/java/org/apache/logging/log4j/spi/GarbageFreeOpenHashMapThreadContextMap.java (100%)
 rename {log4j-perf => log4j-perf-test}/src/main/resources/ConcurrentAsyncLoggerToFileBenchmark-asyncConfig.xml (100%)
 rename {log4j-perf => log4j-perf-test}/src/main/resources/ConcurrentAsyncLoggerToFileBenchmark.xml (100%)
 rename {log4j-perf => log4j-perf-test}/src/main/resources/META-INF/persistence.xml (100%)
 rename {log4j-perf => log4j-perf-test}/src/main/resources/log4j12-perf-file-throwable.xml (100%)
 rename {log4j-perf => log4j-perf-test}/src/main/resources/log4j12-perf.xml (100%)
 rename {log4j-perf => log4j-perf-test}/src/main/resources/log4j12-perf2.xml (100%)
 rename {log4j-perf => log4j-perf-test}/src/main/resources/log4j12-perfloc.xml (100%)
 rename {log4j-perf => log4j-perf-test}/src/main/resources/log4j2-appenderComparison.xml (100%)
 rename {log4j-perf => log4j-perf-test}/src/main/resources/log4j2-jdbc-appender.xml (100%)
 rename {log4j-perf => log4j-perf-test}/src/main/resources/log4j2-jpa-appender.xml (100%)
 rename {log4j-perf => log4j-perf-test}/src/main/resources/log4j2-markerFilter-perf.xml (100%)
 rename {log4j-perf => log4j-perf-test}/src/main/resources/log4j2-markerFilter-perf2.xml (100%)
 rename {log4j-perf => log4j-perf-test}/src/main/resources/log4j2-noFilter-perf.xml (100%)
 rename {log4j-perf => log4j-perf-test}/src/main/resources/log4j2-perf-file-throwable.xml (100%)
 rename {log4j-perf => log4j-perf-test}/src/main/resources/log4j2-perf.xml (100%)
 rename {log4j-perf => log4j-perf-test}/src/main/resources/log4j2-perf2.xml (100%)
 rename {log4j-perf => log4j-perf-test}/src/main/resources/log4j2-perf3.xml (100%)
 rename {log4j-perf => log4j-perf-test}/src/main/resources/log4j2-perfloc.xml (100%)
 rename {log4j-perf => log4j-perf-test}/src/main/resources/log4j2-threadContextFilter-perf.xml (100%)
 rename {log4j-perf => log4j-perf-test}/src/main/resources/logback-markerFilter-perf.xml (100%)
 rename {log4j-perf => log4j-perf-test}/src/main/resources/logback-mdcFilter-perf.xml (100%)
 rename {log4j-perf => log4j-perf-test}/src/main/resources/logback-perf-file-throwable.xml (100%)
 rename {log4j-perf => log4j-perf-test}/src/main/resources/logback-perf.xml (100%)
 rename {log4j-perf => log4j-perf-test}/src/main/resources/logback-perf2.xml (100%)
 rename {log4j-perf => log4j-perf-test}/src/main/resources/logback-perfloc.xml (100%)
 rename {log4j-perf => log4j-perf-test}/src/main/resources/perf-WithoutAnyAppender-location.xml (100%)
 rename {log4j-perf => log4j-perf-test}/src/main/resources/perf-WithoutAnyAppender.xml (100%)
 rename {log4j-perf => log4j-perf-test}/src/main/resources/perf-log4j12-async-location-noOpAppender.xml (100%)
 rename {log4j-perf => log4j-perf-test}/src/main/resources/perf-log4j12-async-noOpAppender.xml (100%)
 rename {log4j-perf => log4j-perf-test}/src/main/resources/perf-log4j12-async.xml (100%)
 rename {log4j-perf => log4j-perf-test}/src/main/resources/perf-logback-async-location-noOpAppender.xml (100%)
 rename {log4j-perf => log4j-perf-test}/src/main/resources/perf-logback-async-noOpAppender.xml (100%)
 rename {log4j-perf => log4j-perf-test}/src/main/resources/perf-logback-async.xml (100%)
 rename {log4j-perf => log4j-perf-test}/src/main/resources/perf3PlainNoLoc.xml (100%)
 rename {log4j-perf => log4j-perf-test}/src/main/resources/perf5AsyncApndDsrptrNoLoc-noOpAppender.xml (100%)
 rename {log4j-perf => log4j-perf-test}/src/main/resources/perf5AsyncApndDsrptrWithLoc-noOpAppender.xml (100%)
 rename {log4j-perf => log4j-perf-test}/src/main/resources/perf5AsyncApndMpscQNoLoc-noOpAppender.xml (100%)
 rename {log4j-perf => log4j-perf-test}/src/main/resources/perf5AsyncApndMpscQWithLoc-noOpAppender.xml (100%)
 rename {log4j-perf => log4j-perf-test}/src/main/resources/perf5AsyncApndNoLoc-noOpAppender.xml (100%)
 rename {log4j-perf => log4j-perf-test}/src/main/resources/perf5AsyncApndNoLoc.xml (100%)
 rename {log4j-perf => log4j-perf-test}/src/main/resources/perf5AsyncApndWithLoc-noOpAppender.xml (100%)
 rename {log4j-perf => log4j-perf-test}/src/main/resources/perf5AsyncApndXferQNoLoc-noOpAppender.xml (100%)
 rename {log4j-perf => log4j-perf-test}/src/main/resources/perf5AsyncApndXferQWithLoc-noOpAppender.xml (100%)
 create mode 100644 src/changelog/.2.x.x/update_co_elastic_clients_elasticsearch_java.xml
 create mode 100644 src/changelog/.2.x.x/update_com_google_guava_guava.xml
 create mode 100644 src/changelog/.2.x.x/update_com_h2database_h2.xml
 create mode 100644 src/changelog/.2.x.x/update_io_netty_netty_bom.xml
 create mode 100644 src/changelog/.2.x.x/update_org_springframework_boot_spring_boot.xml
 create mode 100644 src/changelog/.2.x.x/update_org_zeromq_jeromq.xml
 copy src/changelog/.2.x.x/{update-1runtime-tomcat-juli.xml => upgrade_spring-framework-bom.xml} (88%)
 copy src/changelog/{.2.x.x => 2.21.0}/.release-notes.adoc.ftl (100%)
 copy src/changelog/{2.20.0 => 2.21.0}/.release.xml (90%)
 rename src/changelog/{.2.x.x => 2.21.0}/1231_validation_path_condition.xml (95%)
 rename src/changelog/{.2.x.x => 2.21.0}/1232_log4j-to-sfl4j-2-OSGiMetadata.xml (96%)
 rename src/changelog/{.2.x.x => 2.21.0}/1275_fix-javadoc.xml (95%)
 rename src/changelog/{.2.x.x => 2.21.0}/1281_remove_locale-dependent_toLowerCase.xml (95%)
 rename src/changelog/{.2.x.x => 2.21.0}/1284_redirect_old_javadoc_urls.xml (95%)
 rename src/changelog/{.2.x.x => 2.21.0}/1312_add_environment_arbiter.xml (95%)
 rename src/changelog/{.2.x.x => 2.21.0}/1365_open-FileExtension.xml (100%)
 rename src/changelog/{.2.x.x => 2.21.0}/1366_fix_java_sql_date.xml (95%)
 rename src/changelog/{.2.x.x => 2.21.0}/1367_Missing-Bundle-Activation-OSGiMetadata.xml (96%)
 rename src/changelog/{.2.x.x => 2.21.0}/1369_bump_build_requirement_jdk_11.xml (95%)
 rename src/changelog/{.2.x.x => 2.21.0}/1380_StackTraceStringResolver_uses_instance_after_recycling.xml (95%)
 rename src/changelog/{.2.x.x => 2.21.0}/1381_support_parents_in_MarkerResolver.xml (95%)
 rename src/changelog/{.2.x.x => 2.21.0}/1389_Added_missing_setter_for_connectionStringSource_in_MongoDb4Provider.xml (95%)
 rename src/changelog/{.2.x.x => 2.21.0}/1391_fix_NPE_in_PluginElementVisitor.xml (95%)
 rename src/changelog/{.2.x.x => 2.21.0}/1405_column_mapping_rename_type_attribute.xml (95%)
 rename src/changelog/{.2.x.x => 2.21.0}/1414_restore_SLF4J_Log4jMarker_visibility.xml (95%)
 rename src/changelog/{.2.x.x => 2.21.0}/1418_fix_ArrayOutOfBound_in_Log4jFixedFormatter.xml (95%)
 rename src/changelog/{.2.x.x => 2.21.0}/1445_1549_fix_sync_roll_action_propagation.xml (96%)
 rename src/changelog/{.2.x.x => 2.21.0}/1445_fix_synchronous_rolling_file_manager.xml (95%)
 rename src/changelog/{.2.x.x => 2.21.0}/1484_fix_StackLocator_stdout.xml (95%)
 rename src/changelog/{.2.x.x => 2.21.0}/1485_fix_DatePatternConverter_when_TL_disabled.xml (95%)
 rename src/changelog/{.2.x.x => 2.21.0}/1503_change_defaults_for_LevelRangeFilter.xml (95%)
 rename src/changelog/{.2.x.x => 2.21.0}/1508_fix-javadoc.xml (96%)
 rename src/changelog/{.2.x.x => 2.21.0}/1530_fix_runtime-dependencies_documentation.xml (95%)
 rename src/changelog/{.2.x.x => 2.21.0}/1533_set_fqcn_eventbuilder.xml (95%)
 rename src/changelog/{.2.x.x => 2.21.0}/1545_add_warn_in_case_of_incorrect_syntax_of_highlighting_style.xml (96%)
 rename src/changelog/{.2.x.x => 2.21.0}/1550_multiple_filter_invocations.xml (95%)
 rename src/changelog/{.2.x.x => 2.21.0}/1589_mongodb_tests.xml (95%)
 rename src/changelog/{.2.x.x => 2.21.0}/1626_parameter_format_rewrite.xml (95%)
 rename src/changelog/{.2.x.x => 2.21.0}/1640_java_9_stack_trace_element.xml (95%)
 rename src/changelog/{.2.x.x => 2.21.0}/1646_unsafe_cleaner.xml (95%)
 rename src/changelog/{.2.x.x => 2.21.0}/1650_fix_rollover_strategy_log4j1.xml (95%)
 rename src/changelog/{.2.x.x => 2.21.0}/1681_fix_and_improve_lookup_docs.xml (96%)
 rename src/changelog/{.2.x.x => 2.21.0}/1692_make_JTL_LocationAware.xml (95%)
 rename src/changelog/{.2.x.x => 2.21.0}/1747_mongodb4-long-collection-size-conifg.xml (95%)
 rename src/changelog/{.2.x.x => 2.21.0}/1760_use_java_version_specific_warnings_in_StackLocator.xml (95%)
 rename src/changelog/{.2.x.x => 2.21.0}/1782_allow_multiple_servletcontextlistener_instances.xml (100%)
 rename src/changelog/{.2.x.x => 2.21.0}/1783_spring_arbiter_without_environment.xml (95%)
 rename src/changelog/{.2.x.x => 2.21.0}/1786_fix_async_context_data_loss.xml (95%)
 rename src/changelog/{.2.x.x => 2.21.0}/1805_fix_NPE_in_JTL_LevelResolver.xml (95%)
 rename src/changelog/{.2.x.x => 2.21.0}/LOG4J2-170_Improve_XML_schema.xml (95%)
 rename src/changelog/{.2.x.x => 2.21.0}/LOG4J2-3217_fix_NPE_in_ContextSelector.xml (95%)
 rename src/changelog/{.2.x.x => 2.21.0}/LOG4J2-3657_fix_TL_usage_in_AbstractLogger.xml (96%)
 rename src/changelog/{.2.x.x => 2.21.0}/LOG4J2-3660_fix_notEmpty_converter_for_empty_collections.xml (95%)
 rename src/changelog/{.2.x.x => 2.21.0}/LOG4J2-3663_fix_file_descriptor_leak_on_Tomcat.xml (95%)
 rename src/changelog/{.2.x.x => 2.21.0}/OsgiServiceLocator_npe.xml (95%)
 rename src/changelog/{.2.x.x => 2.21.0}/PreventResourceLeak.xml (95%)
 rename src/changelog/{.2.x.x => 2.21.0}/new-release-process.xml (95%)
 rename src/changelog/{.2.x.x => 2.21.0}/remove-jmx-gui.xml (95%)
 rename src/changelog/{.2.x.x => 2.21.0}/update-1runtime-angus-activation.xml (100%)
 rename src/changelog/{.2.x.x => 2.21.0}/update-1runtime-angus-mail.xml (100%)
 rename src/changelog/{.2.x.x => 2.21.0}/update-1runtime-cassandra-driver.xml (100%)
 rename src/changelog/{.2.x.x => 2.21.0}/update-1runtime-cassandra.xml (100%)
 rename src/changelog/{.2.x.x => 2.21.0}/update-1runtime-commons-compress.xml (100%)
 rename src/changelog/{.2.x.x => 2.21.0}/update-1runtime-commons-csv.xml (100%)
 rename src/changelog/{.2.x.x => 2.21.0}/update-1runtime-jackson.xml (100%)
 rename src/changelog/{.2.x.x => 2.21.0}/update-1runtime-jakarta-activation.xml (100%)
 rename src/changelog/{.2.x.x => 2.21.0}/update-1runtime-jakarta-mail.xml (100%)
 rename src/changelog/{.2.x.x => 2.21.0}/update-1runtime-jctools.xml (100%)
 rename src/changelog/{.2.x.x => 2.21.0}/update-1runtime-kafka.xml (100%)
 rename src/changelog/{.2.x.x => 2.21.0}/update-1runtime-kubernetes.xml (100%)
 rename src/changelog/{.2.x.x => 2.21.0}/update-1runtime-mongodb.xml (100%)
 rename src/changelog/{.2.x.x => 2.21.0}/update-1runtime-netty.xml (100%)
 rename src/changelog/{.2.x.x => 2.21.0}/update-1runtime-spring-boot.xml (100%)
 rename src/changelog/{.2.x.x => 2.21.0}/update-1runtime-spring-framework.xml (100%)
 rename src/changelog/{.2.x.x => 2.21.0}/update-1runtime-tomcat-juli.xml (100%)
 rename src/changelog/{.2.x.x => 2.21.0}/update-1runtime-woodstox.xml (100%)
 copy src/site/_release-notes/{_2.x.x.adoc => _2.21.0.adoc} (99%)