This is an automated email from the ASF dual-hosted git repository.
robbie pushed a change to branch new-logging
in repository https://gitbox.apache.org/repos/asf/activemq-artemis.git
discard 2108761b76 restore comment
discard a5c0a11723 adjusting defaults
discard e84ba91361 add note from some looking at the handling
discard f2c4536474 some consolidation and simplification of the processor to
make following easier and verification more consistent
discard 02fa67c233 Replacing JBL by slf4j on rest
discard 457790c628 Fix stacktraces of generated exceptions to not include the
generated logmessage method
discard 032f136781 WIP: fixups after rebase onto main at
11eab605842716487b0ca2cd5b019ba71bcc313d
discard 271d3fbd39 add note
discard 2c7fb07838 action some TODOs, add some others
discard 2950f50beb some notes around reload
discard 270dd29adb remove a couple TODOs not needed
discard 20cd8288ab fixups after rebase to main at
a0f39a4b28545f4010e07d950c34fe9f1f228b68
discard e0fb64f6a0 fixup header comments
discard 11c5aeeda6 fix some file references and update notes
discard 2b604b55d9 convert some more test loggers
discard d961258822 remove slf4j->jbl bridge from example
discard e66e9538f1 replace a couple of examples logging.properties that enable
audit logger output
discard 7d8cf719fe add a note
discard e95470c990 remove exclusion that is no longer needed
discard 2f942824a5 switch another logger missed previously
discard 055783b6ba fixups after rebase to main at
0ca44c0e6972991cf80e5feda34f6d02cf94dea0
discard a59c2690f7 remove uses of JBL from compatibility tests, add
artemis-unit-test-support to snapshots CP to ensure test appender class is
found and avoids stacktracing
discard a08abb729e add another TODO note
discard 8a61b21d8d move another old log config file out to root, for any later
comparisons needed
discard 9ed8020126 replace logging.properties files for e2e-tests server
configs
discard 3efa7891eb remove commons-logging slf4j bridge now the karaf bits dont
cause beanutils log spam
discard c4b1c2c34b move karaf server feature test to its own module, its
logging deps mess with the commons-config handling
discard af375febac delete old Log4J 1.x log4j.properties files that shouldnt
be doing anything, build isnt using log4j 1.x / reload4j anymore
discard f0e455c86f update deps to match actual SLF4J base usage and simplify
discard bf0dd166ce use latest log4j version
discard f32122e976 remove now-unused import
discard 87674409da update notes
discard b37386180f remove rather than reinstate a couple of unnecesarry level
manipulations
discard ae9be4a9d4 ensure method or class based cleanups for
AssertionLoggerHandler exist or will be effective, where startCapture() has
been called previously
discard 1a67e9c0e2 reinstate another test manipulating levels
discard f5623840d1 restore one of the remaining tests using JBL, manipulating
levels
discard 07ab117e61 Revert "add commons-logging -> SLF4J bridge and exclude
commons-logging, suppresses unconfigured log spam from beanutils etc"
discard 842637e6c5 Revert "Moving dependencies as test"
discard 1b228cf5b5 Revert "Remove slf4j bridge depedencies from libs", towards
getting build back to consistent deps state and to more easily revert original
addition leading to issue.
discard 611e3f6d37 fixing build after rebase
discard d2924c377f Rebased upstream/1662bc740eb4435f5236a70e310825c1daef2e08
discard ee5cbbce28 fixing test
discard 77b430f6a4 Moving dependencies as test
discard a6da70751f Remove slf4j bridge depedencies from libs
discard b6a1e90de9 Removing log facade package
discard 1532be54ec make start on updating remaining integration tests,
manipulating levels etc
discard 11f10c9ecd remove various mentions of jblm and wildfly-common from
scripts etc, update service config logging details..now to see what it breaks
discard 9c93a79937 also move the old main tests logging.config file
discard 2c9e1ed3bd move old base logging.properties out of artemis-cli, but
leave it in root for comparison to see needed config updates as others replaced
discard 1e1793b0fb add some TODOs for area cleanup still needed
discard 4243251028 change remaining integration tests except those with TODOs
discard 286a880f01 Adding safeguard against {?} on LogProcessor
discard 79d672605d fix compile issues IDE somehow decided not to show
discard e41a908147 more test changes
discard d33ebd6a4d more test updates
discard a33ff43464 some more integration test updates
discard 9378e09bde make start on updating integration tests
discard f200d93c5d add note about e2e-test fixups needed
discard 03073bd8cd add artemis-unit-test-support dep to various modules that
have tests, avoid stacktrace on not finding appender from shared logging config
discard 2547b946a4 Verifying JMX Security and setting up
javax.management.builder.initial before Log4J starts its own JMX
discard b429d052fe add artemis-unit-test-support dep to various modules that
have tests, and will stacktrace if the appender isnt found which is referenced
in their shared logging test config
discard 9d6925a3f6 fix dep scope
discard eaa95ae167 add note about many integration-tests etc still using JBL
discard 9045cd1a36 fix other files similar to commit titled 'Fixing duplicate
properties'
discard 72cd3a995a Fixing duplicate properties
discard 1b4ddfe9bb Setting version as 3.0.0
discard 85232be644 updating version after rebasing
discard 739769d89f add log config to get NettyNativeTest working
discard 5735ddf352 simplify test logging config again, adjust assertion to be
more specific and take into account change in output from
07329118c10d14bce018a580b0dadbcf081233a8
discard f848f44dbb add log config for AuditLoggerAMQPMutualSSLTest
discard cfd8fa4063 ARTEMIS-3902 Adding Reason to Security Exception
discard c263970066 add some TODO notes from memory
discard 07d456ab18 add some [in-flux] config to get more failing audit log
smoke tests passing
discard 544742b1bf apply needed change only, and remove old unused
logging.properties file
discard ca71277e15 reset smoke test config to current base assembly config
discard 66f9aea99f some more helper additions to bring default assembly
logging config into line with prior config
discard 45f6294553 Adding a test with no argument on exception (just to be
sure)
discard 0d504293ba Removing @Cause annotation
discard d615b9fb7b fix up errorprone error and an IDE warning
discard 00b8e14a51 ensure exceptions/causes are the last arg passed, as the
logging framework expects, and processor now enforces
discard e9131edaa6 fix checkstyle on processor
discard a54cd1a01c small tweak on test
discard dbb826e0bc Enforcing exception as the last argument
discard 5045522e13 log processing improvement with exceptions
discard 2e22fa44c5 flesh out assembly default logging config, give output like
previous behaviour
discard 4b73f01a11 Removing Reload4J
discard adac6861a4 fix some more placeholders missed previously
discard 0daa3c90bf make basic start on audit log file config, add [unfinished]
config changes to get AuditLoggerResourceTest smoke test passing
discard b455068234 reorder args to match previously out-of-order placeholders,
ensure new output matches previous
discard 799aac0f80 remove now-unnecessary quote escaping from log/message
bundle format strings, giving same output as before switch to slf4j formatter
discard 16b49c06f0 switch to released 2.0.0 artemis-native dep
discard 92a8184fe7 Fixing up some {0} versus {}
discard e79cac72a6 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 e2d8cd2f21 add TODO for another fun task
discard 883f6cd17c fix various test failures due to unexpected message string;
also make some tests indicate why they failed
discard 1d23aaf3b7 temporarily remove test to allow concentrating on other
issues
discard 3372ed8424 fix test missed in prior change
discard 25e87c4ce3 fix format of code prefix in messages, pointed out by
failing test
discard 143d2b4881 make a start on a basic loging config for distribution
discard 2d52d1f76f 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 e1869787a0 avoid NPE in a unit test due to audit loggers still being
enabled, unlike prior test logging config
discard f425402757 Using Artemis Native 2.1.0 snapshot until 2.0.0 is released
discard e47013f579 add some deps needed/used already, look into test failure
discard cb7f526bc1 fixup for release profile following prior rebases+squashes
discard 03da62ff32 add commons-logging -> SLF4J bridge and exclude
commons-logging, suppresses unconfigured log spam from beanutils etc
discard d9073c31c6 basic logging config and some more on
AssertionLoggerHandler to get some tests using it working
discard 5be4b0b4f3 make a start on restoring AssertionLoggerHandler to get
tests going
discard 18bc97e15d Artemis native at 2.0 snapshot
discard 7c4d10995a squashed logging changes from Clebert + me, rebased onto
main at 065bfe14f532858f2c2a20b0afb1a226b08ce013
discard dd1a2fea9c ARTEMIS-3975: dont enable the snapshots repo for release
artifacts during examples build
discard 98770b9d85 ARTEMIS-3971: set -noindex to exclude various .js files
from javadoc output
discard 14fd2f51bc ARTEMIS-3970: update keycloak version used for example to
19.0.1 (and tweak filename accordingly)
discard e09511fe1a ARTEMIS-3969 Removing Extra tests from the codebase
discard 94b061b88b ARTEMIS-3964 Fix default ping commands timeout for Windows
discard 4b0589942b [maven-release-plugin] prepare for next development
iteration
discard 4659320ea3 [maven-release-plugin] prepare release 2.25.0
discard 98c071a3f7 Release notes 2.25.0
discard 27d6032573 ARTEMIS-3943 Changing default broker.xml and xsd with
max-page-read comments and defaults
discard 28c528eb67 ARTEMIS-3922 Reducing contention on
Throwable#getOurStackTrace
discard 1c32773d43 ARTEMIS-3963 Fix setting security roles via properties on
OpenJ9 JDK 11
discard 7c57d8a06e NO-JIRA fix a typo
discard 573e77200b ARTEMIS-3943 Adjusting defalut address settings to avoid
OME from paging and flow control
discard 6290af9997 NO-JIRA Fixing intermittent failure in StompV11Test
discard 919ee42c69 ARTEMIS-3961 don't log OperationContext
discard ffb4f52fe9 ARTEMIS-3958 sending LWT may recurse infinitely if disk full
discard 6bc52e6300 ARTEMIS-3956 clean up use of RemotingConnection
discard 51e7f5d570 ARTEMIS-3955 consolidate Subject on RemotingConnection
discard fe2780ffee ARTEMIS-3872 fix NPE
discard 23b0905066 ARTEMIS-3843: fix audit logging method to call right
logger, tweak message
discard 39ac8d7e6a NO-JIRA Renaming example as opentelemetry
discard 059bdf4ddb ARTEMIS-3872 send scheduled msg immediately via mgmnt
discard e5ecd9df7a ARTEMIS-3843 add/remove connector via management
discard c926a9d15a ARTEMIS-3785 support specifying alias for SSL keystore
discard e923945d09 ARTEMIS-3933 - ScaleDown NPE on DLA resources with multiple
destinations
discard 3f659c6869 ARTEMIS-3954: add more detail to core-client javadoc around
the session and children thread model being like the JMS client
discard 4f401ac54a ARTEMIS-3950: dont prepare unused debug detail during xml
data import processing
discard 06525958d4 ARTEMIS-3947 fix merging for expiry address-settings
discard ddf15b456c ARTEMIS-3918 support FQQN + anycast + redistribution
discard 083eb3a0ca ARTEMIS-3928 Fixing yield and shutdownNow
discard 85ea1515bc NO-JIRA Fixing suggested script for test variables
discard f3443833a1 NO-JIRA: remove now-stale comments on tests that I missed
when switching to cp files in 71b781d9193c64e34e9d986939af40745ea9740b
discard 111a80a30b NO-JIRA: remove now-stale comments missed when switching to
cp files in 71b781d9193c64e34e9d986939af40745ea9740b
discard ec88a9e2c3 NO-JIRA: remove a couple of properties that override parent
definitions and break use of the e2e-tests profile
discard c548b2e9d9 ARTEMIS-3946: update to Netty 4.1.79 (and netty-tcnative to
2.0.54)
discard 556fcfedbd ARTEMIS-3942 use session instead of direct routing for MQTT
LWT messages
discard f8babe3b8e ARTEMIS-3925 LVQ pruning nulls
discard 40c5187762 ARTEMIS-3940 Address.maxSizeMessage is ignored on FAIL and
Blocking Paging Policy
discard 158d006c72 ARTEMIS-3928 Fixing intermittent failure after executor's
change
discard 5b1889476e ARTEMIS-3928 Limiting parallel IO in paging which would
allow multiple destinations running all at once
discard d29d505fd2 ARTEMIS-3929 Improving OpenWire clientIDSet
discard dfffb0a04a ARTEMIS-3928 Adding SoakTest for Paging with in many
destinations
discard ef43bfa17f ARTEMIS-3927: update postgresql [provided/test] dep to
42.4.1
discard 1c64bdc87f ARTEMIS-3914: reorder and clarify some bits, use version
placeholder to give specific version in example dependency declaration
discard 53eb75c31d ARTEMIS-3923 AddressControlImpl.getRoles doesn't return all
the security role permissions.
discard a3aaa78fcb NO-JIRA update address-settings.md
discard 59fbe3bb2d NO-JIRA Moving HQ Converter into HQ client module
discard f3d26afcb3 NO-JIRA small update for security manager
discard 253df0bf77 ARTEMIS-3916 fix OpenWire selector with JMSMessageID
discard bf287b6168 ARTEMIS-3917 Fix incorrect getters/setters on Configuration
API
discard b71a19ae70 ARTEMIS-3914 Document client classpath automated
discard a58163543a added test for mirroring and properties
discard 8be201476f NO-JIRA Improving dependency-scan for compatibility-tests
discard 76ff174d34 NO-JIRA core bridge doc clarification
discard 0713c6188f NO-JIRA core bridge doc fix
discard a264e4af05 NO-JIRA update XSD missed in ARTEMIS-3805
discard f560d9074e ARTEMIS-3900 Support management allowlist entries with
wildcard domain
discard c1b1c35376 ARTEMIS-3909 Move RoutingContext::processReferences as a
static method in PostOffice
discard a08860b231 NO-JIRA fix stale project info
discard 5dbb7e0511 [maven-release-plugin] prepare for next development
iteration
discard 1dd0c57b33 [maven-release-plugin] prepare release 2.24.0
discard fbeb8f1955 NO-JIRA update versions.md for next release
discard 2231478f73 ARTEMIS-3905 update docs for disabled proxy
discard 71c9af2fa8 ARTEMIS-3903 Remove Xalan dependencies
discard 72bda22248 Revert "ARTEMIS-3902 Adding reason to Audit Security
Message"
discard 3f09883c0b ARTEMIS-3902 Adding reason to Audit Security Message
add 3d5f588bbe This closes #4154
add db8f530256 ARTEMIS-3902 Adding reason to Audit Security Message
add 55865ab4b4 Revert "ARTEMIS-3902 Adding reason to Audit Security
Message"
add b57a1498e8 ARTEMIS-3903 Remove Xalan dependencies
add 631568f020 ARTEMIS-3905 update docs for disabled proxy
add 3b24211ba9 NO-JIRA update versions.md for next release
add 897d9beaef [maven-release-plugin] prepare release 2.24.0
add fa002728f2 [maven-release-plugin] prepare for next development
iteration
add 1e56f823a5 NO-JIRA fix stale project info
add e44bd5266f ARTEMIS-3909 Move RoutingContext::processReferences as a
static method in PostOffice
add d250801fcf ARTEMIS-3900 Support management allowlist entries with
wildcard domain
add 7184862bb5 NO-JIRA update XSD missed in ARTEMIS-3805
add 53cb526d82 NO-JIRA core bridge doc fix
add b93613142f NO-JIRA core bridge doc clarification
add 71b781d919 NO-JIRA Improving dependency-scan for compatibility-tests
add d67910f1a6 added test for mirroring and properties
add 0cd203c32d ARTEMIS-3914 Document client classpath automated
add 609343ec78 ARTEMIS-3917 Fix incorrect getters/setters on Configuration
API
add dd61a651b1 ARTEMIS-3916 fix OpenWire selector with JMSMessageID
add 9444fc0bc8 This closes #4163
add 1662bc740e NO-JIRA small update for security manager
add 4a7710918d NO-JIRA Moving HQ Converter into HQ client module
add dc2b67331d NO-JIRA update address-settings.md
add 382267bf63 This closes #4166
add 7fe3e5d198 ARTEMIS-3923 AddressControlImpl.getRoles doesn't return all
the security role permissions.
add 174270fbc2 ARTEMIS-3914: reorder and clarify some bits, use version
placeholder to give specific version in example dependency declaration
add ee8afc8131 This closes #4171
add 7ec0bd35ba ARTEMIS-3927: update postgresql [provided/test] dep to
42.4.1
add 12b81e7a25 ARTEMIS-3928 Adding SoakTest for Paging with in many
destinations
add 568eb70fcd ARTEMIS-3929 Improving OpenWire clientIDSet
add 252e5b0b14 ARTEMIS-3928 Limiting parallel IO in paging which would
allow multiple destinations running all at once
add 2fbf2fcef0 ARTEMIS-3928 Fixing intermittent failure after executor's
change
add 520088b8c6 ARTEMIS-3940 Address.maxSizeMessage is ignored on FAIL and
Blocking Paging Policy
add d158e7eff0 ARTEMIS-3925 LVQ pruning nulls
add aa11a82e0b This closes #4176
add 682f505e32 ARTEMIS-3942 use session instead of direct routing for MQTT
LWT messages
add 05b3879cba This closes #4180
add 88be6c3223 ARTEMIS-3946: update to Netty 4.1.79 (and netty-tcnative to
2.0.54)
add 085bf79bf6 NO-JIRA: remove a couple of properties that override parent
definitions and break use of the e2e-tests profile
add 0ca44c0e69 NO-JIRA: remove now-stale comments missed when switching to
cp files in 71b781d9193c64e34e9d986939af40745ea9740b
add 51825b18ba NO-JIRA: remove now-stale comments on tests that I missed
when switching to cp files in 71b781d9193c64e34e9d986939af40745ea9740b
add c96243698d NO-JIRA Fixing suggested script for test variables
add 9acd036dcc ARTEMIS-3928 Fixing yield and shutdownNow
add 86db53da9a ARTEMIS-3918 support FQQN + anycast + redistribution
add f1c9e3df14 ARTEMIS-3947 fix merging for expiry address-settings
add fb292fde35 This closes #4182
add 734e7f4ae5 ARTEMIS-3950: dont prepare unused debug detail during xml
data import processing
add f6bca09afa ARTEMIS-3954: add more detail to core-client javadoc around
the session and children thread model being like the JMS client
add e8337b9c2e ARTEMIS-3933 - ScaleDown NPE on DLA resources with multiple
destinations
add 451514f915 This closes #4175
add 87e9b361bb ARTEMIS-3785 support specifying alias for SSL keystore
add d8a35bf0e7 This closes #4088
add 8511cf3617 ARTEMIS-3843 add/remove connector via management
add 38ee7bad33 This closes #4089
add 63966dcc56 ARTEMIS-3872 send scheduled msg immediately via mgmnt
add 73e57e5ea8 This closes #4120
add a72d894cb7 NO-JIRA Renaming example as opentelemetry
add c99d061784 ARTEMIS-3843: fix audit logging method to call right
logger, tweak message
add f88381430c ARTEMIS-3872 fix NPE
add 729fdc4aab ARTEMIS-3955 consolidate Subject on RemotingConnection
add a0f39a4b28 ARTEMIS-3956 clean up use of RemotingConnection
add 755b987ab1 ARTEMIS-3958 sending LWT may recurse infinitely if disk full
add 3fee038f85 This closes #4190
add 0e56d1a567 ARTEMIS-3961 don't log OperationContext
add fcd9ff2a86 This closes #4193
add aa4c642796 NO-JIRA Fixing intermittent failure in StompV11Test
add d06459df57 ARTEMIS-3943 Adjusting defalut address settings to avoid
OME from paging and flow control
add 43e3442b14 NO-JIRA fix a typo
add a220678552 This closes #4191
add 45a1245cb0 ARTEMIS-3963 Fix setting security roles via properties on
OpenJ9 JDK 11
add 6482805f7d ARTEMIS-3922 Reducing contention on
Throwable#getOurStackTrace
add 37c7da4e50 This closes #4168
add d4cbbfde1e ARTEMIS-3943 Changing default broker.xml and xsd with
max-page-read comments and defaults
add 36b7e154ee Release notes 2.25.0
add fb1b362b47 [maven-release-plugin] prepare release 2.25.0
add 11eab60584 [maven-release-plugin] prepare for next development
iteration
add 90966ccdf1 ARTEMIS-3964 Fix default ping commands timeout for Windows
add f953408185 ARTEMIS-3969 Removing Extra tests from the codebase
add 1248877f6c ARTEMIS-3970: update keycloak version used for example to
19.0.1 (and tweak filename accordingly)
add 66ac39eb81 ARTEMIS-3971: set -noindex to exclude various .js files
from javadoc output
add 065bfe14f5 ARTEMIS-3975: dont enable the snapshots repo for release
artifacts during examples build
new 765fc2895e squashed logging changes from Clebert + me, rebased onto
main at 065bfe14f532858f2c2a20b0afb1a226b08ce013
new 0cef338ad4 Artemis native at 2.0 snapshot
new 5730c4945a make a start on restoring AssertionLoggerHandler to get
tests going
new 9b5e6cc00e basic logging config and some more on
AssertionLoggerHandler to get some tests using it working
new 8498b8a331 add commons-logging -> SLF4J bridge and exclude
commons-logging, suppresses unconfigured log spam from beanutils etc
new e4b218e0e1 fixup for release profile following prior rebases+squashes
new 5c651209c6 add some deps needed/used already, look into test failure
new 8bead5e65e Using Artemis Native 2.1.0 snapshot until 2.0.0 is released
new f7c5be1123 avoid NPE in a unit test due to audit loggers still being
enabled, unlike prior test logging config
new 0b56ecabd7 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 71e4e88273 make a start on a basic loging config for distribution
new dcde5c348e fix format of code prefix in messages, pointed out by
failing test
new 75fe0b3808 fix test missed in prior change
new ab1bf07b75 temporarily remove test to allow concentrating on other
issues
new e5c0e3530d fix various test failures due to unexpected message string;
also make some tests indicate why they failed
new 5aaac25660 add TODO for another fun task
new 1cbf992f70 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 81f5db9b43 Fixing up some {0} versus {}
new 20b30ac690 switch to released 2.0.0 artemis-native dep
new 9ef335ab5b remove now-unnecessary quote escaping from log/message
bundle format strings, giving same output as before switch to slf4j formatter
new 1299bfc62f reorder args to match previously out-of-order placeholders,
ensure new output matches previous
new 412d31a16d make basic start on audit log file config, add [unfinished]
config changes to get AuditLoggerResourceTest smoke test passing
new 2527d0f4c6 fix some more placeholders missed previously
new dd2bac566e Removing Reload4J
new d3a8e02e6a flesh out assembly default logging config, give output like
previous behaviour
new ee10e09d6b log processing improvement with exceptions
new 510927e5f5 Enforcing exception as the last argument
new fb8d3c9ff8 small tweak on test
new 853915c6ff fix checkstyle on processor
new ea196f5791 ensure exceptions/causes are the last arg passed, as the
logging framework expects, and processor now enforces
new 2ebc99c757 fix up errorprone error and an IDE warning
new 6e3e3f7b6b Removing @Cause annotation
new 840ac2b87e Adding a test with no argument on exception (just to be
sure)
new 682abe30a7 some more helper additions to bring default assembly
logging config into line with prior config
new e85c069950 reset smoke test config to current base assembly config
new 02b71ed296 apply needed change only, and remove old unused
logging.properties file
new 761ad24f9b add some [in-flux] config to get more failing audit log
smoke tests passing
new 6d4ffb7e21 add some TODO notes from memory
new adac9028cc ARTEMIS-3902 Adding Reason to Security Exception
new b658558040 add log config for AuditLoggerAMQPMutualSSLTest
new c11a54ebee simplify test logging config again, adjust assertion to be
more specific and take into account change in output from
07329118c10d14bce018a580b0dadbcf081233a8
new 47b7ccf94a add log config to get NettyNativeTest working
new 7533b4c329 updating version after rebasing
new 2be6fadb51 Setting version as 3.0.0
new b5ee8b0baf Fixing duplicate properties
new f06fc15fe3 fix other files similar to commit titled 'Fixing duplicate
properties'
new 7e30d9cd9d add note about many integration-tests etc still using JBL
new 6456d4f6c3 fix dep scope
new c24da9c8b1 add artemis-unit-test-support dep to various modules that
have tests, and will stacktrace if the appender isnt found which is referenced
in their shared logging test config
new 3a0e16296c Verifying JMX Security and setting up
javax.management.builder.initial before Log4J starts its own JMX
new ff851d0515 add artemis-unit-test-support dep to various modules that
have tests, avoid stacktrace on not finding appender from shared logging config
new 2a375f18f4 add note about e2e-test fixups needed
new b3039107a5 make start on updating integration tests
new cae93f55d0 some more integration test updates
new 738752a9e6 more test updates
new f582347ed7 more test changes
new 0a8e9f6226 fix compile issues IDE somehow decided not to show
new 6d1ca45d93 Adding safeguard against {?} on LogProcessor
new 809b444a7b change remaining integration tests except those with TODOs
new 3e2f255f33 add some TODOs for area cleanup still needed
new eb7967b75f move old base logging.properties out of artemis-cli, but
leave it in root for comparison to see needed config updates as others replaced
new 0b835c636a also move the old main tests logging.config file
new 0ad28296ed remove various mentions of jblm and wildfly-common from
scripts etc, update service config logging details..now to see what it breaks
new ea9db161e9 make start on updating remaining integration tests,
manipulating levels etc
new 152f4e50b9 Removing log facade package
new b3cf66fe66 Remove slf4j bridge depedencies from libs
new 3774b842b7 Moving dependencies as test
new 20e966b301 fixing test
new a16ee4a0e7 Rebased upstream/1662bc740eb4435f5236a70e310825c1daef2e08
new 50c38bf6cb fixing build after rebase
new bb7805732b Revert "Remove slf4j bridge depedencies from libs", towards
getting build back to consistent deps state and to more easily revert original
addition leading to issue.
new 4ccc6efb24 Revert "Moving dependencies as test"
new a7ba943c94 Revert "add commons-logging -> SLF4J bridge and exclude
commons-logging, suppresses unconfigured log spam from beanutils etc"
new c4041fdc42 restore one of the remaining tests using JBL, manipulating
levels
new 4d773ccf67 reinstate another test manipulating levels
new 715235494d ensure method or class based cleanups for
AssertionLoggerHandler exist or will be effective, where startCapture() has
been called previously
new 85d6f34f4b remove rather than reinstate a couple of unnecesarry level
manipulations
new 4fd5823862 update notes
new 02dd32f2bb remove now-unused import
new 71da9c8687 use latest log4j version
new 5f182c17eb update deps to match actual SLF4J base usage and simplify
new f7592a840a delete old Log4J 1.x log4j.properties files that shouldnt
be doing anything, build isnt using log4j 1.x / reload4j anymore
new 554addf88a move karaf server feature test to its own module, its
logging deps mess with the commons-config handling
new 432fff8203 remove commons-logging slf4j bridge now the karaf bits dont
cause beanutils log spam
new 0afa37f70b replace logging.properties files for e2e-tests server
configs
new 6a91cbf9ee move another old log config file out to root, for any later
comparisons needed
new 607be16904 add another TODO note
new 52db1782a7 remove uses of JBL from compatibility tests, add
artemis-unit-test-support to snapshots CP to ensure test appender class is
found and avoids stacktracing
new 5c373ec47f fixups after rebase to main at
0ca44c0e6972991cf80e5feda34f6d02cf94dea0
new c5771558e4 switch another logger missed previously
new 49d70ac517 remove exclusion that is no longer needed
new f200d98fef add a note
new d6ed23ae6f replace a couple of examples logging.properties that enable
audit logger output
new 294d538e7a remove slf4j->jbl bridge from example
new 9f06d60c77 convert some more test loggers
new bf11086b21 fix some file references and update notes
new 7c401daca2 fixup header comments
new 821053cd66 fixups after rebase to main at
a0f39a4b28545f4010e07d950c34fe9f1f228b68
new c097bc0f93 remove a couple TODOs not needed
new 377b15525f some notes around reload
new 9771883b53 action some TODOs, add some others
new 0c666dda15 add note
new 797f623d2e WIP: fixups after rebase onto main at
11eab605842716487b0ca2cd5b019ba71bcc313d
new 3f630374b1 Fix stacktraces of generated exceptions to not include the
generated logmessage method
new 1530f0e0ee Replacing JBL by slf4j on rest
new d17216da75 some consolidation and simplification of the processor to
make following easier and verification more consistent
new 2ccbca3263 add note from some looking at the handling
new edab14cab0 adjusting defaults
new 55c9b77751 restore comment
new e634a7c456 remove examples config files that seem not to be referenced
anywhere, and reference things that dont seem to exist
new 1d3d8dc3b3 update notes
new 7297c940ae remove comparison logging-CI.properties file as the CI
specific config has gone away entirely
new 5b67be097f remove some remaining logging.properties files
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 (2108761b76)
\
N -- N -- N refs/heads/new-logging (5b67be097f)
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 113 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:
DELETE-ME-logging-CI.properties | 75 ----------------------
TODO-new-logging.txt | 7 --
.../src/test/resources/logging.properties | 61 ------------------
.../src/test/resources/logging.properties | 61 ------------------
.../src/test/resources/logging.properties | 56 ----------------
examples/common/config/logging.properties | 52 ---------------
examples/common/config/server.properties | 18 ------
7 files changed, 330 deletions(-)
delete mode 100644 DELETE-ME-logging-CI.properties
delete mode 100644 artemis-junit/src/test/resources/logging.properties
delete mode 100644
artemis-protocols/artemis-mqtt-protocol/src/test/resources/logging.properties
delete mode 100644 artemis-server/src/test/resources/logging.properties
delete mode 100644 examples/common/config/logging.properties
delete mode 100644 examples/common/config/server.properties