This is an automated email from the ASF dual-hosted git repository.
radu pushed a change to branch bugfix/support-selectors-with-comma
in repository
https://gitbox.apache.org/repos/asf/sling-org-apache-sling-scripting-sightly.git.
omit b40fbe9 SLING-7516 support comma in selectors for data-sly-resource
add afd82b9 SLING-7523 - Java Use object with trailing whitespace in the
package declaration freezes the SightlyJavaCompilerService
add ad3c9b1 SLING-7523 - Java Use object with trailing whitespace in the
package declaration freezes the SightlyJavaCompilerService
add cb6ca70 [maven-release-plugin] prepare release
org.apache.sling.scripting.sightly-1.0.50-1.3.1
add ddb5ce6 [maven-release-plugin] prepare for next development iteration
add e97d983 SLING-7523 - Java Use object with trailing whitespace in the
package declaration freezes the SightlyJavaCompilerService
add 72bebd0 [maven-release-plugin] prepare release
org.apache.sling.scripting.sightly-1.0.52-1.3.1
add 3b50f91 [maven-release-plugin] prepare for next development iteration
new 46739cf SLING-7516 support comma in selectors for data-sly-resource
new 7353d60 SLING-7516 - ResourceRuntimeExtension: Selectors containing a
comma are not treated correctly
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 (b40fbe9)
\
N -- N -- N refs/heads/bugfix/support-selectors-with-comma
(7353d60)
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.
The 2 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:
pom.xml | 6 +-
.../impl/engine/SightlyJavaCompilerService.java | 4 +-
.../engine/extension/ResourceRuntimeExtension.java | 13 +-
.../impl/engine/extension/use/JavaUseProvider.java | 4 +-
.../scripting/sightly/impl/utils/Patterns.java | 45 +++++++
.../scripting/sightly/impl/utils/PatternsTest.java | 146 +++++++++++++++++++++
6 files changed, 205 insertions(+), 13 deletions(-)
create mode 100644
src/main/java/org/apache/sling/scripting/sightly/impl/utils/Patterns.java
create mode 100644
src/test/java/org/apache/sling/scripting/sightly/impl/utils/PatternsTest.java
--
To stop receiving notification emails like this one, please contact
[email protected].