Skip to content

Commit 9f49bb6

Browse files
committed
JAVA-1514: Port Uuids utility class
1 parent 40e71ef commit 9f49bb6

6 files changed

Lines changed: 611 additions & 0 deletions

File tree

changelog/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44

55
### 4.0.0-alpha2 (in progress)
66

7+
- [new feature] JAVA-1514: Port Uuids utility class
78
- [new feature] JAVA-1520: Add node state listeners
89
- [new feature] JAVA-1493: Handle schema metadata
910
- [improvement] JAVA-1605: Refactor request execution model

core/pom.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,10 @@
5959
<groupId>com.github.jnr</groupId>
6060
<artifactId>jnr-ffi</artifactId>
6161
</dependency>
62+
<dependency>
63+
<groupId>com.github.jnr</groupId>
64+
<artifactId>jnr-posix</artifactId>
65+
</dependency>
6266
<dependency>
6367
<groupId>org.slf4j</groupId>
6468
<artifactId>slf4j-api</artifactId>

0 commit comments

Comments
 (0)