Skip to content

Commit e940ae6

Browse files
committed
Merge branch '2.10' into 2.11
2 parents e087fa3 + 000c860 commit e940ae6

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

release-notes/VERSION-2.x

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Modules:
1616
#115: JsonProperty index is not honored by CsvSchema builder
1717
-- actually fixed by [databind#2555]
1818

19-
2.10.2 (not yet released)
19+
2.10.2 (05-Jan-2020)
2020

2121
#163: (yaml) `SequenceWriter` does not create multiple docs in a single yaml file
2222
(reported by Piyush K)

yaml/src/test/java/com/fasterxml/jackson/dataformat/yaml/ser/GeneratorAutoCloseTest.java

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,9 @@
1111
import com.fasterxml.jackson.dataformat.yaml.ModuleTestBase;
1212
import com.fasterxml.jackson.dataformat.yaml.YAMLFactory;
1313

14-
public class GeneratorAutoCloseTest extends ModuleTestBase {
14+
@SuppressWarnings("resource")
15+
public class GeneratorAutoCloseTest extends ModuleTestBase
16+
{
1517

1618
private Pojo pojo = new Pojo("bar");
1719

0 commit comments

Comments
 (0)