File tree Expand file tree Collapse file tree 1 file changed +7
-8
lines changed
Expand file tree Collapse file tree 1 file changed +7
-8
lines changed Original file line number Diff line number Diff line change 11# Release Notes
22
33## 0.8.15
4- * Suppress a warning in ValueFactory
5- * Add MessagePacker.clear() method to clear position
6- * Support ObjectMapper#copy with MessagePackFactory
7- * Use jackson-databind 2.8.11.1 for security vulnerability
8- * (internal) Remove "-target: jvm-1 .7" from scalacOptions
9- * (internal) Replace sbt ` test-only ` command with ` testOnly `
10- * (internal) Use JavaConverters instead of JavaConversions in unit tests
11- * (internal) Remove unnecessary settings for Java 9 test in .travis.yml
4+ * Suppress a warning in ValueFactory [ #457 ] ( https://github.com/msgpack/msgpack-java/pull/457 )
5+ * Add MessagePacker#clear() method to clear position [ #459 ] ( https://github.com/msgpack/msgpack-java/pull/459 )
6+ * Support ObjectMapper#copy with MessagePackFactory [ #454 ] ( https://github.com/msgpack/msgpack-java/pull/454 )
7+ * Use jackson-databind 2.8.11.1 for security vulnerability [ #467 ] ( https://github.com/msgpack/msgpack-java/pull/467 )
8+ * (internal) Remove "-target: jvm-1 .7" from scalacOptions [ #456 ] ( https://github.com/msgpack/msgpack-java/pull/456 )
9+ * (internal) Replace sbt ` test-only ` command with ` testOnly ` [ #445 ] ( https://github.com/msgpack/msgpack-java/pull/445 )
10+ * (internal) Use JavaConverters instead of JavaConversions in unit tests [ #446 ] ( https://github.com/msgpack/msgpack-java/pull/446 )
1211
1312## 0.8.14
1413 * Add MessageUnpacker.tryUnpackNil() for peeking whether the next value is nil or not.
You can’t perform that action at this time.
0 commit comments