[ANNOUNCEMENT] Apache Commons Codec 1.5 is now available

2011-03-29 Thread Gary Gregory
The Commons Codec team is pleased to announce the commons-codec-1.5 release! The codec package contains simple encoder and decoders for various formats such as Base64 and Hexadecimal. In addition to thes widely used encoders and decoders, the codec package also maintains acollection of phonetic

[ANNOUNCEMENT] Apache Commons Codec 1.6 is now available

2011-12-07 Thread Gary Gregory
The Commons Codec team is pleased to announce the commons-codec-1.6 release! The codec package contains simple encoder and decoders for various formats such as Base64 and Hexadecimal. In addition to these widely used encoders and decoders, the codec package also maintains a collection of phonetic

[ANNOUNCEMENT] Apache Commons IO 2.2 released

2012-03-30 Thread Gary Gregory
(EB) in FileUtils.byteCountToDisplaySize(long size) Thanks to Ron Kuris, Gary Gregory. o IO-173: FileUtils.listFiles() doesn't return directories Thanks to Marcos Vinícius da Silva. o IO-297: CharSequenceInputStream to efficiently stream content of a CharSequence Thanks to Oleg Kalnichevski. o IO

ANNOUNCEMENT] Apache Commons IO 2.4 released

2012-07-05 Thread Gary Gregory
The Commons IO team is pleased to announce the Commons IO 2.4 release! Commons IO is a package of Java utility classes like java.io. Classes in this package are considered to be so standard and of such high reuse as to justify existence in java.io. The Commons IO library contains utility

[ANNOUNCEMENT] Apache Commons Codec 1.7 Released

2012-09-16 Thread Gary Gregory
The Commons Codec team is pleased to announce the commons-codec 1.7 release! The codec package contains simple encoder and decoders for various formats such as Base64 and Hexadecimal. In addition to these widely used encoders and decoders, the codec package also maintains a collection of phonetic

[ANNOUNCEMENT] Apache Commons Codec 1.8 Released

2013-04-28 Thread Gary Gregory
The Commons Codec team is pleased to announce the commons-codec 1.8 release! The codec package contains simple encoder and decoders for various formats such as Base64 and Hexadecimal. In addition to these widely used encoders and decoders, the codec package also maintains a collection of phonetic

[ANNOUNCEMENT] Apache Commons Codec 1.9 Released

2013-12-24 Thread Gary Gregory
information on Commons Codec, including instructions on how to submit bug reports, patches, or suggestions for improvement, see the Apache Commons Codec website: Site: http://commons.apache.org/proper/commons-codec/ Download: http://commons.apache.org/codec/download_codec.cgi Happy Holidays! Gary

[ANNOUNCEMENT] Apache Commons Exec 1.2 Released

2014-01-08 Thread Gary Gregory
: Site: http://commons.apache.org/proper/commons-exec/ Download: http://commons.apache.org/exec/download_codec.cgi Enjoy, Gary Gregory on behalf of the Apache Commons Exec team -- E-Mail: garydgreg...@gmail.com | ggreg...@apache.org Java Persistence with Hibernate, Second Editionhttp

[ANNOUNCEMENT] HttpComponents HttpClient 4.3.2 Released

2014-01-20 Thread Gary Gregory
building HTTP-aware client applications such as web browsers, web service clients, or systems that leverage or extend the HTTP protocol for distributed communication. Gary Gregory on behalf of the HttpComponents team. -- E-Mail: garydgreg...@gmail.com | ggreg...@apache.org Java Persistence

[ANNOUNCEMENT] Apache Commons CSV 1.1 Released

2014-11-25 Thread Gary Gregory
for improvement, see the Apache Commons CSV website: Site: http://commons.apache.org/proper/commons-csv/ Download: http://commons.apache.org/csv/download_codec.cgi Happy Coding! Happy Thanksgiving! Gary Gregory on behalf of the Apache Commons CSV team -- E-Mail: garydgreg...@gmail.com | ggreg

[ANNOUNCEMENT] Apache Commons CSV 1.4

2016-05-31 Thread Gary Gregory
-csv/ Have fun! Gary Gregory, on behalf of the Apache Commons Community -- E-Mail: garydgreg...@gmail.com | ggreg...@apache.org Java Persistence with Hibernate, Second Edition <http://www.manning.com/bauer3/> JUnit in Action, Second Edition <http://www.manning.com/tahchiev/>

[ANNOUNCEMENT] Apache Commons VFS 2.2 Released

