File tree Expand file tree Collapse file tree 2 files changed +4
-7
lines changed Expand file tree Collapse file tree 2 files changed +4
-7
lines changed Original file line number Diff line number Diff line change 3
3
<parent >
4
4
<groupId >com.fasterxml.jackson</groupId >
5
5
<artifactId >jackson-base</artifactId >
6
- <version >2.17.0-SNAPSHOT </version >
6
+ <version >2.17.0</version >
7
7
</parent >
8
8
<groupId >com.fasterxml.jackson.dataformat</groupId >
9
9
<artifactId >jackson-dataformats-text</artifactId >
Original file line number Diff line number Diff line change @@ -14,12 +14,7 @@ Active Maintainers:
14
14
= == Releases == =
15
15
-- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
16
16
17
- Not yet released
18
-
19
- #465 : (yaml ) YAML : consider starting `#` and ending `:` as quotable characters
20
- (contributed by Michael E )
21
-
22
- 2.17 .0 - rc1 (26 - Feb - 2024 )
17
+ 2.17 .0 (12 - Mar - 2024 )
23
18
24
19
#45 : (csv ) Allow skipping ending line break
25
20
(`CsvGenerator .Feature .WRITE_LINEFEED_AFTER_LAST_ROW `)
@@ -28,6 +23,8 @@ Not yet released
28
23
(fix contributed by Arthur C )
29
24
#456 : (yaml ) Support max Read /Write nesting depth limits (`StreamReadConstraints `/
30
25
`StreamWriteConstraints `) for YAML
26
+ #465 : (yaml) YAML: consider starting `#` and ending `:` as quotable characters
27
+ (contributed by Michael E )
31
28
32
29
2.16 .2 (09 - Mar - 2024 )
33
30
You can’t perform that action at this time.
0 commit comments