File tree 4 files changed +10
-4
lines changed
4 files changed +10
-4
lines changed Original file line number Diff line number Diff line change 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@3a4f6e1af504cf6a31855fa899c6aa5355ba6c12 # v4.7.0
25
27
with :
Original file line number Diff line number Diff line change 76
76
name : Trigger v2 dep builds
77
77
needs : [build]
78
78
# Only for pushes to default branch
79
- if : ${{ github.event_name == 'push' && github.ref_name == github.event.repository.default_branch }}
79
+ if : ${{ github.event_name == 'push' && github.ref_name == '2.x' }}
80
80
uses : ./.github/workflows/trigger_dep_builds_v2.yml
81
81
secrets :
82
82
token : ${{ secrets.REPO_DISPATCH }}
Original file line number Diff line number Diff line change 9
9
<parent >
10
10
<groupId >com.fasterxml.jackson</groupId >
11
11
<artifactId >jackson-base</artifactId >
12
- <version >2.19.1 -SNAPSHOT</version >
12
+ <version >2.20.0 -SNAPSHOT</version >
13
13
</parent >
14
14
<groupId >com.fasterxml.jackson.core</groupId >
15
15
<artifactId >jackson-databind</artifactId >
16
- <version >2.19.1 -SNAPSHOT</version >
16
+ <version >2.20.0 -SNAPSHOT</version >
17
17
<name >jackson-databind</name >
18
18
<packaging >jar</packaging >
19
19
<description >General data-binding functionality for Jackson: works on core streaming API</description >
31
31
<
connection >scm:git:
[email protected] :FasterXML/jackson-databind.git</
connection >
32
32
<
developerConnection >scm:git:
[email protected] :FasterXML/jackson-databind.git</
developerConnection >
33
33
<url >https://github.com/FasterXML/jackson-databind</url >
34
- <tag >jackson-databind-2.19.0-rc2 </tag >
34
+ <tag >HEAD </tag >
35
35
</scm >
36
36
37
37
<properties >
Original file line number Diff line number Diff line change @@ -4,6 +4,10 @@ Project: jackson-databind
4
4
=== Releases ===
5
5
------------------------------------------------------------------------
6
6
7
+ 2.20.0 (not yet released)
8
+
9
+ -
10
+
7
11
2.19.0 (24 -Apr-2025 )
8
12
9
13
#1467 : Support `@JsonUnwrapped` with `@JsonCreator`
You can’t perform that action at this time.
0 commit comments