File tree Expand file tree Collapse file tree 2 files changed +11
-1
lines changed Expand file tree Collapse file tree 2 files changed +11
-1
lines changed Original file line number Diff line number Diff line change
1
+ 1.6.0
2
+ * java.time serialization
3
+ * Arena Allocator
4
+ * PaddedRWLock to avoid false sharing
5
+ * Handle EINTR in socket read/write
6
+ * Enum serialization fixes
7
+ * Fixed global perf counters in presence of offline CPUs
8
+ * HttpClient should support responses without Content-Length / Transfer-Encoding
9
+ * Gracefully close sessions when stopping Server
10
+
1
11
1.5.0
2
12
* JDK 17 support. Workaround ` setAccessible ` restrictions
3
13
* New BPF map types
Original file line number Diff line number Diff line change 4
4
<groupId >ru.odnoklassniki</groupId >
5
5
<artifactId >one-nio</artifactId >
6
6
<packaging >jar</packaging >
7
- <version >1.5 .0</version >
7
+ <version >1.6 .0</version >
8
8
<name >one-nio</name >
9
9
<url >https://github.com/odnoklassniki/one-nio</url >
10
10
<description >Unconventional Java I/O library</description >
You can’t perform that action at this time.
0 commit comments