2017-10-06 Thread Gary Gregory
the following page: http://commons.apache.org/vfs/download_vfs.cgi Allow 24 hours for the mirrors to catch up. Gary Gregory on behalf of the Apache Commons community

[ANNOUNCEMENT] Apache Commons Lang 3.7

2017-11-08 Thread Gary Gregory
contention (PR #296.) Thanks to Chas Honton. o LANG-1360: Add methods to ObjectUtils to get various forms of class names in a null-safe manner Thanks to Gary Gregory. Fixed Bugs: o LANG-1362: Fix tests DateUtilsTest for Java 9 with en_GB locale Thanks to Stephen Colebourne. o LANG-1365: Fix

[ANNOUNCEMENT] Apache Commons BCEL 6.2 is out with better Java 9 support

2017-12-09 Thread Gary Gregory
The Apache Commons BCEL team is pleased to announce the release of Apache Commons BCEL 6.2 with better Java 9 support! The Byte Code Engineering Library (BCEL) is intended to give users a convenient way to analyze, create, and manipulate compiled .class files. Classes are represented by objects

[ANNOUCEMENT] Apache Commons Codec 1.11 is available

2017-10-21 Thread Gary Gregory
for all mirrors to catch up. Gary Gregory on behalf of the Apache Commons community

[ANNOUCEMENT] Apache Commons Pool 2.5.0

2017-12-20 Thread Gary Gregory
Apache Commons Pool website: http://commons.apache.org/proper/commons-pool/ Enjoy! Gary Gregory, on behalf of the Apache Commons Team

[ANNOUCEMENT] Apache Commons DBCP 2.4.0 Released.

2018-06-19 Thread Gary Gregory
/commons-dbcp/download_dbcp.cgi Changes in this version include: Fixed Bugs: o DBCP-484: Connection leak during XATransaction in high load. Thanks to Emanuel Freitas. o DBCP-496: Add support for pooling CallableStatements to the org.apache.commons.dbcp2.cpdsadapter package. Thanks to Gary Gregory

[ANNOUNCEMENT] Apache Apache Commons DBCP 2.2.0

2017-12-27 Thread Gary Gregory
. Thanks to Gary Gregory. o DBCP-454: OSGi declarations contain multiple import headers for javax.transaction. Thanks to Philipp Marx, Matt Sicker. o DBCP-478: Wrong parameter name in site documentation for BasicDataSource Configuration Parameters. Thanks to nicola mele. o DBCP-452: Add jmxName

[ANNOUCEMENT] Apache Commons DBCP Version 2.5.0

2018-07-16 Thread Gary Gregory
in this version include: New features: o DBCP-506: Support JDBC 4.2. Thanks to Gary Gregory. o DBCP-479: Support default schema in configuration. Thanks to Guillaume Husta, Gary Gregory. Fixed Bugs: o DBCP-508: Prepared statement keys should take a Connection's schema into account. Thanks to Gary

[ANNOUNCEMENT] Apache Commons Pool 2.6.0 released

2018-07-08 Thread Gary Gregory
constructor may throw an exception under OSGi. Thanks to Michael C, Gary Gregory. o POOL-324: org.apache.commons.pool2.impl.GenericObjectPool.getFactoryType() throws java.lang.ClassCastException. Thanks to Jay Xu, Gary Gregory. o POOL-344: Delete repeated call startEvictor. Thanks to Yulin Wang

[ANNOUNCEMENT] Apache Commons BCEL 6.3.1

2019-03-26 Thread Gary Gregory
the symbolic information of the given class: methods, fields and byte code instructions. Bug fix release FIXED BUGS: === o BCEL-267: Race conditions on static fields in BranchHandle and InstructionHandle. Thanks to Stephan Herrmann, Sebb, Gary Gregory, Torsten Curdt. o BCEL-297: Possible NPE

[ANNOUNCE] Apache Commons VFS 2.3

2019-02-07 Thread Gary Gregory
files with legacy encoding and special characters let VFS crash. Thanks to Gary Gregory. o VFS-360: Add HTTP provider based on HttpComponents HttpClient 4. Thanks to Woonsan Ko. o VFS-689: org.apache.commons.vfs2.provider.http.HttpFileObject.getHeadMethod() does not release connection when an exception

[ANNOUCE] Apache Commons Pool 2.6.2

2019-04-15 Thread Gary Gregory
://commons.apache.org/proper/commons-pool/ Download page: http://commons.apache.org/proper/commons-pool/download_pool.cgi Gary Gregory, On behalf of the Apache Commons community

[ANNOUNCEMENT] Apache Commons Configuration Version 2.5

2019-05-28 Thread Gary Gregory
with new features and updated dependencies. Changes in this version include: Fixed Bugs: o CONFIGURATION-731: Allow user to specify the comments and separator chars. Thanks to Shuai Zhang, Gary Gregory. Changes: o CONFIGURATION-738: Update Jackson from 2.9.7 to 2.9.8. Thanks to Gary Gregory. o

[ANNOUNCEMENT] Apache Commons Text 1.7

2019-07-05 Thread Gary Gregory
in StringSubstitutor Thanks to Jean-Baptiste REICH, Sebb, Don Jeba, Gary Gregory. o TEXT-138: TextStringBuilder append sub-sequence not consistent with Appendable. Thanks to Neal Johnson, Don Jeba. o TEXT-152: Fix possible infinite loop in WordUtils.wrap for a regex pattern that would trigger on a match

[ANNOUNCEMENT] Apache Commons VFS Project 2.4.1

2019-08-15 Thread Gary Gregory
.FileContent.getLastModifiedTime() is losing milliseconds (always ends in 000). Thanks to Gary Gregory. o VFS-724: FileContent#getByteArray() throws IllegalArgumentException: Buffer size <= 0 when file size is 0. Thanks to William R, Gary Gregory. o Javadoc fixes. Thanks to Gary Greg

[ANNOUCEMENT] Apache Commons Text Version 1.8

2019-09-04 Thread Gary Gregory
environment. Apache Commons Text is a library focused on algorithms working on strings. Release 1.8 Changes in this version include: - New Features o TEXT-169: Add helper factory method org.apache.commons.text.StringSubstitutor.createInterpolator(). Thanks to Gary Gregory. o TEXT-170: Add

[ANNOUNCEMENT] Apache Apache Commons DBCP 2.7.0

2019-08-07 Thread Gary Gregory
: ManagedDataSource#close() should declare used exceptions. Thanks to Jacques Le Roux. o DBCP-547: Add a ConnectionFactory class name setting for BasicDataSource.createConnectionFactory() #33. Thanks to leechoongyon, Gary Gregory. oAdd missing Javadocs. Thanks to Gary Gregory. Fixed Bugs

[ANNOUCEMENT] Apache Commons Pool 2.7.0

2019-07-29 Thread Gary Gregory
in version 2.7.0 include: New features: o POOL-370: Add org.apache.commons.pool2.PooledObject#getBorrowedCount(). Thanks to Mark Thomas, Gary Gregory. o POOL-371: Add org.apache.commons.pool2.PooledObject#setRequireFullStackTrace(boolean). Thanks to Matt Sicker, Gary Gregory. Fixed Bugs: o POOL

[ANNOUNCEMENT] Apache Commons VFS 2.4

2019-07-19 Thread Gary Gregory
Yubao. o VFS-699: Add setting for FTP encoding auto-detection #58. Thanks to Boris Petrov. o VFS-706: Add ability to specify buffer sizes #59. Thanks to Boris Petrov. o VFS-609: SFTP provider doesn't support a private key as byte array #60. Thanks to stevezhuang, Rostislav, Gary Gregory. o VFS-707

[ANNOUNCEMENT] Apache Apache Commons Codec 1.13

2019-07-24 Thread Gary Gregory
. Changes: o CODEC-236: Broken direct java.nio.ByteBuffer support in org.apache.commons.codec.binary.Hex. Thanks to Tomas Shestakov, Gary Gregory. For complete information on Apache Commons Codec, including instructions on how to submit bug reports, patches, or suggestions for improvement, see

[ANNOUNCEMENT] Apache Commons BCEL Version 6.4.0

2019-09-26 Thread Gary Gregory
the symbolic information of the given class: methods, fields and byte code instructions. Feature and bug fix release. NEW FEATURES: = o BCEL-318: Add method org.apache.bcel.classfile.ConstantUtf8.clearCache(). Thanks to Gary Gregory. o BCEL-320: Add LruCacheClassPathRepository that can scan many

[ANNOUNCEMENT] Apache Commons Pool 2.8.0

2019-12-11 Thread Gary Gregory
). Changes in version 2.8.0 include: New features: o POOL-378: Deprecate PoolUtils.prefill(ObjectPool, int) in favor of ObjectPool.addObjects(int). Thanks to Gary Gregory. o POOL-379: Deprecate PoolUtils.prefill(KeyedObjectPool, K, int) in favor of KeyedObjectPool.addObjects(K, int). Thanks to Gary

