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

Commit b9b150a

Browse files
committed
Merge branch '2.4' into 2.5
Conflicts: pom.xml
2 parents 4399c5d + efcff7e commit b9b150a

File tree

2 files changed

+10
-9
lines changed

2 files changed

+10
-9
lines changed

pom.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -38,11 +38,11 @@ Guava (http://code.google.com/p/guava-libraries/) types (currently mostly just c
3838
${project.groupId}.guava.*;version=${project.version}
3939
</osgi.export>
4040
<osgi.import>
41-
com.google.common.collect,
42-
com.google.common.base,
43-
com.google.common.cache,
44-
com.google.common.hash,
45-
com.google.common.net,
41+
com.google.common.collect;version="[15.0.0,20)",
42+
com.google.common.base;version="[15.0.0,20)",
43+
com.google.common.cache;version="[15.0.0,20)",
44+
com.google.common.hash;version="[15.0.0,20)",
45+
com.google.common.net;version="[15.0.0,20)",
4646
com.fasterxml.jackson.core,
4747
com.fasterxml.jackson.core.util,
4848
com.fasterxml.jackson.databind,

release-notes/VERSION

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,11 @@ Project: jackson-datatype-guava
66

77
2.6.0 (not yet released)
88

9+
2.5.5 (not yet released)
10+
11+
#80: Relax OSGi version constraints for Guava dependency.
12+
(requested by Benson M)
13+
914
2.5.4 (09-Jun-2015)
1015

1116
- Add override for `MultimapSerializer.isEmpty(SerializerProvider, Multimap<?,?>)`
@@ -30,10 +35,6 @@ No changes since 2.5.0
3035
#56: Add support `HashCode`
3136
(contributed by Stephan S, Stephan202@github)
3237

33-
2.4.7 (not released)
34-
35-
#48: Avoid problems deserializing `null` for `Optional`
36-
3738
2.4.6 (23-Apr-2015)
3839

3940
#61: NPE serializing `Multimap`s with null values

0 commit comments

Comments
 (0)