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 607928c9e2 [PERF] Thread configuration for WebAdmin, redis and some 
reactor improvments (#950)
     new 8aaaf61860 JAMES-3738 Move encryption to protocols/netty
     new ed81e1374b JAMES-3738 Encryption should be able to create Ssl handler
     new c63d794eb8 JAMES-3738 Hide java details behind encryption
     new 8692d3710d JAMES-3738 Encryption: static methods comes first
     new c136fbc040 JAMES-3738 Encryption should be an interface with a legacy 
implementation
     new fa93ef5afa JAMES-3738 Encryption: annotates methods visible for testing
     new 01f11a4a39 JAMES-3738 Extract Encryption instanciation and 
configuration out of AbstractConfigurableAsyncServer
     new 0ee2cae6a9 JAMES-3738 Send initial STARTTLS reply before pipeline 
changes

The 8 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:
 .../org/apache/james/protocols/api/Encryption.java | 137 ---------------
 .../protocols/lmtp/netty/NettyLMTPSServerTest.java |   2 +-
 .../AbstractSSLAwareChannelPipelineFactory.java    |  14 +-
 .../netty/BasicChannelInboundHandler.java          |  12 +-
 .../apache/james/protocols/netty/Encryption.java   | 191 +++++++++++++++++++++
 .../protocols/netty/NettyProtocolTransport.java    |  18 +-
 .../apache/james/protocols/netty/NettyServer.java  |   1 -
 .../james/protocols/netty/NettyServerTest.java     |   1 -
 .../protocols/pop3/AbstractPOP3SServerTest.java    |   2 +-
 .../pop3/AbstractStartTlsPOP3ServerTest.java       |   2 +-
 .../protocols/pop3/netty/NettyPOP3SServerTest.java |   4 +-
 .../pop3/netty/NettyStartTlsPOP3ServerTest.java    |   2 +-
 .../protocols/smtp/AbstractSMTPSServerTest.java    |   2 +-
 .../protocols/smtp/netty/NettySMTPSServerTest.java |   2 +-
 .../smtp/netty/NettyStartTlsSMTPServerTest.java    |   2 +-
 .../apache/james/imapserver/netty/IMAPServer.java  |  12 +-
 .../netty/ImapChannelUpstreamHandler.java          |   2 +-
 .../james/imapserver/netty/NettyImapSession.java   |  10 +-
 .../protocols/lib/LegacyJavaEncryptionFactory.java |  81 +++++++++
 .../org/apache/james/protocols/lib/SslConfig.java  | 145 ++++++++++++++++
 .../lib/netty/AbstractConfigurableAsyncServer.java | 103 +----------
 .../lib/AbstractConfigurableAsyncServerTest.java   |   6 +-
 .../netty/ManageSieveChannelUpstreamHandler.java   |   7 +-
 .../managesieveserver/netty/ManageSieveServer.java |  14 +-
 .../netty/SMTPChannelInboundHandler.java           |   2 +-
 25 files changed, 459 insertions(+), 315 deletions(-)
 delete mode 100644 
protocols/api/src/main/java/org/apache/james/protocols/api/Encryption.java
 create mode 100644 
protocols/netty/src/main/java/org/apache/james/protocols/netty/Encryption.java
 create mode 100644 
server/protocols/protocols-library/src/main/java/org/apache/james/protocols/lib/LegacyJavaEncryptionFactory.java
 create mode 100644 
server/protocols/protocols-library/src/main/java/org/apache/james/protocols/lib/SslConfig.java


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

Reply via email to