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

sseifert pushed a change to branch feature/sling-api-update
in repository 
https://gitbox.apache.org/repos/asf/sling-org-apache-sling-resource-filter.git


    omit 895cf82  Bump org.apache.sling:org.apache.sling.api from 2.16.4 to 
2.25.4
     add 3173b6d  SLING-13014 Update to JavaCC 3.0.1 (#6)
     add d0a9473  Bump org.apache.sling:org.apache.sling.api from 2.16.4 to 
2.25.4

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   (895cf82)
            \
             N -- N -- N   refs/heads/feature/sling-api-update (d0a9473)

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:
 pom.xml                                            |    2 +-
 .../resource/filter/impl/script/FilterParser.java  | 1008 +++----
 .../filter/impl/script/FilterParserConstants.java  |  299 +-
 .../impl/script/FilterParserTokenManager.java      | 3138 +++++++++++---------
 .../filter/impl/script/ParseException.java         |  348 +--
 .../filter/impl/script/SimpleCharStream.java       |  868 +++---
 .../sling/resource/filter/impl/script/Token.java   |  242 +-
 .../resource/filter/impl/script/TokenMgrError.java |  280 +-
 8 files changed, 3226 insertions(+), 2959 deletions(-)

Reply via email to