File tree Expand file tree Collapse file tree 4 files changed +16
-13
lines changed Expand file tree Collapse file tree 4 files changed +16
-13
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
- uses : actions/setup-java@3a4f6e1af504cf6a31855fa899c6aa5355ba6c12 # v4.7.0
26
+ uses : actions/setup-java@c5195efecf7bdfc987ee8bae7a71cb8b11521c00 # v4.7.1
25
27
with :
26
28
distribution : ' temurin'
27
29
java-version : ${{ matrix.java_version }}
Original file line number Diff line number Diff line change 23
23
with :
24
24
ref : 3.x
25
25
- name : Set up JDK
26
- uses : actions/setup-java@3a4f6e1af504cf6a31855fa899c6aa5355ba6c12 # v4.7.0
26
+ uses : actions/setup-java@c5195efecf7bdfc987ee8bae7a71cb8b11521c00 # v4.7.1
27
27
with :
28
28
distribution : ' temurin'
29
29
java-version : ${{ matrix.java_version }}
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 :
30
28
steps :
31
29
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
32
30
- name : Set up JDK
33
- uses : actions/setup-java@3a4f6e1af504cf6a31855fa899c6aa5355ba6c12 # v4.7.0
31
+ uses : actions/setup-java@c5195efecf7bdfc987ee8bae7a71cb8b11521c00 # v4.7.1
34
32
with :
35
33
distribution : ' temurin'
36
34
java-version : ${{ matrix.java_version }}
58
56
run : ./mvnw -B -q -ff -ntp test
59
57
- name : Publish code coverage
60
58
if : ${{ matrix.release_build && github.event_name != 'pull_request' }}
61
- uses : codecov/codecov-action@0565863a31f2c772f9f0395002a31e3f06189574 # v5.4.0
59
+ uses : codecov/codecov-action@ad3126e916f78f00edff4ed0317cf185271ccc2d # v5.4.2
62
60
with :
63
61
token : ${{ secrets.CODECOV_TOKEN }}
64
62
files : ./target/site/jacoco/jacoco.xml
Original file line number Diff line number Diff line change @@ -14,10 +14,11 @@ Active maintainers:
14
14
= == Releases == =
15
15
-- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
16
16
17
- #571 : Unable to deserialize a pojo with IonStruct
18
- (reported , fix contributed by Josh C )
17
+ 2.20 .0 (not yet released )
18
+
19
+ -
19
20
20
- 2.19 .0 - rc2 ( 07 - Apr - 2025 )
21
+ 2.19 .0 ( 24 - Apr - 2025 )
21
22
22
23
#300 : (smile) Floats are encoded with sign extension while doubles without
23
24
(reported by Steven F )
@@ -39,6 +40,8 @@ Active maintainers:
39
40
(contributed by Joo - Hyuk K )
40
41
#568 : Improve ASCII decoding performance for `CBORParser`
41
42
(contributed by Manuel S )
43
+ #571 : Unable to deserialize a pojo with IonStruct
44
+ (reported , fix contributed by Josh C )
42
45
43
46
2.18 .4 (not yet released )
44
47
You can’t perform that action at this time.
0 commit comments