You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuweni.apache.org by to...@apache.org on 2021/07/24 16:08:56 UTC

[incubator-tuweni] branch main updated (fc0035d -> a14bccf)

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

toulmean pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-tuweni.git.


    from fc0035d  Merge pull request #314 from atoulme/jsonrpc_app
     new 0eedaa4  Adding basic auth support for JSON-RPC server
     new eefc9c6  Add config for basic auth
     new e29411c  use a specific port to make Windows happier
     new b7d8170  add archival of tests
     new 92f0594  try higher ports
     new 110e4b4  disable tests on windows
     new e196d95  only stop server if created
     new a14bccf  Merge pull request #315 from atoulme/basic_auth_support

The 910 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:
 .github/workflows/test-windows.yml                 |   9 +-
 dependency-versions.gradle                         |   1 +
 jsonrpc-app/build.gradle                           |   1 +
 .../org/apache/tuweni/jsonrpc/app/JSONRPCApp.kt    |  14 ++-
 .../org/apache/tuweni/jsonrpc/app/JSONRPCConfig.kt |  13 +++
 jsonrpc/build.gradle                               |   3 +
 .../org/apache/tuweni/jsonrpc/JSONRPCServer.kt     |  83 +++++++++++++-
 .../org/apache/tuweni/jsonrpc/JSONRPCClientTest.kt |   4 +-
 .../org/apache/tuweni/jsonrpc/JSONRPCServerTest.kt | 127 +++++++++++++++++++++
 9 files changed, 248 insertions(+), 7 deletions(-)
 create mode 100644 jsonrpc/src/test/kotlin/org/apache/tuweni/jsonrpc/JSONRPCServerTest.kt

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@tuweni.apache.org
For additional commands, e-mail: commits-help@tuweni.apache.org