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/activemq-artemis.git
from 116274e9ca ARTEMIS-4386: consolidate the used servlet api deps on the
jetty one already being shipped
add c5f0e3400c ARTEMIS-4159 Support duplicate cache size configuration per
address
No new revisions were added by this update.
Summary of changes:
.../deployers/impl/FileConfigurationParser.java | 6 ++
.../core/postoffice/impl/PostOfficeImpl.java | 8 ++-
.../core/settings/impl/AddressSettings.java | 32 +++++++++
.../resources/schema/artemis-configuration.xsd | 9 +++
.../core/config/impl/ConfigurationImplTest.java | 2 +
.../core/config/impl/FileConfigurationTest.java | 2 +
.../artemis/core/settings/AddressSettingsTest.java | 2 +
.../resources/ConfigurationTest-full-config.xml | 1 +
...rationTest-xinclude-config-address-settings.xml | 1 +
...est-xinclude-schema-config-address-settings.xml | 1 +
docs/user-manual/address-settings.adoc | 7 ++
docs/user-manual/configuration-index.adoc | 4 ++
docs/user-manual/duplicate-detection.adoc | 7 ++
.../tests/integration/DuplicateDetectionTest.java | 82 ++++++++++++++++++++++
14 files changed, 163 insertions(+), 1 deletion(-)