Skip to content

Commit 3fd5dcd

Browse files
author
Gary Gregory
committed
[CODEC-236] Broken direct java.nio.ByteBuffer support in
org.apache.commons.codec.binary.Hex. Closes #23.
1 parent 30e5768 commit 3fd5dcd

5 files changed

Lines changed: 121 additions & 114 deletions

File tree

pom.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ limitations under the License.
9393
<id>ggregory</id>
9494
<email>ggregory@apache.org</email>
9595
<url>http://www.garygregory.com</url>
96-
<timezone>-7</timezone>
96+
<timezone>-5</timezone>
9797
</developer>
9898
<developer>
9999
<name>David Graham</name>
@@ -241,20 +241,20 @@ limitations under the License.
241241
<checkstyle.header.file>${basedir}/LICENSE-header.txt</checkstyle.header.file>
242242
<checkstyle.version>2.17</checkstyle.version>
243243

244-
<commons.jacoco.version>0.8.3</commons.jacoco.version>
244+
<commons.jacoco.version>0.8.4</commons.jacoco.version>
245245

246246
<!-- generate report even if there are binary incompatible changes -->
247247
<commons.japicmp.breakBuildOnBinaryIncompatibleModifications>false</commons.japicmp.breakBuildOnBinaryIncompatibleModifications>
248248
<japicmp.skip>false</japicmp.skip>
249249

250250
<!-- Commons Release Plugin -->
251-
<commons.bc.version>1.11</commons.bc.version>
251+
<commons.bc.version>1.12</commons.bc.version>
252252
<commons.rc.version>RC3</commons.rc.version>
253253
<commons.release-plugin.version>1.5</commons.release-plugin.version>
254254
<commons.release.isDistModule>true</commons.release.isDistModule>
255255
<commons.distSvnStagingUrl>scm:svn:https://dist.apache.org/repos/dist/dev/commons/${commons.componentid}</commons.distSvnStagingUrl>
256-
<commons.releaseManagerName>Rob Tompkins</commons.releaseManagerName>
257-
<commons.releaseManagerKey>B6E73D84EA4FCC47166087253FAAD2CD5ECBB314</commons.releaseManagerKey>
256+
<commons.releaseManagerName>Gary Gregory</commons.releaseManagerName>
257+
<commons.releaseManagerKey>86fdc7e2a11262cb</commons.releaseManagerKey>
258258
</properties>
259259
<build>
260260
<defaultGoal>clean verify apache-rat:check clirr:check javadoc:javadoc</defaultGoal>

src/changes/changes.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ The <action> type attribute can be add,update,fix,remove.
4949
<action issue="CODEC-134" dev="tmousaw-ptc" type="fix">Reject any decode request for a value that is impossible to encode to for Base32/Base64 rather than blindly decoding.</action>
5050
<action issue="CODEC-236" dev="melloware" due-to="Viliam Holub" type="add">MurmurHash2 for 32-bit or 64-bit value.</action>
5151
<action issue="CODEC-236" dev="melloware" due-to="Austin Appleby" type="add">MurmurHash3 for 32-bit or 128-bit value.</action>
52+
<action issue="CODEC-236" dev="ggregory" due-to=" Tomas Shestakov, Gary Gregory" type="update">Broken direct java.nio.ByteBuffer support in org.apache.commons.codec.binary.Hex.</action>
5253
</release>
5354

5455
<release version="1.12" date="2019-02-04" description="Feature and fix release.">

0 commit comments

Comments
 (0)