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 df4ff75  JAMES-3534 Integration Test for Identity/set update and 
Identity/get should not fail for identities whose alias is deleted
     new 3616938  JAMES-3676 S3 blob store should not fail upon many partial 
reads
     new 89d5662  JAMES-3676 ReactorUtils.toInputStream should cancel publisher 
subscriptions upon partial reads
     new 45f6498  JAMES-3676 Hunt some missing InputStream.close
     new 62cc883  JAMES-3676 S3BlobStoreDAO::read (input stream) avoid a double 
nested block
     new 06eee5f  JAMES-3676 Add more tests for ReactorUtils.toInputStream
     new bcaebd4  JAMES-3676 SendMailHandler should manage all errors upon 
enqueue
     new 9ca77cc  JAMES-3676 Guice: Bind S3BlobStoreDAO in singleton scope
     new 9da2d23  JAMES-3676 Allow configuring S3 driver read, write and 
connection timeout
     new ab46b12  JAMES-3676 Allign S3 driver and netty version correctly

The 9 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:
 .../modules/ROOT/pages/configure/blobstore.adoc    |  9 ++
 .../main/java/org/apache/james/blob/api/Store.java |  4 +-
 .../export/file/LocalFileBlobExportMechanism.java  |  5 +-
 server/blob/blob-s3/pom.xml                        | 11 +--
 .../aws/S3BlobStoreConfiguration.java              | 56 +++++++++++-
 .../blob/objectstorage/aws/S3BlobStoreDAO.java     |  8 +-
 .../blob/objectstorage/aws/S3BlobStoreDAOTest.java | 25 ++++++
 .../S3BlobStoreConfigurationReader.java            | 15 ++++
 .../modules/blobstore/BlobStoreModulesChooser.java |  3 +
 .../java/org/apache/james/util/ReactorUtils.java   | 13 ++-
 .../org/apache/james/util/ReactorUtilsTest.java    | 99 ++++++++++++++++++++++
 .../apache/james/jmap/method/MDNParseMethod.scala  | 12 +--
 .../apache/james/smtpserver/SendMailHandler.java   |  3 +-
 src/site/xdoc/server/config-blobstore.xml          |  9 ++
 .../linshare/LinshareBlobExportMechanism.java      |  5 +-
 15 files changed, 250 insertions(+), 27 deletions(-)

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

Reply via email to