You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@groovy.apache.org by pa...@apache.org on 2020/05/18 02:17:56 UTC

[groovy] branch GROOVY_3_0_X updated (ffd6986 -> 0c12212)

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

paulk pushed a change to branch GROOVY_3_0_X
in repository https://gitbox.apache.org/repos/asf/groovy.git.


    from ffd6986  GROOVY-9559: Bump log4j2 version to 2.13.3
     new aa9cd83  GROOVY-9560: Update Spotbugs/Spotbugs plugin to 4.0.3/4.2.0
     new 0c12212  add missing license headers (port to 3_0_X)

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:
 build.gradle                                           |  6 +++---
 .../tools/groovydoc/testfiles/generics/Groovy.groovy   | 18 ++++++++++++++++++
 .../tools/groovydoc/testfiles/generics/Java.java       | 18 ++++++++++++++++++
 3 files changed, 39 insertions(+), 3 deletions(-)


[groovy] 01/02: GROOVY-9560: Update Spotbugs/Spotbugs plugin to 4.0.3/4.2.0

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

paulk pushed a commit to branch GROOVY_3_0_X
in repository https://gitbox.apache.org/repos/asf/groovy.git

commit aa9cd8319e97e188b517d5305320d01867bf7390
Author: Paul King <pa...@asert.com.au>
AuthorDate: Mon May 18 12:12:59 2020 +1000

    GROOVY-9560: Update Spotbugs/Spotbugs plugin to 4.0.3/4.2.0
---
 build.gradle | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/build.gradle b/build.gradle
index 45b55b0..7d98d31 100644
--- a/build.gradle
+++ b/build.gradle
@@ -46,7 +46,7 @@ buildscript {
 
 plugins {
     id 'me.champeau.buildscan-recipes' version '0.2.3'
-    id 'com.github.spotbugs' version '4.0.8'
+    id 'com.github.spotbugs' version '4.2.0'
     id 'com.github.ben-manes.versions' version '0.28.0'
     id 'com.github.blindpirate.osgi' version '0.0.3'
     id 'org.sonarqube' version '2.8'
@@ -152,8 +152,8 @@ ext {
     xmlunitVersion = '1.6'
     xstreamVersion = '1.4.12'
     spockVersion = '2.0-M2-groovy-3.0'
-    spotbugsVersion = '4.0.2'
-    spotbugsAnnotationsVersion = '4.0.2'
+    spotbugsVersion = '4.0.3'
+    spotbugsAnnotationsVersion = '4.0.3'
     checkstyleVersion = '8.32'
     junit5Version = '5.6.2'
     junit5PlatformVersion = '1.6.2'


[groovy] 02/02: add missing license headers (port to 3_0_X)

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

paulk pushed a commit to branch GROOVY_3_0_X
in repository https://gitbox.apache.org/repos/asf/groovy.git

commit 0c12212aa195c598a572b289338db7c9a838ee2a
Author: Paul King <pa...@asert.com.au>
AuthorDate: Mon May 18 09:49:16 2020 +1000

    add missing license headers (port to 3_0_X)
---
 .../tools/groovydoc/testfiles/generics/Groovy.groovy   | 18 ++++++++++++++++++
 .../tools/groovydoc/testfiles/generics/Java.java       | 18 ++++++++++++++++++
 2 files changed, 36 insertions(+)

diff --git a/subprojects/groovy-groovydoc/src/test/groovy/org/codehaus/groovy/tools/groovydoc/testfiles/generics/Groovy.groovy b/subprojects/groovy-groovydoc/src/test/groovy/org/codehaus/groovy/tools/groovydoc/testfiles/generics/Groovy.groovy
index 0afe01b..3f781ec 100644
--- a/subprojects/groovy-groovydoc/src/test/groovy/org/codehaus/groovy/tools/groovydoc/testfiles/generics/Groovy.groovy
+++ b/subprojects/groovy-groovydoc/src/test/groovy/org/codehaus/groovy/tools/groovydoc/testfiles/generics/Groovy.groovy
@@ -1,3 +1,21 @@
+/*
+ *  Licensed to the Apache Software Foundation (ASF) under one
+ *  or more contributor license agreements.  See the NOTICE file
+ *  distributed with this work for additional information
+ *  regarding copyright ownership.  The ASF licenses this file
+ *  to you under the Apache License, Version 2.0 (the
+ *  "License"); you may not use this file except in compliance
+ *  with the License.  You may obtain a copy of the License at
+ *
+ *    http://www.apache.org/licenses/LICENSE-2.0
+ *
+ *  Unless required by applicable law or agreed to in writing,
+ *  software distributed under the License is distributed on an
+ *  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ *  KIND, either express or implied.  See the License for the
+ *  specific language governing permissions and limitations
+ *  under the License.
+ */
 package org.codehaus.groovy.tools.groovydoc.testfiles.generics
 
 /**
diff --git a/subprojects/groovy-groovydoc/src/test/groovy/org/codehaus/groovy/tools/groovydoc/testfiles/generics/Java.java b/subprojects/groovy-groovydoc/src/test/groovy/org/codehaus/groovy/tools/groovydoc/testfiles/generics/Java.java
index e2a1d3d..d31944f 100644
--- a/subprojects/groovy-groovydoc/src/test/groovy/org/codehaus/groovy/tools/groovydoc/testfiles/generics/Java.java
+++ b/subprojects/groovy-groovydoc/src/test/groovy/org/codehaus/groovy/tools/groovydoc/testfiles/generics/Java.java
@@ -1,3 +1,21 @@
+/*
+ *  Licensed to the Apache Software Foundation (ASF) under one
+ *  or more contributor license agreements.  See the NOTICE file
+ *  distributed with this work for additional information
+ *  regarding copyright ownership.  The ASF licenses this file
+ *  to you under the Apache License, Version 2.0 (the
+ *  "License"); you may not use this file except in compliance
+ *  with the License.  You may obtain a copy of the License at
+ *
+ *    http://www.apache.org/licenses/LICENSE-2.0
+ *
+ *  Unless required by applicable law or agreed to in writing,
+ *  software distributed under the License is distributed on an
+ *  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ *  KIND, either express or implied.  See the License for the
+ *  specific language governing permissions and limitations
+ *  under the License.
+ */
 package org.codehaus.groovy.tools.groovydoc.testfiles.generics;
 
 /**