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 0961d0e969 adjusting defaults
discard 761f66aa3a add note from some looking at the handling
discard 1c46d1195a some consolidation and simplification of the processor to
make following easier and verification more consistent
discard 6535bcbccc Replacing JBL by slf4j on rest
discard e9bec85059 Fix stacktraces of generated exceptions to not include the
generated logmessage method
discard 4fd19d666a WIP: fixups after rebase onto main at
11eab605842716487b0ca2cd5b019ba71bcc313d
discard 95bd877dc0 add note
discard e84a60797a action some TODOs, add some others
discard c489987e1e some notes around reload
discard 896a757046 remove a couple TODOs not needed
discard 944eb48033 fixups after rebase to main at
a0f39a4b28545f4010e07d950c34fe9f1f228b68
discard 578992c4c5 fixup header comments
discard c73b72ea6c fix some file references and update notes
discard 468e578ea3 convert some more test loggers
discard a4c0480798 remove slf4j->jbl bridge from example
discard 39df0af07f replace a couple of examples logging.properties that enable
audit logger output
discard 5677da8800 add a note
discard a42ae672cd remove exclusion that is no longer needed
discard 17401f1934 switch another logger missed previously
discard 7018c0c782 fixups after rebase to main at
0ca44c0e6972991cf80e5feda34f6d02cf94dea0
discard cc63fbbab9 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 9f56f78284 add another TODO note
discard 55b2fa9f42 move another old log config file out to root, for any later
comparisons needed
discard 7cea3946fd replace logging.properties files for e2e-tests server
configs
discard b6e923b3c0 remove commons-logging slf4j bridge now the karaf bits dont
cause beanutils log spam
discard b44739c976 move karaf server feature test to its own module, its
logging deps mess with the commons-config handling
discard d1d1193dbc delete old Log4J 1.x log4j.properties files that shouldnt
be doing anything, build isnt using log4j 1.x / reload4j anymore
discard a4b9298c9d update deps to match actual SLF4J base usage and simplify
discard 6e30683d62 use latest log4j version
discard 3bc78474b7 remove now-unused import
discard af531d8ce3 update notes
discard e611576f1f remove rather than reinstate a couple of unnecesarry level
manipulations
discard 5aa14de9a5 ensure method or class based cleanups for
AssertionLoggerHandler exist or will be effective, where startCapture() has
been called previously
discard 936bafb121 reinstate another test manipulating levels
discard adabcde4ea restore one of the remaining tests using JBL, manipulating
levels
discard 99e34cc1f6 Revert "add commons-logging -> SLF4J bridge and exclude
commons-logging, suppresses unconfigured log spam from beanutils etc"
discard 1c5598d9cc Revert "Moving dependencies as test"
discard d7b8a365f6 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 54a55d6280 fixing build after rebase
discard a5568e0a6a Rebased upstream/1662bc740eb4435f5236a70e310825c1daef2e08
discard 4ef130c54a fixing test
discard 4fbd778c51 Moving dependencies as test
discard 475cc136cd Remove slf4j bridge depedencies from libs
discard fd5228b26a Removing log facade package
discard 90872963cb make start on updating remaining integration tests,
manipulating levels etc
discard 2b545ff4b7 remove various mentions of jblm and wildfly-common from
scripts etc, update service config logging details..now to see what it breaks
discard 6527f24c8f also move the old main tests logging.config file
discard 53c1e2754a 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 8ed039b168 add some TODOs for area cleanup still needed
discard d061e824d1 change remaining integration tests except those with TODOs
discard e3deaec7fe Adding safeguard against {?} on LogProcessor
discard a3b47148b1 fix compile issues IDE somehow decided not to show
discard d5c5218f24 more test changes
discard 147f484f16 more test updates
discard 8b9e422f8c some more integration test updates
discard 872dec365a make start on updating integration tests
discard bfaf5b4ebe add note about e2e-test fixups needed
discard e94c7306bc add artemis-unit-test-support dep to various modules that
have tests, avoid stacktrace on not finding appender from shared logging config
discard ac56d557c1 Verifying JMX Security and setting up
javax.management.builder.initial before Log4J starts its own JMX
discard b30df8ec46 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 d535f382de fix dep scope
discard bb6a7543f2 add note about many integration-tests etc still using JBL
discard 8965eedd55 fix other files similar to commit titled 'Fixing duplicate
properties'
discard 1c340a6f9b Fixing duplicate properties
discard 0543f82256 Setting version as 3.0.0
discard c8a07ff577 updating version after rebasing
discard 57c67985ba add log config to get NettyNativeTest working
discard 865a04ad30 simplify test logging config again, adjust assertion to be
more specific and take into account change in output from
07329118c10d14bce018a580b0dadbcf081233a8
discard 5ea0498f50 add log config for AuditLoggerAMQPMutualSSLTest
discard f347fd293d ARTEMIS-3902 Adding Reason to Security Exception
discard a08aa7534a add some TODO notes from memory
discard 884dad9228 add some [in-flux] config to get more failing audit log
smoke tests passing
discard 2c0974efd5 apply needed change only, and remove old unused
logging.properties file
discard 6a8f39b26f reset smoke test config to current base assembly config
discard 95b473e3da some more helper additions to bring default assembly
logging config into line with prior config
discard 8c22eb0d70 Adding a test with no argument on exception (just to be
sure)
discard e80d3f7312 Removing @Cause annotation
discard d5f9e0081c fix up errorprone error and an IDE warning
discard b973a8788c ensure exceptions/causes are the last arg passed, as the
logging framework expects, and processor now enforces
discard 128a68f8b0 fix checkstyle on processor
discard 435847cd22 small tweak on test
discard a3f02bc145 Enforcing exception as the last argument
discard adda376073 log processing improvement with exceptions
discard d1cf847326 flesh out assembly default logging config, give output like
previous behaviour
discard 4b7fef7050 Removing Reload4J
discard 07ef18af64 fix some more placeholders missed previously
discard 6c3a72201e make basic start on audit log file config, add [unfinished]
config changes to get AuditLoggerResourceTest smoke test passing
discard 1297cc4f81 reorder args to match previously out-of-order placeholders,
ensure new output matches previous
discard f9f8922049 remove now-unnecessary quote escaping from log/message
bundle format strings, giving same output as before switch to slf4j formatter
discard d9c3e7af5d switch to released 2.0.0 artemis-native dep
discard bbdfe6c839 Fixing up some {0} versus {}
discard cc25b9c281 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 a6c20f02ef add TODO for another fun task
discard a942671315 fix various test failures due to unexpected message string;
also make some tests indicate why they failed
discard 987b7680ad temporarily remove test to allow concentrating on other
issues
discard 6ab9d9249d fix test missed in prior change
discard 752eae1d5a fix format of code prefix in messages, pointed out by
failing test
discard c0fb3f9438 make a start on a basic loging config for distribution
discard 8e5479e73b 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 baa2550c4e avoid NPE in a unit test due to audit loggers still being
enabled, unlike prior test logging config
discard 8c0fbcb160 Using Artemis Native 2.1.0 snapshot until 2.0.0 is released
discard 9bd9f80046 add some deps needed/used already, look into test failure
discard e401cc9eb7 fixup for release profile following prior rebases+squashes
discard 293738a249 add commons-logging -> SLF4J bridge and exclude
commons-logging, suppresses unconfigured log spam from beanutils etc
discard 5b5a110821 basic logging config and some more on
AssertionLoggerHandler to get some tests using it working
discard ac08a242dc make a start on restoring AssertionLoggerHandler to get
tests going
discard dc6613d019 Artemis native at 2.0 snapshot
discard 91b0e6822c squashed logging changes from Clebert + me, rebased onto
main at 90966ccdf1704aad12df913c7e18fd9e5846166a
omit 1248877f6c ARTEMIS-3970: update keycloak version used for example to
19.0.1 (and tweak filename accordingly)
omit f953408185 ARTEMIS-3969 Removing Extra tests from the codebase
omit 90966ccdf1 ARTEMIS-3964 Fix default ping commands timeout for Windows
omit 11eab60584 [maven-release-plugin] prepare for next development
iteration
omit fb1b362b47 [maven-release-plugin] prepare release 2.25.0
omit 36b7e154ee Release notes 2.25.0
omit d4cbbfde1e ARTEMIS-3943 Changing default broker.xml and xsd with
max-page-read comments and defaults
omit 37c7da4e50 This closes #4168
omit 6482805f7d ARTEMIS-3922 Reducing contention on
Throwable#getOurStackTrace
omit 45a1245cb0 ARTEMIS-3963 Fix setting security roles via properties on
OpenJ9 JDK 11
omit a220678552 This closes #4191
omit 43e3442b14 NO-JIRA fix a typo
omit d06459df57 ARTEMIS-3943 Adjusting defalut address settings to avoid
OME from paging and flow control
omit aa4c642796 NO-JIRA Fixing intermittent failure in StompV11Test
omit fcd9ff2a86 This closes #4193
omit 0e56d1a567 ARTEMIS-3961 don't log OperationContext
omit 3fee038f85 This closes #4190
omit 755b987ab1 ARTEMIS-3958 sending LWT may recurse infinitely if disk full
omit a0f39a4b28 ARTEMIS-3956 clean up use of RemotingConnection
omit 729fdc4aab ARTEMIS-3955 consolidate Subject on RemotingConnection
omit f88381430c ARTEMIS-3872 fix NPE
omit c99d061784 ARTEMIS-3843: fix audit logging method to call right
logger, tweak message
omit a72d894cb7 NO-JIRA Renaming example as opentelemetry
omit 73e57e5ea8 This closes #4120
omit 63966dcc56 ARTEMIS-3872 send scheduled msg immediately via mgmnt
omit 38ee7bad33 This closes #4089
omit 8511cf3617 ARTEMIS-3843 add/remove connector via management
omit d8a35bf0e7 This closes #4088
omit 87e9b361bb ARTEMIS-3785 support specifying alias for SSL keystore
omit 451514f915 This closes #4175
omit e8337b9c2e ARTEMIS-3933 - ScaleDown NPE on DLA resources with multiple
destinations
omit f6bca09afa ARTEMIS-3954: add more detail to core-client javadoc around
the session and children thread model being like the JMS client
omit 734e7f4ae5 ARTEMIS-3950: dont prepare unused debug detail during xml
data import processing
omit fb292fde35 This closes #4182
omit f1c9e3df14 ARTEMIS-3947 fix merging for expiry address-settings
omit 86db53da9a ARTEMIS-3918 support FQQN + anycast + redistribution
omit 9acd036dcc ARTEMIS-3928 Fixing yield and shutdownNow
omit c96243698d NO-JIRA Fixing suggested script for test variables
omit 51825b18ba NO-JIRA: remove now-stale comments on tests that I missed
when switching to cp files in 71b781d9193c64e34e9d986939af40745ea9740b
omit 0ca44c0e69 NO-JIRA: remove now-stale comments missed when switching to
cp files in 71b781d9193c64e34e9d986939af40745ea9740b
omit 085bf79bf6 NO-JIRA: remove a couple of properties that override parent
definitions and break use of the e2e-tests profile
omit 88be6c3223 ARTEMIS-3946: update to Netty 4.1.79 (and netty-tcnative to
2.0.54)
omit 05b3879cba This closes #4180
omit 682f505e32 ARTEMIS-3942 use session instead of direct routing for MQTT
LWT messages
omit aa11a82e0b This closes #4176
omit d158e7eff0 ARTEMIS-3925 LVQ pruning nulls
omit 520088b8c6 ARTEMIS-3940 Address.maxSizeMessage is ignored on FAIL and
Blocking Paging Policy
omit 2fbf2fcef0 ARTEMIS-3928 Fixing intermittent failure after executor's
change
omit 252e5b0b14 ARTEMIS-3928 Limiting parallel IO in paging which would
allow multiple destinations running all at once
omit 568eb70fcd ARTEMIS-3929 Improving OpenWire clientIDSet
omit 12b81e7a25 ARTEMIS-3928 Adding SoakTest for Paging with in many
destinations
omit 7ec0bd35ba ARTEMIS-3927: update postgresql [provided/test] dep to
42.4.1
omit ee8afc8131 This closes #4171
omit 174270fbc2 ARTEMIS-3914: reorder and clarify some bits, use version
placeholder to give specific version in example dependency declaration
omit 7fe3e5d198 ARTEMIS-3923 AddressControlImpl.getRoles doesn't return all
the security role permissions.
omit 382267bf63 This closes #4166
omit dc2b67331d NO-JIRA update address-settings.md
omit 4a7710918d NO-JIRA Moving HQ Converter into HQ client module
omit 1662bc740e NO-JIRA small update for security manager
omit 9444fc0bc8 This closes #4163
omit dd61a651b1 ARTEMIS-3916 fix OpenWire selector with JMSMessageID
omit 609343ec78 ARTEMIS-3917 Fix incorrect getters/setters on Configuration
API
omit 0cd203c32d ARTEMIS-3914 Document client classpath automated
omit d67910f1a6 added test for mirroring and properties
omit 71b781d919 NO-JIRA Improving dependency-scan for compatibility-tests
omit b93613142f NO-JIRA core bridge doc clarification
omit 53cb526d82 NO-JIRA core bridge doc fix
omit 7184862bb5 NO-JIRA update XSD missed in ARTEMIS-3805
omit d250801fcf ARTEMIS-3900 Support management allowlist entries with
wildcard domain
omit e44bd5266f ARTEMIS-3909 Move RoutingContext::processReferences as a
static method in PostOffice
omit 1e56f823a5 NO-JIRA fix stale project info
omit fa002728f2 [maven-release-plugin] prepare for next development
iteration
omit 897d9beaef [maven-release-plugin] prepare release 2.24.0
omit 3b24211ba9 NO-JIRA update versions.md for next release
omit 631568f020 ARTEMIS-3905 update docs for disabled proxy
omit b57a1498e8 ARTEMIS-3903 Remove Xalan dependencies
omit 55865ab4b4 Revert "ARTEMIS-3902 Adding reason to Audit Security
Message"
omit db8f530256 ARTEMIS-3902 Adding reason to Audit Security Message
omit 3d5f588bbe This closes #4154
new 3f09883c0b ARTEMIS-3902 Adding reason to Audit Security Message
new 72bda22248 Revert "ARTEMIS-3902 Adding reason to Audit Security
Message"
new 71c9af2fa8 ARTEMIS-3903 Remove Xalan dependencies
new 2231478f73 ARTEMIS-3905 update docs for disabled proxy
new fbeb8f1955 NO-JIRA update versions.md for next release
new 1dd0c57b33 [maven-release-plugin] prepare release 2.24.0
new 5dbb7e0511 [maven-release-plugin] prepare for next development
iteration
new a08860b231 NO-JIRA fix stale project info
new c1b1c35376 ARTEMIS-3909 Move RoutingContext::processReferences as a
static method in PostOffice
new f560d9074e ARTEMIS-3900 Support management allowlist entries with
wildcard domain
new a264e4af05 NO-JIRA update XSD missed in ARTEMIS-3805
new 0713c6188f NO-JIRA core bridge doc fix
new 76ff174d34 NO-JIRA core bridge doc clarification
new 8be201476f NO-JIRA Improving dependency-scan for compatibility-tests
new a58163543a added test for mirroring and properties
new b71a19ae70 ARTEMIS-3914 Document client classpath automated
new bf287b6168 ARTEMIS-3917 Fix incorrect getters/setters on Configuration
API
new 253df0bf77 ARTEMIS-3916 fix OpenWire selector with JMSMessageID
new f3d26afcb3 NO-JIRA small update for security manager
new 59fbe3bb2d NO-JIRA Moving HQ Converter into HQ client module
new a3aaa78fcb NO-JIRA update address-settings.md
new 53eb75c31d ARTEMIS-3923 AddressControlImpl.getRoles doesn't return all
the security role permissions.
new 1c64bdc87f ARTEMIS-3914: reorder and clarify some bits, use version
placeholder to give specific version in example dependency declaration
new ef43bfa17f ARTEMIS-3927: update postgresql [provided/test] dep to
42.4.1
new dfffb0a04a ARTEMIS-3928 Adding SoakTest for Paging with in many
destinations
new d29d505fd2 ARTEMIS-3929 Improving OpenWire clientIDSet
new 5b1889476e ARTEMIS-3928 Limiting parallel IO in paging which would
allow multiple destinations running all at once
new 158d006c72 ARTEMIS-3928 Fixing intermittent failure after executor's
change
new 40c5187762 ARTEMIS-3940 Address.maxSizeMessage is ignored on FAIL and
Blocking Paging Policy
new f8babe3b8e ARTEMIS-3925 LVQ pruning nulls
new 556fcfedbd ARTEMIS-3942 use session instead of direct routing for MQTT
LWT messages
new c548b2e9d9 ARTEMIS-3946: update to Netty 4.1.79 (and netty-tcnative to
2.0.54)
new ec88a9e2c3 NO-JIRA: remove a couple of properties that override parent
definitions and break use of the e2e-tests profile
new 111a80a30b NO-JIRA: remove now-stale comments missed when switching to
cp files in 71b781d9193c64e34e9d986939af40745ea9740b
new f3443833a1 NO-JIRA: remove now-stale comments on tests that I missed
when switching to cp files in 71b781d9193c64e34e9d986939af40745ea9740b
new 85ea1515bc NO-JIRA Fixing suggested script for test variables
new 083eb3a0ca ARTEMIS-3928 Fixing yield and shutdownNow
new ddf15b456c ARTEMIS-3918 support FQQN + anycast + redistribution
new 06525958d4 ARTEMIS-3947 fix merging for expiry address-settings
new 4f401ac54a ARTEMIS-3950: dont prepare unused debug detail during xml
data import processing
new 3f659c6869 ARTEMIS-3954: add more detail to core-client javadoc around
the session and children thread model being like the JMS client
new e923945d09 ARTEMIS-3933 - ScaleDown NPE on DLA resources with multiple
destinations
new c926a9d15a ARTEMIS-3785 support specifying alias for SSL keystore
new e5ecd9df7a ARTEMIS-3843 add/remove connector via management
new 059bdf4ddb ARTEMIS-3872 send scheduled msg immediately via mgmnt
new 39ac8d7e6a NO-JIRA Renaming example as opentelemetry
new 23b0905066 ARTEMIS-3843: fix audit logging method to call right
logger, tweak message
new fe2780ffee ARTEMIS-3872 fix NPE
new 51e7f5d570 ARTEMIS-3955 consolidate Subject on RemotingConnection
new 6bc52e6300 ARTEMIS-3956 clean up use of RemotingConnection
new ffb4f52fe9 ARTEMIS-3958 sending LWT may recurse infinitely if disk full
new 919ee42c69 ARTEMIS-3961 don't log OperationContext
new 6290af9997 NO-JIRA Fixing intermittent failure in StompV11Test
new 573e77200b ARTEMIS-3943 Adjusting defalut address settings to avoid
OME from paging and flow control
new 7c57d8a06e NO-JIRA fix a typo
new 1c32773d43 ARTEMIS-3963 Fix setting security roles via properties on
OpenJ9 JDK 11
new 28c528eb67 ARTEMIS-3922 Reducing contention on
Throwable#getOurStackTrace
new 27d6032573 ARTEMIS-3943 Changing default broker.xml and xsd with
max-page-read comments and defaults
new 98c071a3f7 Release notes 2.25.0
new 4659320ea3 [maven-release-plugin] prepare release 2.25.0
new 4b0589942b [maven-release-plugin] prepare for next development
iteration
new 94b061b88b ARTEMIS-3964 Fix default ping commands timeout for Windows
new e09511fe1a ARTEMIS-3969 Removing Extra tests from the codebase
new 14fd2f51bc ARTEMIS-3970: update keycloak version used for example to
19.0.1 (and tweak filename accordingly)
new 98770b9d85 ARTEMIS-3971: set -noindex to exclude various .js files
from javadoc output
new dd1a2fea9c ARTEMIS-3975: dont enable the snapshots repo for release
artifacts during examples build
new 7c4d10995a squashed logging changes from Clebert + me, rebased onto
main at 065bfe14f532858f2c2a20b0afb1a226b08ce013
new 18bc97e15d Artemis native at 2.0 snapshot
new 5be4b0b4f3 make a start on restoring AssertionLoggerHandler to get
tests going
new d9073c31c6 basic logging config and some more on
AssertionLoggerHandler to get some tests using it working
new 03da62ff32 add commons-logging -> SLF4J bridge and exclude
commons-logging, suppresses unconfigured log spam from beanutils etc
new cb7f526bc1 fixup for release profile following prior rebases+squashes
new e47013f579 add some deps needed/used already, look into test failure
new f425402757 Using Artemis Native 2.1.0 snapshot until 2.0.0 is released
new e1869787a0 avoid NPE in a unit test due to audit loggers still being
enabled, unlike prior test logging config
new 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
new 143d2b4881 make a start on a basic loging config for distribution
new 25e87c4ce3 fix format of code prefix in messages, pointed out by
failing test
new 3372ed8424 fix test missed in prior change
new 1d23aaf3b7 temporarily remove test to allow concentrating on other
issues
new 883f6cd17c fix various test failures due to unexpected message string;
also make some tests indicate why they failed
new e2d8cd2f21 add TODO for another fun task
new 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)
new 92a8184fe7 Fixing up some {0} versus {}
new 16b49c06f0 switch to released 2.0.0 artemis-native dep
new 799aac0f80 remove now-unnecessary quote escaping from log/message
bundle format strings, giving same output as before switch to slf4j formatter
new b455068234 reorder args to match previously out-of-order placeholders,
ensure new output matches previous
new 0daa3c90bf make basic start on audit log file config, add [unfinished]
config changes to get AuditLoggerResourceTest smoke test passing
new adac6861a4 fix some more placeholders missed previously
new 4b73f01a11 Removing Reload4J
new 2e22fa44c5 flesh out assembly default logging config, give output like
previous behaviour
new 5045522e13 log processing improvement with exceptions
new dbb826e0bc Enforcing exception as the last argument
new a54cd1a01c small tweak on test
new e9131edaa6 fix checkstyle on processor
new 00b8e14a51 ensure exceptions/causes are the last arg passed, as the
logging framework expects, and processor now enforces
new d615b9fb7b fix up errorprone error and an IDE warning
new 0d504293ba Removing @Cause annotation
new 45f6294553 Adding a test with no argument on exception (just to be
sure)
new 66f9aea99f some more helper additions to bring default assembly
logging config into line with prior config
new ca71277e15 reset smoke test config to current base assembly config
new 544742b1bf apply needed change only, and remove old unused
logging.properties file
new 07d456ab18 add some [in-flux] config to get more failing audit log
smoke tests passing
new c263970066 add some TODO notes from memory
new cfd8fa4063 ARTEMIS-3902 Adding Reason to Security Exception
new f848f44dbb add log config for AuditLoggerAMQPMutualSSLTest
new 5735ddf352 simplify test logging config again, adjust assertion to be
more specific and take into account change in output from
07329118c10d14bce018a580b0dadbcf081233a8
new 739769d89f add log config to get NettyNativeTest working
new 85232be644 updating version after rebasing
new 1b4ddfe9bb Setting version as 3.0.0
new 72cd3a995a Fixing duplicate properties
new 9045cd1a36 fix other files similar to commit titled 'Fixing duplicate
properties'
new eaa95ae167 add note about many integration-tests etc still using JBL
new 9d6925a3f6 fix dep scope
new 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
new 2547b946a4 Verifying JMX Security and setting up
javax.management.builder.initial before Log4J starts its own JMX
new 03073bd8cd add artemis-unit-test-support dep to various modules that
have tests, avoid stacktrace on not finding appender from shared logging config
new f200d93c5d add note about e2e-test fixups needed
new 9378e09bde make start on updating integration tests
new a33ff43464 some more integration test updates
new d33ebd6a4d more test updates
new e41a908147 more test changes
new 79d672605d fix compile issues IDE somehow decided not to show
new 286a880f01 Adding safeguard against {?} on LogProcessor
new 4243251028 change remaining integration tests except those with TODOs
new 1e1793b0fb add some TODOs for area cleanup still needed
new 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
new 9c93a79937 also move the old main tests logging.config file
new 11f10c9ecd remove various mentions of jblm and wildfly-common from
scripts etc, update service config logging details..now to see what it breaks
new 1532be54ec make start on updating remaining integration tests,
manipulating levels etc
new b6a1e90de9 Removing log facade package
new a6da70751f Remove slf4j bridge depedencies from libs
new 77b430f6a4 Moving dependencies as test
new ee5cbbce28 fixing test
new d2924c377f Rebased upstream/1662bc740eb4435f5236a70e310825c1daef2e08
new 611e3f6d37 fixing build after rebase
new 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.
new 842637e6c5 Revert "Moving dependencies as test"
new 07ab117e61 Revert "add commons-logging -> SLF4J bridge and exclude
commons-logging, suppresses unconfigured log spam from beanutils etc"
new f5623840d1 restore one of the remaining tests using JBL, manipulating
levels
new 1a67e9c0e2 reinstate another test manipulating levels
new ae9be4a9d4 ensure method or class based cleanups for
AssertionLoggerHandler exist or will be effective, where startCapture() has
been called previously
new b37386180f remove rather than reinstate a couple of unnecesarry level
manipulations
new 87674409da update notes
new f32122e976 remove now-unused import
new bf0dd166ce use latest log4j version
new f0e455c86f update deps to match actual SLF4J base usage and simplify
new af375febac delete old Log4J 1.x log4j.properties files that shouldnt
be doing anything, build isnt using log4j 1.x / reload4j anymore
new c4b1c2c34b move karaf server feature test to its own module, its
logging deps mess with the commons-config handling
new 3efa7891eb remove commons-logging slf4j bridge now the karaf bits dont
cause beanutils log spam
new 9ed8020126 replace logging.properties files for e2e-tests server
configs
new 8a61b21d8d move another old log config file out to root, for any later
comparisons needed
new a08abb729e add another TODO note
new 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
new 055783b6ba fixups after rebase to main at
0ca44c0e6972991cf80e5feda34f6d02cf94dea0
new 2f942824a5 switch another logger missed previously
new e95470c990 remove exclusion that is no longer needed
new 7d8cf719fe add a note
new e66e9538f1 replace a couple of examples logging.properties that enable
audit logger output
new d961258822 remove slf4j->jbl bridge from example
new 2b604b55d9 convert some more test loggers
new 11c5aeeda6 fix some file references and update notes
new e0fb64f6a0 fixup header comments
new 20cd8288ab fixups after rebase to main at
a0f39a4b28545f4010e07d950c34fe9f1f228b68
new 270dd29adb remove a couple TODOs not needed
new 2950f50beb some notes around reload
new 2c7fb07838 action some TODOs, add some others
new 271d3fbd39 add note
new 032f136781 WIP: fixups after rebase onto main at
11eab605842716487b0ca2cd5b019ba71bcc313d
new 457790c628 Fix stacktraces of generated exceptions to not include the
generated logmessage method
new 02fa67c233 Replacing JBL by slf4j on rest
new f2c4536474 some consolidation and simplification of the processor to
make following easier and verification more consistent
new e84ba91361 add note from some looking at the handling
new a5c0a11723 adjusting defaults
new 2108761b76 restore comment
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 (0961d0e969)
\
N -- N -- N refs/heads/new-logging (2108761b76)
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 175 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:
artemis-core-client/pom.xml | 1 +
artemis-jms-client/pom.xml | 1 +
artemis-jms-server/pom.xml | 1 +
artemis-server/pom.xml | 1 +
artemis-website/pom.xml | 3 ++-
examples/pom.xml | 6 ++++++
pom.xml | 4 ++++
tests/config/log4j2-tests-config.properties | 2 +-
8 files changed, 17 insertions(+), 2 deletions(-)