File tree 4 files changed +6
-3
lines changed
src/main/java/tools/jackson/dataformat/xml/ser
4 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 60
60
run : ./mvnw -B -q -ff -ntp test
61
61
- name : Publish code coverage
62
62
if : ${{ matrix.release_build && github.event_name != 'pull_request' }}
63
- uses : codecov/codecov-action@13ce06bfc6bbe3ecf90edbbf1bc32fe5978ca1d3 # v5.3.1
63
+ uses : codecov/codecov-action@0565863a31f2c772f9f0395002a31e3f06189574 # v5.4.0
64
64
with :
65
65
token : ${{ secrets.CODECOV_TOKEN }}
66
66
file : ./target/site/jacoco/jacoco.xml
Original file line number Diff line number Diff line change @@ -13,5 +13,6 @@ Version: 3.x (for earlier see VERSION-2.x)
13
13
#687: JSTEP-8: rename `FromXmlParser.Feature` as `XmlReadFeature`,
14
14
`ToXmlGenerator.Feature` as `XmlWriteFeature`
15
15
#701: Change 3.0 to use `module-info.java` directly, remove use of Moditect
16
+ #725: Change `XmlWriteFeature.UNWRAP_ROOT_OBJECT_NODE` default to `true`
16
17
- Add `XmlMapper.shared()`
17
18
- Minimum Java baseline: Java 17
Original file line number Diff line number Diff line change @@ -10,6 +10,10 @@ Project: jackson-dataformat-xml
10
10
(fix contributed by Joo Hyuk K)
11
11
- Upgrade Woodstox to 7.1.0
12
12
13
+ 2.18.3 (28 -Feb-2025 )
14
+
15
+ No changes since 2.18.2
16
+
13
17
2.18.2 (27 -Nov-2024 )
14
18
15
19
#678 : XML module not registered correctly when setting a custom `SerializerFactory`
Original file line number Diff line number Diff line change @@ -44,8 +44,6 @@ public class ToXmlGenerator
44
44
*/
45
45
protected final static String DEFAULT_UNKNOWN_ELEMENT = "unknown" ;
46
46
47
-
48
-
49
47
/*
50
48
/**********************************************************************
51
49
/* Configuration
You can’t perform that action at this time.
0 commit comments