You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by ol...@apache.org on 2022/10/26 19:43:27 UTC

[sling-org-apache-sling-scripting-groovy] branch master updated (7257560 -> 66f3685)

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

olli pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-scripting-groovy.git


    from 7257560  SLING-11639 Enable code checks with SpotBugs
     new 51057e8  SLING-11407 Upgrade to Groovy 4
     new 66f3685  style

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                                                                 | 2 +-
 .../scripting/groovy/internal/JsonBuilderBindingsValuesProvider.java    | 1 -
 2 files changed, 1 insertion(+), 2 deletions(-)


[sling-org-apache-sling-scripting-groovy] 02/02: style

Posted by ol...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

olli pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-scripting-groovy.git

commit 66f3685bd696a8f0e430358db61a36303038e54e
Author: Oliver Lietz <ol...@apache.org>
AuthorDate: Wed Oct 26 21:42:12 2022 +0200

    style
---
 .../scripting/groovy/internal/JsonBuilderBindingsValuesProvider.java     | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/main/java/org/apache/sling/scripting/groovy/internal/JsonBuilderBindingsValuesProvider.java b/src/main/java/org/apache/sling/scripting/groovy/internal/JsonBuilderBindingsValuesProvider.java
index 2d31978..1981756 100644
--- a/src/main/java/org/apache/sling/scripting/groovy/internal/JsonBuilderBindingsValuesProvider.java
+++ b/src/main/java/org/apache/sling/scripting/groovy/internal/JsonBuilderBindingsValuesProvider.java
@@ -32,7 +32,6 @@ import org.osgi.service.component.annotations.Component;
         "javax.script.name=gstring",
         "service.description=Groovy JsonBuilder BindingsValuesProvider",
         "service.vendor=The Apache Software Foundation"
-
     }
 )
 public final class JsonBuilderBindingsValuesProvider implements BindingsValuesProvider {


[sling-org-apache-sling-scripting-groovy] 01/02: SLING-11407 Upgrade to Groovy 4

Posted by ol...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

olli pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-scripting-groovy.git

commit 51057e8b31ed072063b31b5381782bc57684cfcb
Author: Oliver Lietz <ol...@apache.org>
AuthorDate: Wed Oct 26 21:41:36 2022 +0200

    SLING-11407 Upgrade to Groovy 4
    
    use Groovy 4.0.6
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index b28fd71..d2c92ea 100644
--- a/pom.xml
+++ b/pom.xml
@@ -38,7 +38,7 @@
     <javadoc.excludePackageNames />
     <project.build.outputTimestamp>1970-01-01T00:00:00Z</project.build.outputTimestamp>
     <org.ops4j.pax.exam.version>4.13.3</org.ops4j.pax.exam.version>
-    <groovy.version>4.0.3</groovy.version>
+    <groovy.version>4.0.6</groovy.version>
   </properties>
 
   <scm>