[ANNOUNCEMENT] Apache Commons CSV 1.8

2020-02-07 Thread Gary Gregory
: CSVFormat#validate() does not account for allowDuplicateHeaderNames #43. Thanks to LuckyIlam, Gary Gregory. o CSV-245: Post 1.7 release fixes. Thanks to Alex Herbert. o CSV-252: Upgrade test framework to JUnit 5 Jupiter #49, #50. Thanks to Alex Herbert. o CSV-247: A single empty header is allowed

[ANNOUNCEMENT] Apache Commons VFS 2.5.0

2019-12-29 Thread Gary Gregory
.function.VfsConsumer. Thanks to Gary Gregory. o VFS-735: Add org.apache.commons.vfs2.FileSystemManager.close() via AutoCloseable. Thanks to Gary Gregory. o VFS-736: Add org.apache.commons.vfs2.VFS.reset(). Thanks to Gary Gregory. o VFS-742: Add org.apache.commons.vfs2.FileContent.isEmpty(). Thanks

[ANNOUNCEMENT] Apache Apache Commons Codec 1.14

2020-01-06 Thread Gary Gregory
to Claude Warren. o CODEC-272: Add RandomAccessFile digest methods #31. Thanks to Behrang, Alex Herbert, Gary Gregory. o CODEC-273: Add Path APIs to org.apache.commons.codec.digest.DigestUtils similar to File APIs. Thanks to Gary Gregory. o CODEC-274: Add SHA-512/224 and SHA-512/256 to DigestUtils

