File tree Expand file tree Collapse file tree 4 files changed +6
-11
lines changed Expand file tree Collapse file tree 4 files changed +6
-11
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 
6-     - " 2.19" 
4+     branches : [2.*] 
75    paths-ignore :
86    - " README.md" 
97    - " release-notes/*" 
108  pull_request :
11-     branches :
12-     - 3.x 
13-     - " 2.19" 
9+     branches : [2.*] 
1410    paths-ignore :
1511    - " README.md" 
1612    - " release-notes/*" 
Original file line number Diff line number Diff line change 88    <parent >
99        <groupId >com.fasterxml.jackson</groupId >
1010        <artifactId >jackson-base</artifactId >
11-         <version >2.19.0-SNAPSHOT </version >
11+         <version >2.19.0</version >
1212    </parent >
1313    <groupId >com.fasterxml.jackson.module</groupId >
1414    <artifactId >jackson-module-kotlin</artifactId >
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ Co-maintainers:
1616= ==  Releases  == = 
1717-- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- 
1818
19- 2.19 .0  (not   yet   released )
19+ 2.19 .0  (24 - Apr - 2025 )
2020
2121#959 : Extension  functions  has  been  added  to  simplify  `configOverride ` calls  to  `ObjectMapper ` and  `Module .SetupContext `.
2222#954 : Replaced `OptBoolean` of internal caching with a common implementation.
@@ -26,9 +26,6 @@ Co-maintainers:
2626  A  `RuntimeJsonMappingException ` will  be  thrown  in  case  of  inconsistency .
2727  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 .
2828  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- 
3229#929 : Added consideration of `JsonProperty.isRequired` added in `2.19` in `hasRequiredMarker` processing.
3330  Previously  `JsonProperty .required ` was  defined  as  `Boolean ` with  default  `false`,
3431  so  `KotlinModule ` was  forced  to  override  it  if  the  value  was  `false`.
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments