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 2024/04/03 13:09:10 UTC

(logging-log4j2) branch dependabot/maven/2.x/co.elastic.clients-elasticsearch-java-8.13.1 updated (39dcc9f204 -> 48dd80f782)

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

github-bot pushed a change to branch dependabot/maven/2.x/co.elastic.clients-elasticsearch-java-8.13.1
in repository https://gitbox.apache.org/repos/asf/logging-log4j2.git


 discard 39dcc9f204 Bump co.elastic.clients:elasticsearch-java from 8.13.0 to 8.13.1
     add fc5918ffc3 Add logging to `PropertiesUtil` and fix `Duration` parser
     add 202cd35a35 Improved error handling
     add 48dd80f782 Bump co.elastic.clients:elasticsearch-java from 8.13.0 to 8.13.1

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   (39dcc9f204)
            \
             N -- N -- N   refs/heads/dependabot/maven/2.x/co.elastic.clients-elasticsearch-java-8.13.1 (48dd80f782)

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:
 .../logging/log4j/util/PropertiesUtilTest.java     |  66 ++++++++++
 .../log4j/util/EnvironmentPropertySource.java      |  30 +++--
 .../apache/logging/log4j/util/PropertiesUtil.java  | 142 +++++++++++++--------
 .../org/apache/logging/log4j/util/Strings.java     |   3 +-
 .../log4j/util/SystemPropertiesPropertySource.java |  43 ++++---
 .../1963_add_logging_to_properties_util.xml}       |   3 +-
 6 files changed, 209 insertions(+), 78 deletions(-)
 copy src/changelog/{2.0-beta1/Update_the_versions_of_SLF4J_and_Logback.xml => .2.x.x/1963_add_logging_to_properties_util.xml} (62%)