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

colegreer pushed a change to branch 3.8-dev
in repository https://gitbox.apache.org/repos/asf/tinkerpop.git


    from a97db03618 TINKERPOP-3148 Prevent multiple by modulators from being 
used for the dedup step by throwing IllegalStateException if modulateBy is 
called more than once. (#3105)
     add a9c9066921 [TINKERPOP-3146] Support hot reloading of SSL certificates 
(#3078)

No new revisions were added by this update.

Summary of changes:
 CHANGELOG.asciidoc                                 |   1 +
 gremlin-server/pom.xml                             |  10 ++
 .../gremlin/server/AbstractChannelizer.java        |  95 +++++++++-------
 .../apache/tinkerpop/gremlin/server/Settings.java  |   6 +
 .../util/SSLStoreFilesModificationWatcher.java     | 124 +++++++++++++++++++++
 .../util/SSLStoreFilesModificationWatcherTest.java |  65 +++++++++++
 pom.xml                                            |   6 +
 7 files changed, 264 insertions(+), 43 deletions(-)
 create mode 100644 
gremlin-server/src/main/java/org/apache/tinkerpop/gremlin/server/util/SSLStoreFilesModificationWatcher.java
 create mode 100644 
gremlin-server/src/test/java/org/apache/tinkerpop/gremlin/server/util/SSLStoreFilesModificationWatcherTest.java

Reply via email to