Skip to content

Commit 00255f2

Browse files
committed
...
1 parent ee7b6d8 commit 00255f2

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

release-notes/VERSION

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ Version: 2.3.1 (xx-Dec-2013)
1010
(contributed by stuartwdouglas@github)
1111
#362: UUID output as Base64 String with ObjectMapper.convertValue()
1212
(reported by jknack@github)
13+
- Fix for [jackson-module-afterburner#38]: need to remove @JacksonStdImpl from
14+
`RawSerializer`, to avoid accidental removal of proper handling.
1315

1416
------------------------------------------------------------------------
1517
=== History: ===

src/main/java/com/fasterxml/jackson/databind/ser/std/RawSerializer.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@
1414
* This is a simple dummy serializer that will just output raw values by calling
1515
* toString() on value to serialize.
1616
*/
17-
@JacksonStdImpl
1817
public class RawSerializer<T>
1918
extends StdSerializer<T>
2019
{

0 commit comments

Comments
 (0)