[ANNOUNCEMENT] Apache Commons Lang 3.10

2020-03-29 Thread Gary Gregory
Functions.as*, and tests thereof, as suggested by Peter Verhas o LANG-1485: Add getters for lhs and rhs objects in DiffResult #451. Thanks to nicolasbd. o LANG-1486: Generify builder classes Diffable, DiffBuilder, and DiffResult #452. Thanks to Gary Gregory. o LANG-1487: Add ClassLoaderUtils with toString

[ANNOUNCE] Apache Commons IO 2.8.0

2020-09-10 Thread Gary Gregory
Add org.apache.commons.io.input.CircularInputStream. Thanks to Gary Gregory. o Add org.apache.commons.io.file.PathUtils.cleanDirectory(Path, FileVisitOption...). Thanks to Gary Gregory. o Add org.apache.commons.io.file.PathUtils.deleteDirectory(Path, FileVisitOption...). Thanks to Gary Gregory. o

[ANNOUCE] Apache Commons Net 3.7.1

2020-10-04 Thread Gary Gregory
/proper/commons-net/download_net.cgi Fixed Bugs: o NET-687: [FTPS] javax.net.ssl.SSLException: Unsupported or unrecognized SSL message, #59. Thanks to Gary Gregory, Mikael, j-verse. Updates: o NET-673: Update actions/checkout from v2.3.1 to v2.3.3 #56, #61. Thanks to Dependabot. o NET-673: Update

[ANNOUNCE] Apache Commons Net 3.7.2.

2020-10-18 Thread Gary Gregory
/proper/commons-net/download_net.cgi Changes in this version include: Fixed Bugs: o NET-689: Host name is not set on the SSLSocket causing isEndpointCheckingEnabled to fail. Thanks to Charlie, Gary Gregory. o Fix possible socket and input stream leak on socket exception

[ANNOUNCE] Apache Commons Pool 2.9.0

2020-09-29 Thread Gary Gregory
://commons.apache.org/proper/commons-pool/ Download page: https://commons.apache.org/proper/commons-pool/download_pool.cgi Gary Gregory, Apache Commons Team

[ANNOUNCE] Apache Commons DBCP 2.8.0

2020-09-25 Thread Gary Gregory
: Fix BasicManagedDataSource leak of connections opened after transaction is rollback-only #39. Thanks to Florent Guillaume. o DBCP-566: Add clearStatementPoolOnReturn #42. Thanks to Robert Paschek, Gary Gregory, Phil Steitz. o DBCP-559: Add start, restart methods to BasicDataSource. #50. Thanks

[ANNOUNCEMENT] Apache Commons Pool 2.8.1

