This is an automated email from the ASF dual-hosted git repository.
sseifert pushed a change to branch master
in repository
https://gitbox.apache.org/repos/asf/sling-org-apache-sling-commons-compiler.git
from e881e34 SLING-12866 - Restrict force pushes, auto-delete branches on
merge
new 465db21 SLING-13013 Update to Parent 62
new 0a1f1e6 SLING-13013 apply spotless formatting
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:
.sling-module.json | 5 +
pom.xml | 60 ++++----
.../sling/commons/compiler/CompilationResult.java | 29 ++--
.../sling/commons/compiler/CompilationUnit.java | 29 ++--
.../compiler/CompilationUnitWithSource.java | 26 ++--
.../sling/commons/compiler/CompilerMessage.java | 31 ++---
.../sling/commons/compiler/JavaCompiler.java | 29 ++--
.../org/apache/sling/commons/compiler/Options.java | 36 ++---
.../compiler/impl/CompilationResultImpl.java | 40 +++---
.../commons/compiler/impl/EclipseJavaCompiler.java | 152 +++++++++++----------
.../commons/compiler/impl/IsolatedClassLoader.java | 56 ++++----
.../sling/commons/compiler/package-info.java | 1 -
.../commons/compiler/source/JavaEscapeHelper.java | 49 ++++---
.../commons/compiler/source/package-info.java | 34 ++---
.../commons/compiler/impl/CompilerJava5Test.java | 38 +++---
.../compiler/source/JavaEscapeHelperTest.java | 80 +++++++----
16 files changed, 366 insertions(+), 329 deletions(-)
create mode 100644 .sling-module.json