We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b63ba44 commit 64e41e7Copy full SHA for 64e41e7
VERSION.txt
@@ -5,6 +5,10 @@ Licence: Apache 2.0
5
Releases
6
======================================================================
7
8
+1.1.1 (not yet released)
9
+
10
+- Add missing OSGi export for "com.fasterxml.util.membuf.util"
11
12
1.1.0 (05-Nov-2014)
13
14
#21: Add `com.fasterxml.util.membuf.util.BufferRecycler` to help with buffer reuse
pom.xml
@@ -133,6 +133,7 @@ garbage collection overhead (especially latency)
133
com.fasterxml.util.membuf
134
,com.fasterxml.util.membuf.base
135
,com.fasterxml.util.membuf.impl
136
+,com.fasterxml.util.membuf.util
137
</Export-Package>
138
</instructions>
139
</configuration>
0 commit comments