diff --git a/pom.xml b/pom.xml index 5cd3ca5de9e..0a264099543 100644 --- a/pom.xml +++ b/pom.xml @@ -306,11 +306,11 @@ - 2.24.2 + 2.24.3 - 2.24.2 - 2.24.2 - 2.24.2 + 2.24.3 + 2.24.3 + 2.24.3 + diff --git a/src/changelog/2.24.3/3234_concurrent-logger-modification.xml b/src/changelog/2.24.3/3234_concurrent-logger-modification.xml new file mode 100644 index 00000000000..ca18530a555 --- /dev/null +++ b/src/changelog/2.24.3/3234_concurrent-logger-modification.xml @@ -0,0 +1,11 @@ + + + + + Fix `ConcurrentModificationException`, if multiple threads modify loggers concurrently. + This bug affects users that modify logger levels programmatically. + + diff --git a/src/changelog/2.24.3/3252_recursive_property_sources.xml b/src/changelog/2.24.3/3252_recursive_property_sources.xml new file mode 100644 index 00000000000..1a04019af18 --- /dev/null +++ b/src/changelog/2.24.3/3252_recursive_property_sources.xml @@ -0,0 +1,11 @@ + + + + + Protects `PropertiesUtil` against property sources that call `PropertiesUtil` recursively. + In some cases such a property source can even cause deadlocks. + +