2020-07-31 Thread Gary Gregory
[Javadoc] Add missing @throws comment in PoolUtils. #27. Thanks to Prodigysov, Gary Gregory. Changes: o POOL-384: Update optional library org.ow2.asm:asm-util from 7.2 to 8.0.1. Thanks to Gary Gregory. oUpdate site reports from org.apache.bcel:bcel 6.4.1 to 6.5.0. Thanks to Gary Gregory. o

[ANNOUNCEMENT] Apache Commons BCEL 6.5.0

2020-06-11 Thread Gary Gregory
the symbolic information of the given class: methods, fields and byte code instructions. Minor feature and bug fix release. FIXED BUGS: === o BCEL-329: MethodGen duplicates some attributes. Thanks to Gary Gregory, Mark Roberts. CHANGES: o BCEL-330: Remove unnecessary references

[ANNOUCEMENT] Apache Commons Text 1.9

2020-07-25 Thread Gary Gregory
be of use in a Java environment. Apache Commons Text is a library focused on algorithms working on strings. Release 1.9. Requires Java 8. Changes in this version include: New features: o Add StringMatcher.size(). Thanks to Gary Gregory. o Refactor TextStringBuilder.readFrom(Readable), extracting

[ANNOUCEMENT] Apache Commons Lang Version 3.11

2020-07-18 Thread Gary Gregory
to be so standard as to justify existence in java.lang. New features and bug fixes. Changes in this version include: New features: oAdd ArrayUtils.isSameLength() to compare more array types #430. Thanks to XenoAmess, Gary Gregory. oAdded the Locks class as a convenient

[ANNOUNCE] Apache Commons VFS Project 2.7.0

2020-10-31 Thread Gary Gregory
. Thanks to satish bhor. o VFS-786: Allow users to set custom keystore types like JCEKS, PKCS12 #121. Thanks to satish bhor. o VFS-570: Add HDFS write support #114. Thanks to garpinc, Gary Gregory. o Add FileObject.getURI(). Thanks to Gary Gregory. o Add FileObject.getPath(). Thanks

[ANNOUNCEMENT] Apache Commons IO 2.9.0

2021-06-03 Thread Gary Gregory
, stream implementations, file filters, file comparators, endian transformation classes, and much more. Java 8 required. Changes in this version include: New features: o Add FileSystemProviders class. Thanks to Gary Gregory. o Let org.apache.commons.io.filefilter classes work

[ANNOUNCEMENT] Apache Commons Lang 3.12.0

2021-03-05 Thread Gary Gregory
and bug fixes. Changes in this version include: New features: oAdd BooleanUtils.booleanValues(). Thanks to Gary Gregory. oAdd BooleanUtils.primitiveValues(). Thanks to Gary Gregory. o LANG-1535: Add StringUtils.containsAnyIgnoreCase(CharSequence, CharSequence...). Thanks

[ANNOUNCEMENT] Apache Commons Net 3.8.0

2021-02-21 Thread Gary Gregory
://commons.apache.org/proper/commons-net/download_net.cgi Changes in this version include: === New features: o Add and use NetConstants. Thanks to Arturo Bernal, Gary Gregory. o Add and use SocketClient.applySocketAttributes(). Thanks to Gary Gregory. o

Fwd: [ANNOUNCE] Apache Commons DBCP 2.9.0

2021-08-05 Thread Gary Gregory
/download_dbcp.cgi Have fun! Gary Gregory, for the Apache Commons Team

Fwd: [ANNOUNCE] Apache Commons CSV 1.9.0

2021-07-31 Thread Gary Gregory
/commons-csv/ Download page: https://commons.apache.org/proper/commons-csv/download_csv.cgi Have fun! Gary Gregory Apache Commons Team

[ANNOUNCE] Apache Commons DBCP 2.9.0

2021-08-30 Thread Gary Gregory
instructions on how to submit bug reports, patches, or suggestions for improvement, see the Apache Apache Commons DBCP website: https://commons.apache.org/dbcp/ Download page: https://commons.apache.org/dbcp/download_dbcp.cgi Gary Gregory, Apache Commons Team

[ANNOUNCE] Apache Log4j 2.12.2 released

2021-12-15 Thread Gary Gregory
The Apache Log4j 2 team is pleased to announce the Log4j 2.12.2 release! Apache Log4j is a well known framework for logging application behavior. Log4j 2 is an upgrade to Log4j that provides significant improvements over its predecessor, Log4j 1.x, and provides many other modern features such as

[ANNOUNCE] Apache Commons VFS Project 2.9.0

