Closed bradh closed 2 years ago
Base: 91.03% // Head: 91.03% // No change to project coverage :thumbsup:
Coverage data is based on head (
c8530a1
) compared to base (bf0c3c3
). Patch has no changes to coverable lines.
:umbrella: View full report at Codecov.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.
Note: this is still WIP pending a version of log4j2 that works with slf4j 2.0.0 or later. See https://github.com/apache/logging-log4j2/pull/1025
The log4j2 implementation has been released (at 2.19.0). See https://github.com/apache/logging-log4j2/blob/release-2.x/RELEASE-NOTES.md#apache-log4j-2190-release-notes
Motivation and Context
SLF4J facade has just reached 2.0.1. This upgrades jmisb 2.x to use that.
There is a knock-on change to some of the module requires, and requires a different log4j implementation and a different slf4jtest implementation to deal with the changes.
Description
Updates version in manage dependencies, modifies viewer dependencies, and adds module imports.
Test version is upgraded - requires different imports for namespace changes.
How Has This Been Tested?
Unit tested.
Ran viewer application with test sample that generates log results. Checked OK.
Screenshots (if appropriate):
Types of changes
Checklist: