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

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


    from 6c93851  JAMES-2935 Add test to ensure that over-specific filter does 
not exclude valid matches in GetMessagesList
     new 442ba43  JAMES-2079 ElasticSearch indexing RAW HTML & plain text is 
not required
     new be9711e  JAMES-2938 Rely more on InitilizationOperationBuilder
     new d76b887  JAMES-2931 Fix broken link in 'Get started with James' 
section in the homepage
     new 1e0ded0  JAMES-2931 Add some jekyll missing gems in homepage 
documentation docker build
     new 3105ec6  JAMES-2940 Clarify MailRepository WebAdmin API usage
     new f003518  JAMES-2930 Fix broken summary links
     new f9004d4  Fix for Apache GitHub label 'IMAP' - must be lowercase 
alphanumerical and <= 35 characters!

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:
 .asf.yaml                                          |  6 +-
 README.adoc                                        |  8 +-
 dockerfiles/site/homepage/Dockerfile               |  2 +
 .../elasticsearch/MailboxMappingFactory.java       | 11 ---
 metrics/metrics-dropwizard/pom.xml                 |  4 +
 .../metrics/dropwizard/DropWizardJVMMetrics.java   |  4 +-
 .../dropwizard/DropWizardMetricFactory.java        |  3 +-
 .../modules/data/CassandraDomainListModule.java    | 30 ++------
 .../data/CassandraRecipientRewriteTableModule.java | 33 ++------
 .../data/CassandraUsersRepositoryModule.java       | 34 ++------
 .../mailbox/ElasticSearchMailboxModule.java        | 32 +++-----
 .../mailbox/ElasticSearchQuotaSearcherModule.java  | 32 +++-----
 .../modules/metrics/CassandraMetricsModule.java    | 38 +++------
 .../james/data/LdapUsersRepositoryModule.java      | 37 +++------
 .../modules/event/RabbitMQEventBusModule.java      | 29 ++-----
 .../server/ElasticSearchMetricReporterModule.java  | 34 ++------
 .../james/modules/server/DNSServiceModule.java     | 38 +++------
 .../modules/server/DropWizardMetricsModule.java    | 39 ++++------
 .../modules/server/MailStoreRepositoryModule.java  | 30 ++------
 .../james/modules/server/JMXServerModule.java      | 82 ++++++--------------
 .../james/modules/data/JPADomainListModule.java    | 32 ++------
 .../data/JPARecipientRewriteTableModule.java       | 34 ++------
 .../modules/data/JPAUsersRepositoryModule.java     | 34 ++------
 .../james/modules/mailbox/DefaultEventModule.java  | 32 ++------
 .../modules/server/CamelMailetContainerModule.java | 90 ++++++++--------------
 .../james/modules/data/MemoryDataModule.java       | 59 +++-----------
 .../james/modules/protocols/IMAPServerModule.java  | 35 +++------
 .../modules/protocols/JMAPDraftServerModule.java   | 49 ++++--------
 .../james/modules/protocols/LMTPServerModule.java  | 38 +++------
 .../modules/protocols/ManageSieveServerModule.java | 35 +++------
 .../james/modules/protocols/POP3ServerModule.java  | 37 +++------
 .../james/modules/protocols/SMTPServerModule.java  | 39 +++-------
 .../james/modules/server/WebAdminServerModule.java | 29 ++-----
 src/homepage/index.html                            |  2 +-
 src/site/markdown/server/manage-webadmin.md        |  4 +-
 35 files changed, 295 insertions(+), 780 deletions(-)


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

Reply via email to