|
| 1 | +Apache Commons Configuration 2.14.0 Release Notes |
| 2 | +------------------------------------------------- |
| 3 | + |
| 4 | +The Apache Commons Configuration team is pleased to announce the release of Apache Commons Configuration 2.14.0. |
| 5 | + |
| 6 | +Introducing Apache Commons Configuration |
| 7 | +---------------------------------------- |
| 8 | + |
| 9 | +The Apache Commons Team is pleased to announce Commons Configuration 2.14.0. |
| 10 | + |
| 11 | +The Commons Configuration software library provides a generic configuration interface that enables an application to read configuration data from |
| 12 | +various sources and requires Java 8. |
| 13 | + |
| 14 | +Minor release with new features and updated dependencies; requires Java 8 or above. |
| 15 | + |
| 16 | +Changes in this version include: |
| 17 | + |
| 18 | +New features |
| 19 | +------------ |
| 20 | + |
| 21 | +* Add XMLConfiguration.read(Element). Thanks to Gary Gregory. |
| 22 | +* Add ConfigurationException.ConfigurationException(String, Object...). Thanks to Gary Gregory. |
| 23 | +* Add ConfigurationException.ConfigurationException(Throwable, String, Object...). Thanks to Gary Gregory. |
| 24 | +* Add ConversionException.ConversionException(String, Object...). Thanks to Gary Gregory. |
| 25 | +* Add ConversionException.ConversionException(Throwable, String, Object...). Thanks to Gary Gregory. |
| 26 | +* Add ConfigurationRuntimeException.ConfigurationRuntimeException(Throwable, String, Object...). Thanks to Gary Gregory. |
| 27 | + |
| 28 | +Fixed Bugs |
| 29 | +---------- |
| 30 | + |
| 31 | +* Fix Apache RAT plugin console warnings. Thanks to Gary Gregory. |
| 32 | +* FMigrate from deprecated APIs. Thanks to Gary Gregory. |
| 33 | + |
| 34 | +Changes |
| 35 | +------- |
| 36 | + |
| 37 | +* Bump org.apache.commons:commons-parent from 92 to 97. Thanks to Gary Gregory. |
| 38 | +* Bump org.apache.commons:commons-text from 1.14.0 to 1.15.0. Thanks to Gary Gregory. |
| 39 | +* [test] Bump org.apache.commons:commons-pool2 from 2.12.1 to 2.13.1 #474. Thanks to Gary Gregory. |
| 40 | +* [test] Bump org.apache.commons:commons-dbcp2 from 2.13.0 to 2.14.0. Thanks to Gary Gregory. |
| 41 | +* Bump org.apache.logging.log4j:log4j-core from 2.25.2 to 2.25.4 #626. Thanks to Gary Gregory. |
| 42 | +* Bump commons-codec:commons-codec from 1.20.0 to 1.21.0. Thanks to Gary Gregory. |
| 43 | +* Bump com.fasterxml.jackson.core:jackson-databind from 2.20.1 to 2.21.2 #632. Thanks to Gary Gregory. |
| 44 | +* Bump commons-logging:commons-logging from 1.3.5 to 1.3.6. Thanks to Gary Gregory. |
| 45 | +* Bump org.yaml:snakeyaml from 2.5 to 2.6 #631. Thanks to Gary Gregory, Dependabot. |
| 46 | + |
| 47 | + |
| 48 | +Historical list of changes: https://commons.apache.org/proper/commons-configuration/changes.html |
| 49 | + |
| 50 | +For complete information on Apache Commons Configuration, including instructions on how to submit bug reports, |
| 51 | +patches, or suggestions for improvement, see the Apache Apache Commons Configuration website: |
| 52 | + |
| 53 | +https://commons.apache.org/proper/commons-configuration/ |
| 54 | + |
| 55 | +Download it from https://commons.apache.org/proper/commons-configuration//download_configuration.cgi |
| 56 | + |
| 57 | +Enjoy! |
| 58 | +Apache Commons Team |
| 59 | + |
| 60 | +----------------------------------------------------------------------------- |
| 61 | + |
1 | 62 | Apache Commons Configuration 2.13.0 Release Notes |
2 | 63 | ------------------------------------------------- |
3 | 64 |
|
|
0 commit comments