File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
paranamer/src/test/java/com/fasterxml/jackson/module/paranamer Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ public void testSimple() throws Exception
34
34
mapper .readValue (JSON , CreatorBean .class );
35
35
fail ("should fail" );
36
36
} catch (JsonMappingException e ) {
37
- verifyException (e , "has no property name annotation " );
37
+ verifyException (e , "has no property name" );
38
38
}
39
39
40
40
// then with two available modules:
Original file line number Diff line number Diff line change 3
3
<parent >
4
4
<groupId >com.fasterxml.jackson</groupId >
5
5
<artifactId >jackson-base</artifactId >
6
- <version >2.9.2-SNAPSHOT </version >
6
+ <version >2.9.2</version >
7
7
</parent >
8
8
<groupId >com.fasterxml.jackson.module</groupId >
9
9
<artifactId >jackson-modules-base</artifactId >
Original file line number Diff line number Diff line change 8
8
=== Releases ===
9
9
------------------------------------------------------------------------
10
10
11
- 2.9.2 (not yet released )
11
+ 2.9.2 (14-Oct-2017 )
12
12
13
13
#30: (afterburner) `IncompatibleClassChangeError` deserializing interface
14
14
methods with default impl
You can’t perform that action at this time.
0 commit comments