File tree Expand file tree Collapse file tree 3 files changed +9
-8
lines changed Expand file tree Collapse file tree 3 files changed +9
-8
lines changed Original file line number Diff line number Diff line change 2121      JAVA_OPTS : " -XX:+TieredCompilation -XX:TieredStopAtLevel=1" 
2222    steps :
2323    - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683  #  v4.2.2
24+       with :
25+         ref : 2.x 
2426    - name : Set up JDK 
2527      uses : actions/setup-java@c5195efecf7bdfc987ee8bae7a71cb8b11521c00  #  v4.7.1
2628      with :
Original file line number Diff line number Diff line change 11name : Build and Deploy Snapshot 
22on :
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/*" 
Original file line number Diff line number Diff line change @@ -16,7 +16,11 @@ Co-maintainers:
1616= ==  Releases  == = 
1717-- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- 
1818
19- 2.19 .0  (not  yet  released )
19+ 2.20 .0  (not  yet  released )
20+ 
21+ - 
22+ 
23+ 2.19 .0  (24 - Apr - 2025 )
2024
2125#959 : Extension functions has been added to simplify `configOverride` calls to `ObjectMapper` and `Module.SetupContext`.
2226#954 : Replaced `OptBoolean` of internal caching with a common implementation.
@@ -26,9 +30,6 @@ Co-maintainers:
2630  A  `RuntimeJsonMappingException ` will  be  thrown  in  case  of  inconsistency .
2731  This  fixes  a  problem  that  broke  `Kotlin ` null  safety  by  reading  null  as  a  value  even  if  the  type  parameter  was  specified  as  non - null .
2832  It  also  checks  for  custom  errors  in  ObjectMapper  that  cause  a  different  value  to  be  read  than  the  specified  type  parameter .
29- 
30- 2.19 .0 - rc2  (07 - Apr - 2025 )
31- 
3233#929 : Added consideration of `JsonProperty.isRequired` added in `2.19` in `hasRequiredMarker` processing.
3334  Previously  `JsonProperty .required ` was  defined  as  `Boolean ` with  default  `false`,
3435  so  `KotlinModule ` was  forced  to  override  it  if  the  value  was  `false`.
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments