You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@logging.apache.org by vy...@apache.org on 2021/06/24 15:19:41 UTC

[logging-log4j2] branch master updated (db40eb1 -> c91e5a2)

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

vy pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/logging-log4j2.git.


    from db40eb1  Replace null check with Objects/Stream static method. (#525)
     add c91e5a2  Make Local variable and parameter final. (#523)

No new revisions were added by this update.

Summary of changes:
 .../cloud/config/client/Log4j2EventListener.java   |  2 +-
 .../cloud/config/client/WatchEventManager.java     |  6 +++---
 .../cloud/config/sample/SampleApplication.java     |  2 +-
 .../sample/config/GlobalExceptionHandler.java      |  2 +-
 .../cloud/config/sample/config/WebMvcConfig.java   |  2 +-
 .../config/sample/controller/K8SController.java    | 12 ++++++------
 .../config/sample/controller/SampleController.java | 22 +++++++++++-----------
 .../utils/spring/SampleResponseErrorHandler.java   |  4 ++--
 .../config/service/ConfigServiceApplication.java   |  2 +-
 .../service/config/SecurityConfiguration.java      |  2 +-
 10 files changed, 28 insertions(+), 28 deletions(-)