You are viewing a plain text version of this content. The canonical link for it is here.
Posted to server-dev@james.apache.org by ie...@apache.org on 2020/07/01 11:00:52 UTC

[james-project] branch JAMES-3260-gradle-poc updated (91e6618 -> 961dbf8)

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

ieugen pushed a change to branch JAMES-3260-gradle-poc
in repository https://gitbox.apache.org/repos/asf/james-project.git.


 discard 91e6618  JAMES-3260 More test fixes
 discard 0408607  JAMES-3260 Fixed memory-guice build - removed guava:*-android version
 discard d162a20  JAMES-3260 Fixed the build for mailrepository-memory
 discard 2c2f71f  JAMES-3260 Reproducible tests for spring-jpa-tests
 discard 2152777  JAMES-3260 Some more build fixes
 discard 37aebcf  JAMES-3260 Fixed some dependency issues
 discard 3aa7360  JAMES-3260 Builds with some tests disables
 discard fb293ec  JAMES-3260 Fixing test compilation and runinng
 discard ebfc8f8  JAMES-3260 We have compilation without tests
 discard 41d5f07  JAMES-3260 Builds up to ':james-server:james-server-data-jmap:compileTestJava'
 discard 2d069d8  JAMES-3260 Builds up to :':apache-james-mpt:apache-james-mpt-core:compileJava'.
 discard 1df3504  JAMES-3260 Builds up to :':apache-james-mpt:apache-james-mpt-core:compileJava'.
 discard 25569e7  JAMES-3260 Builds up to :apache-james-mailbox:apache-james-mailbox-lucene:compileJava
 discard 1efac96  JAMES-3260 Builds up to :apache-james-mailbox:apache-james-mailbox-jpa:compileJava
 discard f474d88  JAMES-3260 Builds up to :apache-james-mailbox:backup:compileJava
 discard 9e1bc57  JAMES-3260 Builds up to :apache-james-mailbox:apache-james-mailbox-cassandra:compileTestJava
 discard 5c35d77  JAMES-3260 Builds up to :apache-james-mailbox:apache-james-mailbox-tools-quota-recompute:compileJava
 discard 3fb619b  JAMES-3260 Builds up to :apache-james-mailbox:apache-james-mailbox-event-memory:compileJava
 discard 477b752  JAMES-3260 server/task-api fails
 discard ce6d3f7  JAMES-3260 Fixed builds for core, json and mdn
 discard 0ac0696  JAMES-3260 Using Java 11 and removed custom repository
 discard 9b6f8f5  JAMES-3260 #comment Added gradle config via gradle init
 discard 5d58792  JAMES-3260 #comment Configured maven build scans
     add e84e7a4  JAMES-3170 Correctly test MetricFactory reactive integration
     add f46871b  JAMES-3170 MetricFactory::decoratePublisherWithTimerMetric should rely on Flux::using
     add bffdedf  JAMES-3212: handle subcrible/unsubcrible child's folder when update mailbox
     add d06f9b4  JAMES-3260 #comment Configured maven build scans
     add a7ef2ca  JAMES-3260 #comment Added gradle config via gradle init
     add 7753dd8  JAMES-3260 Using Java 11 and removed custom repository
     add 78822ed  JAMES-3260 Fixed builds for core, json and mdn
     add 20657a7  JAMES-3260 server/task-api fails
     add 47d2a38  JAMES-3260 Builds up to :apache-james-mailbox:apache-james-mailbox-event-memory:compileJava
     add 9b2bdcd  JAMES-3260 Builds up to :apache-james-mailbox:apache-james-mailbox-tools-quota-recompute:compileJava
     add 91f119a  JAMES-3260 Builds up to :apache-james-mailbox:apache-james-mailbox-cassandra:compileTestJava
     add 1b5c4ea  JAMES-3260 Builds up to :apache-james-mailbox:backup:compileJava
     add c470a4c  JAMES-3260 Builds up to :apache-james-mailbox:apache-james-mailbox-jpa:compileJava
     add a60353b  JAMES-3260 Builds up to :apache-james-mailbox:apache-james-mailbox-lucene:compileJava
     add 8c764b4  JAMES-3260 Builds up to :':apache-james-mpt:apache-james-mpt-core:compileJava'.
     add 1f45d22  JAMES-3260 Builds up to :':apache-james-mpt:apache-james-mpt-core:compileJava'.
     add ac611d0  JAMES-3260 Builds up to ':james-server:james-server-data-jmap:compileTestJava'
     add 0bfe22d  JAMES-3260 We have compilation without tests
     add 310bbaf  JAMES-3260 Fixing test compilation and runinng
     add 4ddef66  JAMES-3260 Builds with some tests disables
     add 552de33  JAMES-3260 Fixed some dependency issues
     add 222f65a  JAMES-3260 Some more build fixes
     add a56d358  JAMES-3260 Reproducible tests for spring-jpa-tests
     add 4a32b0c  JAMES-3260 Fixed the build for mailrepository-memory
     add a43e2ee  JAMES-3260 Fixed memory-guice build - removed guava:*-android version
     add ac070c2  JAMES-3260 More test fixes
     add 961dbf8  JAMES-3260 Removed guice from api

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   (91e6618)
            \
             N -- N -- N   refs/heads/JAMES-3260-gradle-poc (961dbf8)

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:
 .../org/apache/james/mailbox/MailboxManager.java   |  58 +++++-
 .../apache/james/mailbox/MailboxManagerTest.java   | 197 +++++++++++++++++++++
 .../cassandra/CassandraMailboxManagerTest.java     |   7 +
 .../james/mailbox/jpa/JPAMailboxManagerTest.java   |   7 +
 .../DomainUserMaildirMailboxManagerTest.java       |  21 ++-
 .../maildir/FullUserMaildirMailboxManagerTest.java |  18 ++
 .../mailbox/inmemory/MemoryMailboxManagerTest.java |   7 +
 .../james/mailbox/store/MailboxReactorUtils.java   |   7 +-
 .../james/mailbox/store/StoreMailboxManager.java   | 149 ++++++++++------
 .../dropwizard/DropWizardMetricFactory.java        |  13 +-
 .../dropwizard/DropWizardMetricFactoryTest.java    |  30 ++++
 .../james/metrics/logger/DefaultMetricFactory.java |  13 +-
 .../metrics/tests/RecordingMetricFactory.java      |  13 +-
 mpt/impl/smtp/cassandra/build.gradle               |   3 +-
 .../guice/blob-objectstorage-guice/build.gradle    |  16 +-
 server/container/guice/guice-common/build.gradle   |   3 +-
 server/container/guice/jpa-guice/build.gradle      |   1 +
 .../container/guice/jpa-smtp-common/build.gradle   |   1 +
 .../container/guice/jpa-smtp-mariadb/build.gradle  |   1 +
 server/container/guice/jpa-smtp/build.gradle       |   5 +-
 server/mailet/integration-testing/build.gradle     |   1 +
 .../build.gradle                                   |   5 +-
 .../build.gradle                                   |   1 +
 .../integration/SetMailboxesMethodTest.java        | 145 ++++++++++++++-
 .../build.gradle                                   |   1 +
 .../build.gradle                                   |   2 +-
 .../draft/methods/SetMailboxesUpdateProcessor.java |  14 +-
 .../methods/SetMessagesCreationProcessor.java      |   2 +-
 .../methods/SetMailboxesUpdateProcessorTest.java   |   5 +-
 .../build.gradle                                   |   2 +
 .../build.gradle                                   |   2 +
 .../build.gradle                                   |   5 +-
 .../memory-webadmin-integration-test/build.gradle  |   2 +
 .../webadmin-integration-test-common/build.gradle  |   3 +-
 34 files changed, 639 insertions(+), 121 deletions(-)


---------------------------------------------------------------------
To unsubscribe, e-mail: server-dev-unsubscribe@james.apache.org
For additional commands, e-mail: server-dev-help@james.apache.org