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

github-bot pushed a change to branch 
dependabot/maven/org.codehaus.mojo-javacc-maven-plugin-3.1.0
in repository https://gitbox.apache.org/repos/asf/commons-configuration.git


 discard 0e4333a9 Bump org.codehaus.mojo:javacc-maven-plugin from 2.6 to 3.1.0
     add 6cfee556 CONFIGURATION-838: Fix stack overflow when parsing (#369)
     add 0b3504e4 [CONFIGURATION-838] Properties parser stack overflows on 
large single-key inputs #369
     add 7777c15c DatabaseConfiguration.AbstractJdbcOperation.execute() throws 
NullPointerException when no data source is set
     add 860587e9 Extra assignment is not needed
     add 48dde31e Use final
     add 0d042ac8 Bump org.apache.commons:commons-dbcp2 from 2.11.0 to 2.12.0 
(#376)
     add 01b84bc2 Bump org.apache.commons:commons-dbcp2 from 2.11.0 to 2.12.0
     add e0c03440 Prepare for the next release candidate
     add 8214ac80 Use final
     add 86ee997f Bump org.apache.commons:commons-parent from 66 to 67 (#377)
     add 40b19a0b  Bump org.apache.commons:commons-parent from 66 to 67 #377
     add df9d3a36 Merge branch 'master' of 
https://gitbox.apache.org/repos/asf/commons-configuration
     add 67637998 Prepare for the next release candidate
     add 0409a978 Bump to next development version
     add c147f2be Bump com.fasterxml.jackson.core:jackson-databind from 2.16.1 
to 2.17.0 (#378)
     add 8505dc3b  Bump com.fasterxml.jackson.core:jackson-databind from 2.16.1 
to 2.17.0 #378
     add 8b15be2d Bump log4j.version from 2.23.0 to 2.23.1 (#379)
     add 8647cd45 Bump log4j.version from 2.23.0 to 2.23.1 #379
     add ea0f24c9 Sort members
     add 56b5c4dc [CONFIGURATION-840] StackOverflowError when adding property 
in AbstractListDelimiterHandler.flattenIterator()
     add c50f01f5 [CONFIGURATION-839] Version 2.10.0 fails 
java.lang.module.FindException: Module servlet.api not found
     add b6e2b4e6 Bump org.codehaus.mojo:javacc-maven-plugin from 2.6 to 3.1.0

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (0e4333a9)
            \
             N -- N -- N   
refs/heads/dependabot/maven/org.codehaus.mojo-javacc-maven-plugin-3.1.0 
(b6e2b4e6)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

No new revisions were added by this update.

Summary of changes:
 CONTRIBUTING.md                                    |   5 +-
 NOTICE.txt                                         |  10 +-
 README.md                                          |  81 +-
 RELEASE-NOTES.txt                                  | 881 ++++++++++++---------
 pom.xml                                            |  14 +-
 src/changes/changes.xml                            |  16 +-
 src/changes/release-notes.vm                       |  30 +-
 .../configuration2/DatabaseConfiguration.java      |  20 +-
 .../configuration2/PropertiesConfiguration.java    |   2 +-
 .../convert/ListDelimiterHandler.java              |   6 +-
 .../event/EventListenerRegistrationData.java       |   5 +-
 src/site/xdoc/download_configuration.xml           | 372 ++++-----
 src/site/xdoc/issue-tracking.xml                   | 204 ++---
 src/site/xdoc/mail-lists.xml                       |  38 +-
 .../configuration2/TestDatabaseConfiguration.java  |   6 +
 .../TestPropertiesConfiguration.java               |  27 +
 16 files changed, 929 insertions(+), 788 deletions(-)

Reply via email to