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 c2ad54fa91 ARTEMIS-4247 Fixing BrokerInSyncTest::testExpiryNoReaper
     add cc9db6b2f7 ARTEMIS-4244 Set web config using system properties

No new revisions were added by this update.

Summary of changes:
 .../apache/activemq/artemis/cli/commands/Run.java  |   4 +
 .../activemq/artemis/cli/commands/Upgrade.java     |  11 +-
 .../cli/commands/etc/bootstrap-web-settings.txt    |   8 +-
 .../api/config/ActiveMQDefaultConfiguration.java   |   6 +
 .../org/apache/activemq/artemis/dto/AppDTO.java    |  31 ++++
 .../apache/activemq/artemis/dto/BindingDTO.java    |  68 ++++++++
 .../apache/activemq/artemis/dto/WebServerDTO.java  |  55 ++++++-
 .../artemis/dto/test/WebServerDTOTest.java         |  24 +--
 .../artemis/core/config/Configuration.java         |   3 +
 .../core/config/impl/ConfigurationImpl.java        |  15 +-
 .../artemis/component/WebServerComponent.java      |   2 +-
 docs/user-manual/en/web-server.md                  |  38 +++++
 .../integration/web/WebServerDTOConfigTest.java    | 183 +++++++++++++++++++++
 13 files changed, 419 insertions(+), 29 deletions(-)
 create mode 100644 
tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/web/WebServerDTOConfigTest.java

Reply via email to