Skip to content
This repository was archived by the owner on Jan 20, 2025. It is now read-only.

Commit 44c5057

Browse files
committed
Fix #84
1 parent 95b73f8 commit 44c5057

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

pom.xml

+1
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ com.fasterxml.jackson.databind.introspect,
5858
com.fasterxml.jackson.databind.jsonFormatVisitors,
5959
com.fasterxml.jackson.databind.jsontype,
6060
com.fasterxml.jackson.databind.ser,
61+
com.fasterxml.jackson.databind.ser.impl,
6162
com.fasterxml.jackson.databind.ser.std,
6263
com.fasterxml.jackson.databind.type,
6364
com.fasterxml.jackson.databind.util

release-notes/VERSION

+5
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@ Project: jackson-datatype-guava
44
=== Releases ===
55
------------------------------------------------------------------------
66

7+
2.6.3 (not yet released)
8+
9+
#84: Class not found exception in OSGi (com.fasterxml.jackson.databind.ser.impl.UnwrappingBeanPropertyWriter)
10+
(reported by mjameson-se@github)
11+
712
2.6.2 (15-Sep-2015)
813

914
#52: Guava collection types do not allow null values

0 commit comments

Comments
 (0)