This is an automated email from the ASF dual-hosted git repository.
rouazana pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/james-project.git.
from 0b7669b JAMES-2813 Introduce ReactorRabbitMQChannelPool.createSender
new da774c0 JAMES-2813 Add cancel support in DistributedTaskManager
new 9e71475 Update CHANGELOG.md
new 7700660 JAMES-1975 make dkim mailet available for Spring product
new 3ed970f Post about latest docker images
new dd41835 JAMES-2870 update CHANGELOG.md about zookeeper deprecation
and OSGi removal
new a433b9e JAMES-2855 Upgrade checkstyle plugin to 3.1.0
new fc7307a JAMES-2855 Upgrade app-assembler plugin to 2.1.0
new 642adc5 JAMES-2855 Generate mailet report for ICalendar mailet
new 98b3f93 JAMES-2855 Add mailet report for JDKIM mailet
new 8a0a8fd JAMES-2855 Upgrade clean plugin to 3.1.0
new 024c6c3 JAMES-2855 Upgrade compiler plugin to 3.8.1
new 8946a95 JAMES-2855 Upgrade dependency plugin to 3.1.1
new 3b4e4bc JAMES-2855 Upgrade JAR plugin to 3.1.2
new 959662d JAMES-2855 Upgrade JavaDoc plugin to 3.1.1
new e1caed6 JAMES-2855 Upgrade plugin-generator plugin to 3.6.0
new b454d08 JAMES-2855 Upgrade PMD plugin to 3.12.0
new 1742e2e JAMES-2855 Upgrade info-report plugin to 3.0.0
new 17597eb JAMES-2855 Upgrade remote-resource plugin to 1.6.0
new 984f2ca JAMES-2855 Upgrade resource plugin to 3.1.0
new 47ca341 JAMES-2855 Upgrade source plugin to 3.1.0
new 2fb4c5a JAMES-2855 Upgrade shade plugin to 3.2.1
new dd54f00 JAMES-2855 Upgrade site plugin to 3.8.2
new bea518a JAMES-2855 Upgrade war plugin to 3.2.3
new fc1a473 JAMES-2855 Upgrade rat plugin to 0.13
new f6bed37 JAMES-2855 Upgrade version plugin to 2.7
new 9c82af7 JAMES-2855 Upgrade git-info plugin to 3.0.1
new 0dc9d9c JAMES-2855 Upgrade partial-build plugin to 2.7
new 82ac614 JAMES-2855 Turn JavaDoc stricter docLint off
new 74a1d32 JAMES-2855 Remove @author javadoc tags
The 29 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:
CHANGELOG.md | 7 +++
.../listeners/SetCustomFlagOnBigMessages.java | 2 +-
.../mailbox/acl/UnionMailboxACLResolverTest.java | 3 -
.../james/mailbox/events/EventBusTestFixture.java | 12 +++-
.../mailbox/events/EventDeadLettersContract.java | 40 +++++++++----
.../org/apache/james/mailbox/events/GroupTest.java | 12 +++-
.../mailbox/model/MailboxACLEntryKeyTest.java | 3 -
.../apache/james/mailbox/model/MailboxACLTest.java | 3 -
.../james/mailbox/model/Rfc4314RightsTest.java | 3 -
.../apache/james/mailbox/util/EventCollector.java | 4 +-
.../caching/CacheInvalidatingMailboxListener.java | 4 +-
.../cassandra/MailboxOperationLoggingListener.java | 4 +-
.../ElasticSearchListeningMessageSearchIndex.java | 4 +-
.../james/mailbox/jpa/mail/model/JPAUserFlag.java | 4 +-
.../mailbox/jpa/user/model/JPASubscription.java | 4 +-
.../lucene/search/LuceneMessageSearchIndex.java | 4 +-
.../listeners/QuotaThresholdCrossingListener.java | 4 +-
.../events/ElasticSearchQuotaMailboxListener.java | 1 +
.../mailbox/spamassassin/SpamAssassinListener.java | 4 +-
.../store/event/MailboxAnnotationListener.java | 4 +-
.../store/quota/ListeningCurrentQuotaUpdater.java | 4 +-
.../store/search/LazyMessageSearchIndex.java | 4 +-
.../org/apache/mailet/base/RFC2822Headers.java | 4 +-
mailet/icalendar/pom.xml | 8 +++
mpt/app/pom.xml | 20 -------
mpt/core/pom.xml | 20 -------
.../apache/james/mpt/host/ExternalHostSystem.java | 2 +-
.../mpt/protocol/FileProtocolSessionBuilder.java | 2 -
.../apache/james/mpt/protocol/ProtocolSession.java | 17 +-----
.../james/mpt/protocol/ProtocolSessionBuilder.java | 2 -
.../script/GenericSimpleScriptedTestProtocol.java | 2 -
mpt/mavenplugin/pom.xml | 17 ------
pom.xml | 44 ++++++++-------
.../api/handler/ProtocolHandlerResultHandler.java | 3 +-
.../imap/decode/parser/DeleteACLCommandParser.java | 2 -
.../decode/parser/ListRightsCommandParser.java | 2 -
.../imap/decode/parser/MyRightsCommandParser.java | 2 -
.../imap/decode/parser/SetACLCommandParser.java | 2 -
.../imap/encode/ListRightsResponseEncoder.java | 2 -
.../james/imap/encode/MyRightsResponseEncoder.java | 2 -
.../imap/message/request/DeleteACLRequest.java | 2 -
.../james/imap/message/request/GetACLRequest.java | 2 -
.../imap/message/request/GetQuotaRequest.java | 2 -
.../imap/message/request/GetQuotaRootRequest.java | 2 -
.../imap/message/request/ListRightsRequest.java | 2 -
.../imap/message/request/MyRightsRequest.java | 2 -
.../james/imap/message/request/SetACLRequest.java | 2 -
.../imap/message/response/ListRightsResponse.java | 2 -
.../imap/message/response/MyRightsResponse.java | 2 -
.../james/imap/processor/DeleteACLProcessor.java | 2 -
.../james/imap/processor/ListRightsProcessor.java | 2 -
.../james/imap/processor/MyRightsProcessor.java | 2 -
.../james/imap/processor/SetACLProcessor.java | 3 +-
.../imap/processor/DeleteACLProcessorTest.java | 2 -
.../imap/processor/ListRightsProcessorTest.java | 2 -
.../james/imap/processor/SetACLProcessorTest.java | 2 -
.../james/managesieve/api/ArgumentException.java | 4 +-
.../api/AuthenticationRequiredException.java | 4 +-
.../pop3/core/AbstractApopCmdHandler.java | 3 -
server/app/pom.xml | 7 ++-
.../james/modules/mailbox/NoopMailboxListener.java | 4 +-
.../org/apache/james/FakeMessageSearchIndex.java | 4 +-
.../onami/lifecycle/AbstractBasicStageable.java | 2 -
.../james/onami/lifecycle/AbstractStageable.java | 2 -
.../james/onami/lifecycle/DisposingStager.java | 2 -
.../james/onami/lifecycle/PreDestroyModule.java | 2 -
.../java/org/apache/james/util/MDCBuilder.java | 4 +-
server/mailet/dkim/pom.xml | 11 ++++
.../transport/mailets/jsieve/SieveMailAdapter.java | 4 +-
.../org/apache/james/jmap/JMAPConfiguration.java | 4 +-
.../jmap/event/PropagateLookupRightListener.java | 4 +-
.../james/jmap/model/AccessTokenRequest.java | 4 +-
.../james/jmap/model/AccessTokenResponse.java | 4 +-
.../james/jmap/model/AttachmentAccessToken.java | 4 +-
.../apache/james/jmap/model/ContinuationToken.java | 4 +-
.../james/jmap/model/ContinuationTokenRequest.java | 4 +-
.../jmap/model/ContinuationTokenResponse.java | 4 +-
.../EventDeadLettersIntegrationTest.java | 4 +-
.../james/queue/memory/MemoryMailQueueFactory.java | 4 +-
.../view/cassandra/CassandraMailQueueBrowser.java | 4 +-
.../distributed/RabbitMQWorkQueue.java | 66 ++++++++++++++++++++--
.../distributed/DistributedTaskManagerTest.java | 55 +++++++++++++-----
.../org/apache/james/task/TaskManagerContract.java | 6 +-
.../2019-08-30-latest-image-changes.markdown | 21 +++++++
84 files changed, 325 insertions(+), 240 deletions(-)
create mode 100644 src/homepage/_posts/2019-08-30-latest-image-changes.markdown
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]