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

rcordier pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/james-project.git


    from 793491ce57 [FIX] Strenghten DeletedMessageVault Integration Tests to 
solve flaky test issues
     new e7a24c98a0 JAMES-4193 Use dependency injections to inject 
Encryption.Factory
     new dece20343d JAMES-4193 Configurable SSL session cache
     new c198f468ea JAMES-4193 Provide TCNativeEncryptionFactory

The 3 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:
 docs/modules/servers/partials/configure/ssl.adoc   |  26 ++++
 protocols/netty/pom.xml                            |   4 +
 .../apache/james/protocols/netty/Encryption.java   |   2 +-
 .../apache/james/protocols/netty}/SslConfig.java   |  27 +++-
 .../james/CassandraRabbitMQJamesServerMain.java    |   2 +
 .../james/DistributedPOP3JamesServerMain.java      |   2 +
 .../java/org/apache/james/JPAJamesServerMain.java  |   2 +
 .../java/org/apache/james/JPAJamesServerMain.java  |   2 +
 .../org/apache/james/MemoryJamesServerMain.java    |   3 +
 .../org/apache/james/PostgresJamesServerMain.java  |   2 +
 .../src/main/java/org/apache/james/Main.java       |   2 +
 .../james/ProtocolConfigurationSanitizer.java      |   2 +-
 ...TaskModule.java => LegacyEncryptionModule.java} |  13 +-
 ...tsModule.java => TCNativeEncryptionModule.java} |  18 ++-
 .../james/modules/protocols/IMAPServerModule.java  |   8 +-
 .../resources/META-INF/spring/loaders-context.xml  |   4 +
 .../james/imapserver/netty/IMAPServerFactory.java  |   8 ++
 .../imapserver/netty/IMAPHealthCheckTest.java      |   3 +
 .../james/imapserver/netty/IMAPServerTest.java     |   2 +
 .../protocols/lib/LegacyJavaEncryptionFactory.java |  17 ++-
 .../protocols/lib/TCNativeEncryptionFactory.java   | 139 +++++++++++++++++++++
 .../lib/netty/AbstractConfigurableAsyncServer.java |  13 +-
 .../lib/AbstractConfigurableAsyncServerTest.java   |   1 +
 .../james/lmtpserver/netty/LMTPServerFactory.java  |   8 ++
 .../apache/james/lmtpserver/LmtpServerTest.java    |   2 +
 .../netty/ManageSieveServerFactory.java            |   8 ++
 .../ManageSieveServerTestSystem.java               |   2 +
 .../james/pop3server/netty/POP3ServerFactory.java  |   8 ++
 .../apache/james/pop3server/POP3ServerTest.java    |   2 +
 .../james/smtpserver/netty/SMTPServerFactory.java  |   8 ++
 .../james/smtpserver/SMTPServerTestSystem.java     |   2 +
 31 files changed, 309 insertions(+), 33 deletions(-)
 rename 
{server/protocols/protocols-library/src/main/java/org/apache/james/protocols/lib
 => 
protocols/netty/src/main/java/org/apache/james/protocols/netty}/SslConfig.java 
(86%)
 copy 
server/container/guice/common/src/main/java/org/apache/james/modules/{CleanupTaskModule.java
 => LegacyEncryptionModule.java} (73%)
 copy 
server/container/guice/common/src/main/java/org/apache/james/modules/{RunArgumentsModule.java
 => TCNativeEncryptionModule.java} (74%)
 create mode 100644 
server/protocols/protocols-library/src/main/java/org/apache/james/protocols/lib/TCNativeEncryptionFactory.java


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

Reply via email to