This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a change to branch dependabot/maven/mockito.version-5.16.0
in repository https://gitbox.apache.org/repos/asf/activemq-artemis.git
discard 21afcf551b ARTEMIS-X Bump mockito.version from 5.15.2 to 5.16.0
add 091c439073 ARTEMIS-5332 add exportConfigAsProperties operation to
server control
add 2aaf256295 ARTEMIS-5333 add config for
global-max-size-percent-of-jvm-max-memory to simplify setting the global memory
limit
add 18afc8a542 ARTEMIS-5339 Adjust configuration to avoid federation
receiver loops
add 116741b28b ARTEMIS-5229 bump com.puppycrawl.tools:checkstyle from
10.20.2 to 10.21.4
add 336fba084b ARTEMIS-X Bump mockito.version from 5.15.2 to 5.16.0
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 (21afcf551b)
\
N -- N -- N refs/heads/dependabot/maven/mockito.version-5.16.0
(336fba084b)
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.
No new revisions were added by this update.
Summary of changes:
.../apache/activemq/artemis/logs/AuditLogger.java | 7 +
.../FluentPropertyBeanIntrospectorWithIgnores.java | 26 +-
.../api/config/ActiveMQDefaultConfiguration.java | 9 +-
.../api/core/management/ActiveMQServerControl.java | 3 +
.../FederationAddressPolicyConfiguration.java | 3 +
.../FederationQueuePolicyConfiguration.java | 3 +
.../federation/AMQPFederationConfiguration.java | 2 +-
.../artemis/core/config/Configuration.java | 8 +-
.../AMQPBrokerConnectConfiguration.java | 9 +-
.../AMQPBrokerConnectionElement.java | 2 +-
.../AMQPFederationAddressPolicyElement.java | 3 +
.../AMQPFederationQueuePolicyElement.java | 3 +
...e.java => AMQPPeerBrokerConnectionElement.java} | 8 +-
...va => AMQPReceiverBrokerConnectionElement.java} | 9 +-
...java => AMQPSenderBrokerConnectionElement.java} | 8 +-
.../core/config/impl/ConfigurationImpl.java | 268 +++++++++++-
.../deployers/impl/FileConfigurationParser.java | 4 +
.../management/impl/ActiveMQServerControlImpl.java | 19 +-
.../core/settings/impl/AddressSettings.java | 4 +-
.../resources/schema/artemis-configuration.xsd | 10 +-
.../core/config/impl/ConfigurationImplTest.java | 171 +++++++-
.../config/impl/FileConfigurationParserTest.java | 2 +
.../core/config/impl/FileConfigurationTest.java | 464 +++++++++++----------
.../resources/ConfigurationTest-full-config.xml | 7 +-
...ConfigurationTest-xinclude-config-acceptors.xml | 4 +-
.../ConfigurationTest-xinclude-config.xml | 1 +
...rationTest-xinclude-schema-config-acceptors.xml | 4 +-
.../ConfigurationTest-xinclude-schema-config.xml | 1 +
docs/user-manual/management.adoc | 6 +
docs/user-manual/paging.adoc | 2 +-
pom.xml | 2 +-
.../amqp/connect/AMQPFederationConnectTest.java | 1 +
.../connect/AMQPFederationQueuePolicyTest.java | 5 +-
.../connect/AMQPFederationServerToServerTest.java | 25 +-
.../management/ActiveMQServerControlTest.java | 21 +
.../ActiveMQServerControlUsingCoreTest.java | 5 +
36 files changed, 844 insertions(+), 285 deletions(-)
copy
artemis-server/src/main/java/org/apache/activemq/artemis/core/config/amqpBrokerConnectivity/{AMQPBrokerConnectionAddressType.java
=> AMQPPeerBrokerConnectionElement.java} (76%)
copy
artemis-server/src/main/java/org/apache/activemq/artemis/core/config/amqpBrokerConnectivity/{AMQPBrokerConnectionAddressType.java
=> AMQPReceiverBrokerConnectionElement.java} (76%)
copy
artemis-server/src/main/java/org/apache/activemq/artemis/core/config/amqpBrokerConnectivity/{AMQPBrokerConnectionAddressType.java
=> AMQPSenderBrokerConnectionElement.java} (76%)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
For further information, visit: https://activemq.apache.org/contact