2021-07-21 Thread Gary Gregory
FileOperationProvider.EMPTY_ARRAY. Thanks to Gary Gregory. o VFS.close(): Set `instance` to `null` after closing it; #163. Thanks to Boris Petrov. o Fix closing the files cache after warning that not all components have been closed; #165. Thanks to Boris Petrov. o Fix NPE when closing a stream

[ANNOUNCEMENT] Apache Commons DBCP 2.10.0

2023-09-05 Thread Gary Gregory
#a2.10.0 For complete information on Apache Commons DBCP, including instructions on how to submit bug reports, patches, or suggestions for improvement, see the Apache Commons DBCP website: https://commons.apache.org/dbcp/ Download page: https://commons.apache.org/dbcp/download_dbcp.cgi Gary Gregory

[ANNOUNCEMENT] Apache Commons DbUtils 1.8.1

2023-09-15 Thread Gary Gregory
not declare `uses`. Thanks to mark, Gary Gregory. Changes: o Bump commons-parent from 61 to 62. Thanks to Gary Gregory. For complete information on Apache Commons DbUtils, including instructions on how to submit bug reports, patches, or suggestions for improvement, see the Apache Commons DbUtils

[ANNOUNCE] Apache Commons CLI 1.6.0

2023-10-27 Thread Gary Gregory
/download_cli.cgi Have fun! Gary Gregory - The Apache Commons Team

[ANNOUNCE] Apache Commons IO 2.15.0

2023-10-26 Thread Gary Gregory
to submit bug reports, patches, or suggestions for improvement, see the Apache Commons IO website: https://commons.apache.org/proper/commons-io/ Download page: https://commons.apache.org/proper/commons-io/download_io.cgi Have fun! Gary Gregory - Apache Commons Team

[ANNOUNCE] Apache Commons Text 1.11.0

2023-10-30 Thread Gary Gregory
-text Download page: https://commons.apache.org/proper/commons-text/download_text.cgi Have fun! Gary Gregory -Apache Commons Team

[ANNOUNCEMENT] Apache Commons IO 2.14.0

2023-09-30 Thread Gary Gregory
instructions on how to submit bug reports, patches, or suggestions for improvement, see the Apache Commons IO website: https://commons.apache.org/proper/commons-io/ Download page: https://commons.apache.org/proper/commons-io/download_io.cgi Have fun! Gary Gregory - Apache Commons Team

[ANNOUNCEMENT] Apache Commons Net 3.10.0

2023-10-06 Thread Gary Gregory
://commons.apache.org/proper/commons-net/download_net.cgi Historical list of changes: https://commons.apache.org/proper/commons-net/changes-report.html Enjoy! Gary Gregory -Apache Commons Net team

[ANNOUNCEMENT] Apache Commons BCEL 6.6.0

2022-10-13 Thread Gary Gregory
The Apache Commons BCEL team is pleased to announce the release of Apache Commons BCEL 6.6.0. The Byte Code Engineering Library (BCEL) is intended to give users a convenient way to analyze, create, and manipulate compiled .class files. Classes are represented by objects containing all the

[ANNOUNCEMENT] Apache Commons Text 1.10.0

2022-09-30 Thread Gary Gregory
Enjoy, Gary Gregory & the Apache Commons Team

[ANNOUNCE] Apache Commons Net 3.9.0

2022-12-02 Thread Gary Gregory
://commons.apache.org/proper/commons-net/download_net.cgi Historical list of changes: https://commons.apache.org/proper/commons-net/changes-report.html Enjoy! Gary Gregory Apache Commons

[ANNOUNCE] Apache Commons BCEL 6.7.0

2022-12-07 Thread Gary Gregory
to submit bug reports, patches, or suggestions for improvement, see the Apache Apache Commons BCEL website: https://commons.apache.org/proper/commons-bcel Download it from https://commons.apache.org/proper/commons-bcel/download_bcel.cgi Have fun! Gary Gregory -Apache Commons BCEL team Feedback

[ANNOUCEMENT] Apache Commons Crypto 1.2.0

2023-01-23 Thread Gary Gregory
: https://commons.apache.org/proper/commons-crypto/download_crypto.cgi Gary Gregory, on behalf of the Apache Commons Team

[ANNOUNCEMENT] Apache Commons BCEL 6.6.1

2022-11-04 Thread Gary Gregory
the symbolic information of the given class: methods, fields and byte code instructions. Maintenance and bug fix release. FIXED BUGS: === o Keep ConstantPool.getConstant(int) backward compatible with 6.5.0 #157. Thanks to Kengo TODA, Gary Gregory. CHANGES: o Bump

