This is an automated email from the ASF dual-hosted git repository.
jbertram pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/artemis.git
from ae8778ec5e ARTEMIS-5902 optimize authn cache key creation
new af1899c029 ARTEMIS-5928 Refactor federation downstream packet handling
new c1ba767c21 NO-JIRA 2.52.0 release notes
new 586ce2d779 ARTEMIS-5928 fix test
new e33e76541a ARTEMIS-5928 update release notes
The 4 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/config/Configuration.java | 7 +
.../core/config/impl/ConfigurationImpl.java | 18 +++
.../deployers/impl/FileConfigurationParser.java | 18 +++
.../protocol/core/impl/CoreProtocolManager.java | 65 ++++++--
.../artemis/core/server/ActiveMQServerLogger.java | 32 ++--
.../core/server/federation/FederationManager.java | 20 ++-
.../resources/schema/artemis-configuration.xsd | 1 +
.../core/config/impl/ConfigurationImplTest.java | 37 +++++
.../config/impl/FileConfigurationParserTest.java | 14 ++
.../core/security/impl/SecurityStoreImplTest.java | 2 +-
.../_downstream-authorization-sample.adoc | 7 +
docs/user-manual/_downstream-authorization.adoc | 6 +
docs/user-manual/federation-address.adoc | 8 +-
docs/user-manual/federation-queue.adoc | 8 +-
docs/user-manual/versions.adoc | 14 ++
.../federation/FederationDownstreamDirectTest.java | 168 +++++++++++++++++++++
16 files changed, 395 insertions(+), 30 deletions(-)
create mode 100644 docs/user-manual/_downstream-authorization-sample.adoc
create mode 100644 docs/user-manual/_downstream-authorization.adoc
create mode 100644
tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/federation/FederationDownstreamDirectTest.java
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]