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 a97d14088d JAMES-2586 blob resolvers should not throw an exception when blob not found new c07018313f JAMES-4103 MessageParser => MessageParserImpl new d56f056ecb JAMES-4103 Bind MessageParser rather than MessageParserImpl new f48661d50c JAMES-4103 Allow subsclassing ParsedAttachment new 217513b9aa JAMES-4103 Extract BlobResolvers out of JMAP module chain new 1f5cd4f7a2 JAMES-4103 Allow customizing only the attachment id assignation The 5 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: .../james/mailbox/model/ParsedAttachment.java | 2 +- .../CassandraMailboxSessionMapperFactory.java | 3 +- .../cassandra/mail/CassandraAttachmentMapper.java | 26 ++- .../cassandra/CassandraMailboxManagerProvider.java | 4 +- .../cassandra/CassandraTestSystemFixture.java | 4 +- .../CassandraMailboxManagerAttachmentTest.java | 6 +- .../mailbox/cassandra/mail/utils/GuiceUtils.java | 2 + .../model/openjpa/AbstractJPAMailboxMessage.java | 3 +- .../mailbox/jpa/JpaMailboxManagerProvider.java | 4 +- .../mail/InMemoryMailboxManagerAttachmentTest.java | 4 +- .../manager/InMemoryIntegrationResources.java | 10 +- .../resources/META-INF/spring/spring-mailbox.xml | 2 +- .../store/mail/model/impl/MessageParser.java | 252 +-------------------- .../{MessageParser.java => MessageParserImpl.java} | 27 +-- .../mailbox/store/StoreMailboxManagerTest.java | 4 +- ...eParserTest.java => MessageParserImplTest.java} | 6 +- .../cassandra/host/CassandraHostSystem.java | 4 +- .../mpt/imapmailbox/jpa/host/JPAHostSystem.java | 4 +- .../org/apache/james/CassandraJamesServerMain.java | 2 + .../james/CassandraRabbitMQJamesServerMain.java | 2 + .../james/DistributedPOP3JamesServerMain.java | 2 + .../org/apache/james/MemoryJamesServerMain.java | 2 + .../modules/mailbox/CassandraMailboxModule.java | 5 + .../james/modules/mailbox/JPAMailboxModule.java | 3 + .../james/modules/mailbox/MemoryMailboxModule.java | 3 + .../java/org/apache/james/jmap/JMAPModule.java | 33 ++- .../james/jmap/JMAPWithoutDraftCommonModule.java | 37 --- .../james/jmap/rfc8621/RFC8621MethodsModule.java | 11 - .../james/modules/protocols/JMAPServerModule.java | 3 - .../META-INF/org/apache/james/spring-server.xml | 2 +- 30 files changed, 111 insertions(+), 361 deletions(-) copy mailbox/store/src/main/java/org/apache/james/mailbox/store/mail/model/impl/{MessageParser.java => MessageParserImpl.java} (94%) rename mailbox/store/src/test/java/org/apache/james/mailbox/store/mail/model/impl/{MessageParserTest.java => MessageParserImplTest.java} (99%) delete mode 100644 server/container/guice/protocols/jmap/src/main/java/org/apache/james/jmap/JMAPWithoutDraftCommonModule.java --------------------------------------------------------------------- To unsubscribe, e-mail: notifications-unsubscr...@james.apache.org For additional commands, e-mail: notifications-h...@james.apache.org