File tree 3 files changed +14
-11
lines changed
3 files changed +14
-11
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ permissions:
11
11
jobs :
12
12
build :
13
13
# Do we want wide matrix build? For now, limited
14
- runs-on : ' ubuntu-22.04 '
14
+ runs-on : ubuntu-latest
15
15
strategy :
16
16
fail-fast : false
17
17
matrix :
20
20
JAVA_OPTS : " -XX:+TieredCompilation -XX:TieredStopAtLevel=1"
21
21
steps :
22
22
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
23
+ with :
24
+ ref : 2.x
23
25
- name : Set up JDK
24
26
uses : actions/setup-java@c5195efecf7bdfc987ee8bae7a71cb8b11521c00 # v4.7.1
25
27
with :
Original file line number Diff line number Diff line change 1
1
name : Build and Deploy Snapshot
2
2
on :
3
3
push :
4
- branches :
5
- - 3.x
4
+ branches : [3.*]
6
5
paths-ignore :
7
6
- " README.md"
8
7
- " release-notes/*"
9
8
pull_request :
10
- branches :
11
- - 3.x
9
+ branches : [3.*]
12
10
paths-ignore :
13
11
- " README.md"
14
12
- " release-notes/*"
@@ -17,7 +15,7 @@ permissions:
17
15
18
16
jobs :
19
17
build :
20
- runs-on : ' ubuntu-22 .04'
18
+ runs-on : ' ubuntu-24 .04'
21
19
strategy :
22
20
fail-fast : false
23
21
matrix :
Original file line number Diff line number Diff line change @@ -4,17 +4,20 @@ Project: jackson-dataformat-xml
4
4
=== Releases ===
5
5
------------------------------------------------------------------------
6
6
7
+ 2.20.0 (not yet released)
8
+
9
+ -
10
+
11
+ 2.19.0 -rc2 (24 -Apr-2025 )
12
+
7
13
#508 : `XmlMapper` is unable to deserialise into an empty record
8
14
(reported by @protazy)
15
+ #700 : Unify testing structure/tools [JSTEP-10 ]
16
+ (fix contributed by Joo Hyuk K)
9
17
#714 : Root-level `null` handling (via `xsi:nil `) leaves trailing token in
10
18
`JsonParser`-exposed token stream
11
19
#745 : Add feature to include `standalone=' yes' ` in xml declaration
12
20
(contributed by @duoduobingbing)
13
-
14
- 2.19.0 -rc2 (07 -Apr-2025 )
15
-
16
- #700 : Unify testing structure/tools [JSTEP-10 ]
17
- (fix contributed by Joo Hyuk K)
18
21
- Upgrade Woodstox to 7.1.0
19
22
20
23
2.18.3 (28 -Feb-2025 )
You can’t perform that action at this time.
0 commit comments