Skip to content

Commit

Permalink
LANG-801: Add Conversion utility to convert between data types on byt…
Browse files Browse the repository at this point in the history
…e level

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1391148 13f79535-47bb-0310-9956-ffa450edef68
  • Loading branch information
joehni committed Sep 27, 2012
1 parent 0574ca4 commit fc4e904
Show file tree
Hide file tree
Showing 4 changed files with 3,234 additions and 0 deletions.
1 change: 1 addition & 0 deletions RELEASE-NOTES.txt
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ November release
Changes in this version include:

New features:
o LANG-801: Add Conversion utility to convert between data types on byte level
o LANG-760: Add API StringUtils.toString(byte[] intput, String charsetName)
o LANG-756: Add APIs ClassUtils.isPrimitiveWrapper(Class<?>) and isPrimitiveOrWrapper(Class<?>)
o LANG-695: SystemUtils.IS_OS_UNIX doesn't recognize FreeBSD as a Unix system
Expand Down
3 changes: 3 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -421,6 +421,9 @@
<contributor>
<name>Derek C. Ashmore</name>
</contributor>
<contributor>
<name>Sebastien Riou</name>
</contributor>
</contributors>

<!-- Lang should depend on very little -->
Expand Down
Loading

0 comments on commit fc4e904

Please sign in to comment.