This is an automated email from the ASF dual-hosted git repository.

kao pushed a change to branch 3.7.x
in repository https://gitbox.apache.org/repos/asf/james-project.git


    from fd3812c0bc JAMES-3892 Allow configuring the count of retries in 
LocalDelivery [BACKPORT] (#1469)
     new e3afb128cf JAMES-3881 Set a JMX password
     new c8ea7c484d JAMES-3881 Ignore error generating JMX password
     new d2e722ab85 JAMES-3881 Sample configuration
     new 967d2fa54c JAMES-3881 Enable JMX password generation by default
     new 83d795a6e0 JAMES-3881 Update documentation accordingly
     new c2e6376b16 JAMES-3881 Docker packagings should locate jvm.properties
     new d3d7388386 JAMES-3881 WARN if no JMX authentication is setup

The 7 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:
 .../sample-configuration/jvm.properties            |   3 +
 .../cli/JmxSecurityServerIntegrationTest.java      | 115 +++++++++++++++++++++
 .../main/java/org/apache/james/cli/ServerCmd.java  |  39 ++++++-
 .../apache/james/cli/probe/impl/JmxConnection.java |  39 ++++++-
 .../java/org/apache/james/cli/ServerCmdTest.java   |  59 +++++++++++
 .../docs/modules/ROOT/pages/configure/jmx.adoc     |  34 ++++++
 .../sample-configuration/jvm.properties            |   3 +
 .../sample-configuration/jvm.properties            |   3 +
 server/apps/jpa-app/pom.xml                        |   1 +
 .../jpa-app/sample-configuration/jvm.properties    |   3 +
 server/apps/jpa-smtp-app/pom.xml                   |   1 +
 .../sample-configuration/jvm.properties            |   3 +
 server/apps/memory-app/pom.xml                     |   1 +
 .../memory-app/sample-configuration/jvm.properties |   3 +
 .../james/app/spring/JamesAppSpringMain.java       |   9 +-
 .../org/apache/james/TemporaryJamesServer.java     | 106 +++++++++++++++++++
 .../org/apache/james/modules/server/JMXServer.java |  79 +++++++++++++-
 .../james/modules/server/JmxConfiguration.java     |   5 +
 src/site/xdoc/server/config-system.xml             |  28 ++++-
 19 files changed, 524 insertions(+), 10 deletions(-)
 create mode 100644 
server/apps/cli-integration-tests/src/test/java/org/apache/james/cli/JmxSecurityServerIntegrationTest.java
 create mode 100644 
server/container/guice/common/src/main/java/org/apache/james/TemporaryJamesServer.java


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to