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 796acc71 Merge pull request #440 from atoulme/ssb_kt
new ea88cd74 move discovery to kotlin
new 1fd174bb move discovery code to kotlin
new d1f827be Merge pull request #441 from atoulme/discovery_kt
The 1295 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:
scuttlebutt-discovery/build.gradle | 2 +
.../ScuttlebuttLocalDiscoveryServiceTest.java | 98 -----------
.../ScuttlebuttLocalDiscoveryServiceTest.kt | 119 +++++++++++++
.../scuttlebutt/discovery/LocalIdentity.java | 124 --------------
.../ScuttlebuttLocalDiscoveryService.java | 189 ---------------------
.../tuweni/scuttlebutt/discovery/package-info.java | 25 ---
.../tuweni/scuttlebutt/discovery/LocalIdentity.kt | 105 ++++++++++++
.../discovery/ScuttlebuttLocalDiscoveryService.kt | 154 +++++++++++++++++
.../scuttlebutt/discovery/LocalIdentityTest.java | 71 --------
.../scuttlebutt/discovery/LocalIdentityTest.kt | 73 ++++++++
10 files changed, 453 insertions(+), 507 deletions(-)
delete mode 100644
scuttlebutt-discovery/src/integrationTest/java/org/apache/tuweni/scuttlebutt/discovery/ScuttlebuttLocalDiscoveryServiceTest.java
create mode 100644
scuttlebutt-discovery/src/integrationTest/kotlin/org/apache/tueni/scuttlebutt/discovery/ScuttlebuttLocalDiscoveryServiceTest.kt
delete mode 100644
scuttlebutt-discovery/src/main/java/org/apache/tuweni/scuttlebutt/discovery/LocalIdentity.java
delete mode 100644
scuttlebutt-discovery/src/main/java/org/apache/tuweni/scuttlebutt/discovery/ScuttlebuttLocalDiscoveryService.java
delete mode 100644
scuttlebutt-discovery/src/main/java/org/apache/tuweni/scuttlebutt/discovery/package-info.java
create mode 100644
scuttlebutt-discovery/src/main/kotlin/org/apache/tuweni/scuttlebutt/discovery/LocalIdentity.kt
create mode 100644
scuttlebutt-discovery/src/main/kotlin/org/apache/tuweni/scuttlebutt/discovery/ScuttlebuttLocalDiscoveryService.kt
delete mode 100644
scuttlebutt-discovery/src/test/java/org/apache/tuweni/scuttlebutt/discovery/LocalIdentityTest.java
create mode 100644
scuttlebutt-discovery/src/test/kotlin/org/apache/tuweni/scuttlebutt/discovery/LocalIdentityTest.kt
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]