Skip to content

Commit d6949af

Browse files
committed
Merge branch '2.x' into 3.x
2 parents 0140281 + 14d658a commit d6949af

File tree

3 files changed

+14
-11
lines changed

3 files changed

+14
-11
lines changed

.github/workflows/dep_build_v2.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ permissions:
1111
jobs:
1212
build:
1313
# Do we want wide matrix build? For now, limited
14-
runs-on: 'ubuntu-22.04'
14+
runs-on: ubuntu-latest
1515
strategy:
1616
fail-fast: false
1717
matrix:
@@ -20,6 +20,8 @@ jobs:
2020
JAVA_OPTS: "-XX:+TieredCompilation -XX:TieredStopAtLevel=1"
2121
steps:
2222
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
23+
with:
24+
ref: 2.x
2325
- name: Set up JDK
2426
uses: actions/setup-java@c5195efecf7bdfc987ee8bae7a71cb8b11521c00 # v4.7.1
2527
with:

.github/workflows/main.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,12 @@
11
name: Build and Deploy Snapshot
22
on:
33
push:
4-
branches:
5-
- 3.x
4+
branches: [3.*]
65
paths-ignore:
76
- "README.md"
87
- "release-notes/*"
98
pull_request:
10-
branches:
11-
- 3.x
9+
branches: [3.*]
1210
paths-ignore:
1311
- "README.md"
1412
- "release-notes/*"
@@ -17,7 +15,7 @@ permissions:
1715

1816
jobs:
1917
build:
20-
runs-on: 'ubuntu-22.04'
18+
runs-on: 'ubuntu-24.04'
2119
strategy:
2220
fail-fast: false
2321
matrix:

release-notes/VERSION-2.x

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,20 @@ Project: jackson-dataformat-xml
44
=== Releases ===
55
------------------------------------------------------------------------
66

7+
2.20.0 (not yet released)
8+
9+
-
10+
11+
2.19.0-rc2 (24-Apr-2025)
12+
713
#508: `XmlMapper` is unable to deserialise into an empty record
814
(reported by @protazy)
15+
#700: Unify testing structure/tools [JSTEP-10]
16+
(fix contributed by Joo Hyuk K)
917
#714: Root-level `null` handling (via `xsi:nil`) leaves trailing token in
1018
`JsonParser`-exposed token stream
1119
#745: Add feature to include `standalone='yes'` in xml declaration
1220
(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)
1821
- Upgrade Woodstox to 7.1.0
1922

2023
2.18.3 (28-Feb-2025)

0 commit comments

Comments
 (0)