We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd6090b commit 9fcb855Copy full SHA for 9fcb855
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+1.7.0
2
+ * Switch to slf4j-api for logging (#74)
3
+ * Support new FileChannelImpl.map0() contract from JDK 19 (#75)
4
+
5
1.6.1
6
* openssl3 support
7
* BigDecimal deserialization
pom.xml
@@ -4,7 +4,7 @@
<groupId>ru.odnoklassniki</groupId>
<artifactId>one-nio</artifactId>
<packaging>jar</packaging>
- <version>1.6.1</version>
+ <version>1.7.0</version>
8
<name>one-nio</name>
9
<url>https://github.com/odnoklassniki/one-nio</url>
10
<description>Unconventional Java I/O library</description>
0 commit comments