This is an automated email from the ASF dual-hosted git repository.

mattjuntunen pushed a change to branch release
in repository https://gitbox.apache.org/repos/asf/commons-configuration.git


    from f5404331 preparing 2.8-rc2
     add 1b97e364 Use GitHub Actions setup-java Maven cache property
     add 01a360d0 Merge branch 'pr-190'
     add fe1d6269 normalizing version from 2.8 to 2.8.0 (reverting previous 
change)
     add fe09a3c6 adding documentation for interpolation changes
     add 41823fe1 adding links to runtime dependencies page
     new 59e51527 merging doc updates from master

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .github/workflows/coverage.yml                     |  7 +--
 .github/workflows/maven.yml                        |  9 +---
 README.md                                          |  4 +-
 RELEASE-NOTES.txt                                  | 49 +++++++-----------
 pom.xml                                            |  6 +--
 src/changes/changes.xml                            |  5 +-
 .../configuration2/ImmutableConfiguration.java     |  8 +--
 .../PropertiesConfigurationLayout.java             |  6 +--
 .../builder/FileBasedBuilderProperties.java        |  2 +-
 .../configuration2/convert/PropertyConverter.java  |  4 +-
 .../interpol/ConfigurationInterpolator.java        |  2 +-
 .../commons/configuration2/io/FileHandler.java     |  2 +-
 .../commons/configuration2/io/FileSystem.java      |  2 +-
 .../configuration2/io/URLConnectionOptions.java    |  2 +-
 .../commons/configuration2/tree/ImmutableNode.java |  2 +-
 src/site/site.xml                                  |  3 +-
 src/site/xdoc/dependencies.xml                     | 44 ++++++++--------
 src/site/xdoc/download_configuration.xml           | 26 +++++-----
 src/site/xdoc/userguide/howto_basicfeatures.xml    | 41 ++++++++++++++-
 src/site/xdoc/userguide/upgradeto2_0.xml           |  2 +-
 src/site/xdoc/userguide/upgradeto2_x.xml           | 58 ++++++++++++++++++++++
 src/site/xdoc/userguide/user_guide.xml             |  1 +
 22 files changed, 183 insertions(+), 102 deletions(-)
 create mode 100644 src/site/xdoc/userguide/upgradeto2_x.xml

Reply via email to