This is an automated email from the ASF dual-hosted git repository.
clebertsuconic pushed a change to branch new-logging
in repository https://gitbox.apache.org/repos/asf/activemq-artemis.git
discard 10cb89d193 Adding a test with no argument on exception (just to be
sure)
discard f5cc289216 Removing @Cause annotation
discard a41de99ddf fix up errorprone error and an IDE warning
discard 057d352f72 ensure exceptions/causes are the last arg passed, as the
logging framework expects, and processor now enforces
discard 9af3bf1013 fix checkstyle on processor
discard aa598142bd small tweak on test
discard e55a0fc79d Enforcing exception as the last argument
discard ddd315a8e7 log processing improvement with exceptions
discard 8787ceca97 flesh out assembly default logging config, give output like
previous behaviour
discard 41d9d67c3c Removing Reload4J
discard c8dae46d1d fix some more placeholders missed previously
discard 75f2aa97ba make basic start on audit log file config, add [unfinished]
config changes to get AuditLoggerResourceTest smoke test passing
discard eb7fe44356 reorder args to match previously out-of-order placeholders,
ensure new output matches previous
discard 1e459257e3 remove now-unnecessary quote escaping from log/message
bundle format strings, giving same output as before switch to slf4j formatter
discard cd76f81b15 switch to released 2.0.0 artemis-native dep
discard 79a2a2b0ee Fixing up some {0} versus {}
discard 7a05f7fbf1 re-enable GHA CI runs in the main repo, build now in state
it can pass the PR test subset (except for
d153efde4e04703875c92fdcb45f9f65b87a215b needing reverted which would make it
fail)
discard e2a2555367 add TODO for another fun task
discard 3583445b40 fix various test failures due to unexpected message string;
also make some tests indicate why they failed
discard 3fe44aad26 temporarily remove test to allow concentrating on other
issues
discard ef0d06e91d fix test missed in prior change
discard 7c71c5b38a fix format of code prefix in messages, pointed out by
failing test
discard e23f3218c6 make a start on a basic loging config for distribution
discard a148294a55 add some more needed deps; essentially every module with
tests (or without specific log test config) will need this to avoid a
stacktrace from logging setup issues
discard 87088cb775 avoid NPE in a unit test due to audit loggers still being
enabled, unlike prior test logging config
discard 4fa98e5d7e Using Artemis Native 2.1.0 snapshot until 2.0.0 is released
discard 682a557864 add some deps needed/used already, look into test failure
discard b405f9687b fixup for release profile following prior rebases+squashes
discard 7cb5182c15 add commons-logging -> SLF4J bridge and exclude
commons-logging, suppresses unconfigured log spam from beanutils etc
discard 53529fe743 basic logging config and some more on
AssertionLoggerHandler to get some tests using it working
discard f56614d792 make a start on restoring AssertionLoggerHandler to get
tests going
discard 33fdedf21e Artemis native at 2.0 snapshot
discard 52f2c49df9 squashed logging changes from Clebert + me, rebased onto
main at 688b894c6205058c24d225b340aea1d8a5599902
add 4513d2f121 NO-JIRA Fix Console QueuesTest
new c9bc95dfbe squashed logging changes from Clebert + me, rebased onto
main at 688b894c6205058c24d225b340aea1d8a5599902
new d1545f382d Artemis native at 2.0 snapshot
new 5abd4ef52a make a start on restoring AssertionLoggerHandler to get
tests going
new eb8e93b6ad basic logging config and some more on
AssertionLoggerHandler to get some tests using it working
new 9dae1eb11a add commons-logging -> SLF4J bridge and exclude
commons-logging, suppresses unconfigured log spam from beanutils etc
new 1258903869 fixup for release profile following prior rebases+squashes
new 3a1ae3d310 add some deps needed/used already, look into test failure
new 4411c06196 Using Artemis Native 2.1.0 snapshot until 2.0.0 is released
new 10458ff659 avoid NPE in a unit test due to audit loggers still being
enabled, unlike prior test logging config
new 7c8f45bf7f add some more needed deps; essentially every module with
tests (or without specific log test config) will need this to avoid a
stacktrace from logging setup issues
new b9485089e4 make a start on a basic loging config for distribution
new d0033e928a fix format of code prefix in messages, pointed out by
failing test
new 30106d0f52 fix test missed in prior change
new d4027afa10 temporarily remove test to allow concentrating on other
issues
new 6f974985f0 fix various test failures due to unexpected message string;
also make some tests indicate why they failed
new 07656fe0b4 add TODO for another fun task
new b8b28cc2b9 re-enable GHA CI runs in the main repo, build now in state
it can pass the PR test subset (except for
d153efde4e04703875c92fdcb45f9f65b87a215b needing reverted which would make it
fail)
new d7f93bcf92 Fixing up some {0} versus {}
new 86dc2bba13 switch to released 2.0.0 artemis-native dep
new 4553705893 remove now-unnecessary quote escaping from log/message
bundle format strings, giving same output as before switch to slf4j formatter
new b087b32020 reorder args to match previously out-of-order placeholders,
ensure new output matches previous
new d1afdee694 make basic start on audit log file config, add [unfinished]
config changes to get AuditLoggerResourceTest smoke test passing
new 0cdba28438 fix some more placeholders missed previously
new 0bdc69d313 Removing Reload4J
new 033afc4d7e flesh out assembly default logging config, give output like
previous behaviour
new dd3dea4098 log processing improvement with exceptions
new 4fd4a1f8d8 Enforcing exception as the last argument
new ec219d8aeb small tweak on test
new 8c4df69ceb fix checkstyle on processor
new e9b367fbe1 ensure exceptions/causes are the last arg passed, as the
logging framework expects, and processor now enforces
new 7eb9d2b385 fix up errorprone error and an IDE warning
new f6d673cb16 Removing @Cause annotation
new 8bfc5ad425 Adding a test with no argument on exception (just to be
sure)
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 (10cb89d193)
\
N -- N -- N refs/heads/new-logging (8bfc5ad425)
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.
The 33 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../tests/smoke/console/pages/QueuesPage.java | 33 ++++++++++++++++++----
1 file changed, 27 insertions(+), 6 deletions(-)