This is an automated email from the ASF dual-hosted git repository.
ieugen pushed a change to branch JAMES-3225-autobuild
in repository https://gitbox.apache.org/repos/asf/james-project.git.
discard 48bfb2b JAMES-3225 #comment Fixed Jenkinsfile typo tests -> test
discard 61804c0 JAMES-3225 #comment Using build scans to see why compilation
fails
discard 168cc76 JAMES-3225 #comment First draft of Jenkinsfile
discard e29d661 JAMES-3260 Removed guice from api
omit 91e6618 JAMES-3260 More test fixes
omit 0408607 JAMES-3260 Fixed memory-guice build - removed guava:*-android
version
omit d162a20 JAMES-3260 Fixed the build for mailrepository-memory
omit 2c2f71f JAMES-3260 Reproducible tests for spring-jpa-tests
omit 2152777 JAMES-3260 Some more build fixes
omit 37aebcf JAMES-3260 Fixed some dependency issues
omit 3aa7360 JAMES-3260 Builds with some tests disables
omit fb293ec JAMES-3260 Fixing test compilation and runinng
omit ebfc8f8 JAMES-3260 We have compilation without tests
omit 41d5f07 JAMES-3260 Builds up to
':james-server:james-server-data-jmap:compileTestJava'
omit 2d069d8 JAMES-3260 Builds up to
:':apache-james-mpt:apache-james-mpt-core:compileJava'.
omit 1df3504 JAMES-3260 Builds up to
:':apache-james-mpt:apache-james-mpt-core:compileJava'.
omit 25569e7 JAMES-3260 Builds up to
:apache-james-mailbox:apache-james-mailbox-lucene:compileJava
omit 1efac96 JAMES-3260 Builds up to
:apache-james-mailbox:apache-james-mailbox-jpa:compileJava
omit f474d88 JAMES-3260 Builds up to
:apache-james-mailbox:backup:compileJava
omit 9e1bc57 JAMES-3260 Builds up to
:apache-james-mailbox:apache-james-mailbox-cassandra:compileTestJava
omit 5c35d77 JAMES-3260 Builds up to
:apache-james-mailbox:apache-james-mailbox-tools-quota-recompute:compileJava
omit 3fb619b JAMES-3260 Builds up to
:apache-james-mailbox:apache-james-mailbox-event-memory:compileJava
omit 477b752 JAMES-3260 server/task-api fails
omit ce6d3f7 JAMES-3260 Fixed builds for core, json and mdn
omit 0ac0696 JAMES-3260 Using Java 11 and removed custom repository
omit 9b6f8f5 JAMES-3260 #comment Added gradle config via gradle init
omit 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
new d06f9b4 JAMES-3260 #comment Configured maven build scans
new a7ef2ca JAMES-3260 #comment Added gradle config via gradle init
new 7753dd8 JAMES-3260 Using Java 11 and removed custom repository
new 78822ed JAMES-3260 Fixed builds for core, json and mdn
new 20657a7 JAMES-3260 server/task-api fails
new 47d2a38 JAMES-3260 Builds up to
:apache-james-mailbox:apache-james-mailbox-event-memory:compileJava
new 9b2bdcd JAMES-3260 Builds up to
:apache-james-mailbox:apache-james-mailbox-tools-quota-recompute:compileJava
new 91f119a JAMES-3260 Builds up to
:apache-james-mailbox:apache-james-mailbox-cassandra:compileTestJava
new 1b5c4ea JAMES-3260 Builds up to
:apache-james-mailbox:backup:compileJava
new c470a4c JAMES-3260 Builds up to
:apache-james-mailbox:apache-james-mailbox-jpa:compileJava
new a60353b JAMES-3260 Builds up to
:apache-james-mailbox:apache-james-mailbox-lucene:compileJava
new 8c764b4 JAMES-3260 Builds up to
:':apache-james-mpt:apache-james-mpt-core:compileJava'.
new 1f45d22 JAMES-3260 Builds up to
:':apache-james-mpt:apache-james-mpt-core:compileJava'.
new ac611d0 JAMES-3260 Builds up to
':james-server:james-server-data-jmap:compileTestJava'
new 0bfe22d JAMES-3260 We have compilation without tests
new 310bbaf JAMES-3260 Fixing test compilation and runinng
new 4ddef66 JAMES-3260 Builds with some tests disables
new 552de33 JAMES-3260 Fixed some dependency issues
new 222f65a JAMES-3260 Some more build fixes
new a56d358 JAMES-3260 Reproducible tests for spring-jpa-tests
new 4a32b0c JAMES-3260 Fixed the build for mailrepository-memory
new a43e2ee JAMES-3260 Fixed memory-guice build - removed guava:*-android
version
new ac070c2 JAMES-3260 More test fixes
new 961dbf8 JAMES-3260 Removed guice from api
new 7813685 JAMES-3225 #comment First draft of Jenkinsfile
new 236d7c7 JAMES-3225 #comment Using build scans to see why compilation
fails
new 582f665 JAMES-3225 #comment Fixed Jenkinsfile typo tests -> test
new c80a83d JAMES-3225 #comment Increased build timeout to 4h
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 (48bfb2b)
\
N -- N -- N refs/heads/JAMES-3225-autobuild (c80a83d)
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.
The 28 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:
Jenkinsfile | 2 +-
.../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 +-
.../integration/SetMailboxesMethodTest.java | 145 ++++++++++++++-
.../draft/methods/SetMailboxesUpdateProcessor.java | 14 +-
.../methods/SetMessagesCreationProcessor.java | 2 +-
.../methods/SetMailboxesUpdateProcessorTest.java | 5 +-
18 files changed, 602 insertions(+), 106 deletions(-)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]