[ANNOUNCEMENT] Apache Commons Compress 1.23.0

2023-03-23 Thread Gary Gregory
, Zstandard and ar, cpio, jar, tar, zip, dump, 7z, arj. This is a feature and bug-fix release. Site: https://commons.apache.org/compress/ Changes: https://commons.apache.org/proper/commons-compress/changes-report.html#a1.23.0 Download it from https://commons.apache.org/compress/download_compress.cgi Gary

[ANNOUNCEMENT] Apache Commons Configuration 2.9.0

2023-03-29 Thread Gary Gregory
-configuration//download_ configuration.cgi Gary Gregory, Apache Commons

[ANNOUCEMENT] Apache Commons CSV 1.10.0

2023-02-02 Thread Gary Gregory
://commons.apache.org/proper/commons-csv/download_csv.cgi Have fun! Gary Gregory - Apache Commons CSV team

[ANNOUNCE] Apache Commons FileUpload 2.0.0-M1

2023-07-20 Thread Gary Gregory
://commons.apache.org/proper/commons-fileupload/ Download it from: https://commons.apache.org/proper/commons-fileupload/download_fileupload.cgi Enjoy, Gary Gregory Apache Commons, PMC

[ANNOUNCE] Apache Commons 2.13.0

2023-06-09 Thread Gary Gregory
to submit bug reports, patches, or suggestions for improvement, see the Apache Commons IO website: https://commons.apache.org/proper/commons-io/ Download page: https://commons.apache.org/proper/commons-io/download_io.cgi Have fun! Gary Gregory Apache Commons Team

[ANNOUNCEMENT] Apache Commons Lang 3.13.0

2023-07-29 Thread Gary Gregory
: https://commons.apache.org/proper/commons-lang/download_lang.cgi Have fun! Gary Gregory Apache Commons Team

[ANNOUNCEMENT] Apache Commons DbUtils 1.8.0

2023-08-10 Thread Gary Gregory
https://commons.apache.org/proper/commons-dbutils/download_dbcp.cgi Enjoy, Gary Gregory Apache Commons Team

[ANNOUNCE] Apache Commons Codec 1.16.0

2023-06-21 Thread Gary Gregory
-codec/ Download page: https://commons.apache.org/proper/commons-codec/download_codec.cgi Gary Gregory Apache Commons

[ANNOUNCEMENT] Apache Commons IO 2.12.0

2023-05-17 Thread Gary Gregory
://commons.apache.org/proper/commons-io/download_io.cgi Have fun! Gary Gregory Apache Commons Team

[ANNOUNCE] Apache Commons Codec 1.16.1

2024-02-11 Thread Gary Gregory
, or suggestions for improvement, see the Apache Commons Codec website: https://commons.apache.org/proper/commons-codec/ Download page: https://commons.apache.org/proper/commons-codec/download_codec.cgi Gary Gregory Apache Commons Team

[ANNOUNCE] Apache Commons Compress 1.26.0

2024-02-19 Thread Gary Gregory
, or suggestions for improvement, see the Apache Commons Compress website: https://commons.apache.org/proper/commons-compress/ Download page: https://commons.apache.org/proper/commons-compress/download_io.cgi Have fun! Gary Gregory -Apache Commons Team

Fwd: [ANNOUNCE] Apache Commons BCEL Version 6.8.0

2023-12-09 Thread Gary Gregory
on Apache Commons BCEL, including instructions on how to submit bug reports, patches, or suggestions for improvement, see the Apache Commons BCEL website: https://commons.apache.org/proper/commons-bcel Download it from https://commons.apache.org/proper/commons-bcel/download_bcel.cgi Have fun! Gary

[ANNOUNCE] Apache Commons FileUpload 2.0.0-M2

2023-12-29 Thread Gary Gregory
Commons FileUpload website: https://commons.apache.org/proper/commons-fileupload/ Download it from https://commons.apache.org/proper/commons-fileupload/download_fileupload.cgi Gary Gregory Apache Commons Team

[ANNOUNCE] Apache Commons Exec Version 1.4.0

2024-01-08 Thread Gary Gregory
, including instructions on how to submit bug reports, patches, or suggestions for improvement, see the Apache Commons Exec website: https://commons.apache.org/proper/commons-exec/ Download page: https://commons.apache.org/proper/commons-exec//download_text.cgi Have fun! Gary Gregory -Apache Commons Team

