This is an automated email from the ASF dual-hosted git repository.
jsedding pushed a change to branch master
in repository
https://gitbox.apache.org/repos/asf/sling-scriptingbundle-maven-plugin.git
from 9349226 SLING-13308 - windows only: incorrect capabilities for
escaped resource paths (#20)
add f6e66b7 SLING-13297 - Update to parent 66
add e8af12d SLING-13297 - Update to parent 66
add bbde4dd SLING-13297 - Update to parent 66
add 760e621 SLING-13297 - Update to parent 66
new 1c0b0f9 Merge pull request #19 from apache/update-parent-66
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:
.git-blame-ignore-revs | 1 +
.sling-module.json | 2 +-
pom.xml | 237 +++++----
.../scriptingbundle/plugin/bnd/BndLogger.java | 41 +-
.../plugin/bnd/BundledScriptsScannerPlugin.java | 188 ++++---
.../plugin/capability/Capabilities.java | 135 ++---
.../capability/ProvidedResourceTypeCapability.java | 101 ++--
.../capability/ProvidedScriptCapability.java | 54 +-
.../capability/RequiredResourceTypeCapability.java | 51 +-
.../scriptingbundle/plugin/maven/MavenLogger.java | 36 +-
.../scriptingbundle/plugin/maven/MetadataMojo.java | 126 ++---
.../plugin/processor/Constants.java | 86 ++--
.../plugin/processor/FileProcessor.java | 223 ++++----
.../scriptingbundle/plugin/processor/Logger.java | 37 +-
.../plugin/processor/PathOnlyScriptAnalyser.java | 56 +-
.../processor/ResourceTypeFolderAnalyser.java | 96 ++--
.../processor/ResourceTypeFolderPredicate.java | 68 ++-
.../scriptingbundle/plugin/processor/Script.java | 45 +-
.../processor/filevault/VaultContentXmlReader.java | 103 ++--
.../scriptingbundle/plugin/AbstractPluginTest.java | 570 +++++++++++++--------
.../scriptingbundle/plugin/PluginExecution.java | 43 --
.../bnd/BundledScriptsScannerPluginTest.java | 117 +++--
.../plugin/capability/CapabilityTest.java | 44 +-
.../plugin/maven/MetadataMojoTest.java | 130 ++---
.../plugin/processor/FileProcessorTest.java | 85 +--
.../plugin/processor/ScriptTest.java | 36 +-
.../plugin/processor/Slf4jLogger.java | 38 +-
.../filevault/VaultContentXmlReaderTest.java | 80 +--
28 files changed, 1567 insertions(+), 1262 deletions(-)
create mode 100644 .git-blame-ignore-revs
delete mode 100644
src/test/java/org/apache/sling/scriptingbundle/plugin/PluginExecution.java