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.
2 parents e087fa3 + 000c860 commit e940ae6Copy full SHA for e940ae6
release-notes/VERSION-2.x
@@ -16,7 +16,7 @@ Modules:
16
#115: JsonProperty index is not honored by CsvSchema builder
17
-- actually fixed by [databind#2555]
18
19
-2.10.2 (not yet released)
+2.10.2 (05-Jan-2020)
20
21
#163: (yaml) `SequenceWriter` does not create multiple docs in a single yaml file
22
(reported by Piyush K)
yaml/src/test/java/com/fasterxml/jackson/dataformat/yaml/ser/GeneratorAutoCloseTest.java
@@ -11,7 +11,9 @@
11
import com.fasterxml.jackson.dataformat.yaml.ModuleTestBase;
12
import com.fasterxml.jackson.dataformat.yaml.YAMLFactory;
13
14
-public class GeneratorAutoCloseTest extends ModuleTestBase {
+@SuppressWarnings("resource")
15
+public class GeneratorAutoCloseTest extends ModuleTestBase
+{
private Pojo pojo = new Pojo("bar");
0 commit comments