[ANNOUNCE] Apache Commons BCEL 6.8.1

2024-01-13 Thread Gary Gregory
instructions on how to submit bug reports, patches, or suggestions for improvement, see the Apache Commons BCEL website: https://commons.apache.org/proper/commons-bcel Download it from https://commons.apache.org/proper/commons-bcel/download_bcel.cgi Have fun! Gary Gregory -Apache Commons BCEL team

[ANNOUNCE] Apache Commons Logging 1.3.0

2023-12-02 Thread Gary Gregory
, or suggestions for improvement, see the Apache Commons Logging website: https://commons.apache.org/proper/commons-logging/ Gary Gregory Apache Commons Team

[ANNOUNCE] Apache Commons Compress 1.25.0

2023-11-17 Thread Gary Gregory
Commons Compress website: https://commons.apache.org/proper/commons-compress/ Download page: https://commons.apache.org/proper/commons-compress/download_io.cgi Have fun! Gary Gregory - Apache Commons Team

[ANNOUNCE] Apache Commons BCEL 3.8.2

2024-02-27 Thread Gary Gregory
to submit bug reports, patches, or suggestions for improvement, see the Apache Commons BCEL website: https://commons.apache.org/proper/commons-bcel Download it from https://commons.apache.org/proper/commons-bcel/download_bcel.cgi Have fun! Gary Gregory -Apache Commons BCEL team

[ANNOUNCE] Apache Commons DBCP 2.12.0

2024-03-05 Thread Gary Gregory
-dbcp/ Download page: https://commons.apache.org/proper/commons-dbcp/download_dbcp.cgi Gary Gregory Apache Commons Team

[ANNOUNCE] Apache Commons Compress Version 1.26.1

2024-03-10 Thread Gary Gregory
the Apache Commons Compress website: https://commons.apache.org/proper/commons-compress/ Download page: https://commons.apache.org/proper/commons-compress/download_io.cgi Gary Gregory - Apache Commons Team

[ANNOUNCE] Apache Commons Configuration 2.10.0

2024-03-14 Thread Gary Gregory
Gary Gregory Apache Commons Team

[ANNOUNCE] Apache Commons Configuration 2.10.1

2024-03-21 Thread Gary Gregory
in various formats; this version requires Java 8. Minor release with new features and updated dependencies; requires Java 8 or above. Changes in this version include: Fixed Bugs * CONFIGURATION-839: java.lang.module.FindException: Module servlet.api not found. Thanks to Bob Marinier, Gary Gregory

[ANNOUNCE] Apache Commons Collections 4.5.0-M1

2024-04-03 Thread Gary Gregory
, or suggestions for improvement, see the Apache Commons Collections website: https://commons.apache.org/proper/commons-collections/ Download page: https://commons.apache.org/proper/commons-collections/download_collections.cgi Gary Gregory Apache Commons Team

[ANNOUNCE] Apache Commons Imaging 1.0.0-alpha4

2024-04-03 Thread Gary Gregory
://commons.apache.org/proper/commons-imaging//download_text.cgi Have fun! Gary Gregory - Apache Commons Team

[ANNOUNCE] Apache Commons IO 2.16.1

2024-04-09 Thread Gary Gregory
Reimplement FileSystemUtils using NIO. Thanks to Gary Gregory. o IO-851: FileSystemUtils no longer throws IllegalStateException. Thanks to Sebb, Gary Gregory. o Avoid possible NullPointerException in FileUtils.listAccumulate(File, IOFileFilter, IOFileFilter, FileVisitOption...). Thanks to Gary

[ANNOUNCE] Apache Commons Text Version 1.12.0

2024-04-17 Thread Gary Gregory
://commons.apache.org/proper/commons-text Download page: https://commons.apache.org/proper/commons-text/download_text.cgi Gary Gregory - Apache Commons Team

[ANNOUNCE] Apache Commons CLI Version 1.7.0

2024-04-18 Thread Gary Gregory
on Apache Commons CLI, including instructions on how to submit bug reports, patches, or suggestions for improvement, see the Apache Commons CLI website: https://commons.apache.org/proper/commons-cli/ Download page: https://commons.apache.org/proper/commons-cli/download_cli.cgi Gary Gregory

[ANNOUNCE] Apache Commons Imaging 1.0.0-alpha5

2024-04-18 Thread Gary Gregory
://commons.apache.org/proper/commons-imaging//download_text.cgi Gary Gregory - Apache Commons Team