Codebase list jackson-core / 94cf952
Prepare for 2.4.1.1 micro patch Tatu Saloranta 9 years ago
2 changed file(s) with 5 addition(s) and 2 deletion(s). Raw diff Collapse all Expand all
88 <groupId>com.fasterxml.jackson.core</groupId>
99 <artifactId>jackson-core</artifactId>
1010 <name>Jackson-core</name>
11 <version>2.4.2-SNAPSHOT</version>
11 <version>2.4.1.1-SNAPSHOT</version>
1212 <packaging>bundle</packaging>
1313 <description>Core Jackson abstractions, basic JSON streaming API implementation
1414 </description>
00 Project: jackson-core
1 Version: 2.4.1 (xx-xxx-2014)
1 Version: 2.4.1.1 (09-Jul-2014)
2
3 NOTE: this is a "micro-release", which does NOT contain all versions of
4 components but only individual components with critical fix(es).
25
36 #145: NPE at BytesToNameCanonicalizer
47 (reported by Shay B)