[jira] [Commented] (NIFI-5254) Upgrade to Groovy 2.5.0

2019-07-11 Thread ASF subversion and git services (JIRA)


[ 
https://issues.apache.org/jira/browse/NIFI-5254?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16883240#comment-16883240
 ] 

ASF subversion and git services commented on NIFI-5254:
---

Commit 4783b12a9ccfcd744e2c909447810c3c6870a0a4 in nifi's branch 
refs/heads/master from Jeff Storck
[ https://gitbox.apache.org/repos/asf?p=nifi.git;h=4783b12 ]

NIFI-5254 Upgraded Groovy to version 2.5.4
Updated pom files regarding groovy dependencies.  groovy-all was changed to a 
pom type dependency
Added Groovy Bintray as a plugin repository in root pom
Upgraded spock-core to version 1.3-groovy-2.5 and added exclusion of groovy 
dependencies to force spock to use the version from dependencyManagement
Updated groovy-eclipse-batch to use the groovy.version property to determine 
the version
Updated groovy-eclipse-compiler to 3.4.0-01
Updated maven-compiler-plugin to use maven.compiler.source and 
maven.compiler.target properties for source and target configuration properties
Removed configuration and dependencies sections from nifi-toolkit-admin and 
nifi-toolkit-encrypt-config maven-compiler-plugin configurations so that the 
configuration from the root pom's maven-compiler-plugin is inherited
Removed dependencyManagement from nifi-jetty module, version of groovy modules 
will be inherited from root pom
Removed maven-compiler-plugin configuration from nifi-toolkit-api so that the 
configuration from the root pom's maven-compiler-plugin is inherited
Updated spock-core dependencyManagement to 1.3-groovy-2.5
Fixed AESSensitivePropertyProviderTest issue with Groovy creating KEY_256_HEX 
slice of the wrong size due to BigDecimal being used as the result of the 
division; using intdiv to force an integer result creates the correctly sized 
array
Added groovy-json test dependency to nifi-web-security
Removed maven-compiler-plugin configuration from nifi-lookup-services, 
nifi-mock-record-utils, and nifi-web-utils so that the configuration from the 
root pom's maven-compiler-plugin is inherited
Updated root pom pluginManagement to specify version 3.8.0 of 
maven-compiler-plugin
Added maven-compiler-plugin config to nifi-toolkit-admin and 
nifi-toolkit-encrypt-config to use groovy-eclipse-compiler during the compile 
phase so that the groovy-based tools are compiled
Addressed deprecated CliBuilder and OptionAccessor usage in 
nifi-toolkit-encrypt-config, those classes were moved from groovy.util to 
groovy.cli.commons
Removed getInner() usage from nifi-toolkit-encrypt-config, method no longer 
exists causing the tests to crash
Updated CryptographicHashAttributeTest to use java.time classes instead of 
java.util.Date
Updated nifi root POM's groovy-test dependency to be test-scoped
Added properties for specifying groovy versions for several modules: nifi, 
nifi-groovyx-bundle, nifi-scripting-bundle, nifi-toolkit
Established dependency management for groovy-all:pom:2.5.4, and added that 
dependency to several modules: nifi-groovyx-nar, nifi-scripting-nar, 
nifi-toolkit-admin, nifi-toolkit-encrypt-config
Added groovy version property usage to several modules that established a 
dependency on a groovy submodule that was not listed in its own or inherited 
dependency management
Removed unused build-helper-maven-plugin from nifi-toolkit-api's POM
Removed unnecessary groovy-eclipse-compiler build plugin config from 
nifi-web-utils' POM to use the inherited config for that plugin
Updated several modules' NOTICEs to include appropriate Groovy NOTICE content
Updated to list groovy-all:pom:2.5.4 and its transitive submodule dependencies 
to nifi-assembly, nifi-groovyx-nar, nifi-scripting-nar, and 
nifi-toolkit-assembly NOTICEs
Added missing groovy-all:jar:2.1.6 NOTICE to nifi-hive-nar and 
nifi-hive_1_1-nar NOTICEs
Added missing groovy-all:jar:2.4.11 NOTICE to nifi-hive3-nar NOTICE
Updated to list groovy-all:jar:2.4.16 nifi-other-graph-services-nar NOTICE
Removed Groovy NOTICE content from nifi-record-serialization-services-nar 
NOTICE, no Groovy modules are included in the NAR
NIFI-5254 Updated several modules' NOTICEs and LICENSEs to include appropriate 
content from the LICENSEs and NOTICEs bundled with Groovy modules which in turn 
are bundled with NiFi binary artifacts: nifi-assembly, nifi-groovyx-nar, 
nifi-hive-nar, nifi-hive3-nar, nifi-hive_1_1-nar, 
nifi-other-graph-services-nar, nifi-scripting-nar, nifi-toolkit-assembly
NIFI-5254 Updated NOTICEs and LICENSEs to include appropriate content from the 
LICENSEs and NOTICEs bundled with modules used by Groovy 2.5.4 which in turn 
are bundled with NiFi binary artifacts: nifi-assembly, nifi-groovyx-nar, 
nifi-scripting-nar, nifi-toolkit-assembly.
The following modules' LICENSE and NOTICE content were added: Apache Ant, 
Apache Commons CLI, JLine, JUnit Platform/Jupiter

This closes #3547

Signed-off-by: Mike Thomsen 


> Upgrade to Groovy 2.5.0
> ---
>
> Key: 

[jira] [Commented] (NIFI-5254) Upgrade to Groovy 2.5.0

2019-07-11 Thread ASF subversion and git services (JIRA)


[ 
https://issues.apache.org/jira/browse/NIFI-5254?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16883241#comment-16883241
 ] 

ASF subversion and git services commented on NIFI-5254:
---

Commit 4783b12a9ccfcd744e2c909447810c3c6870a0a4 in nifi's branch 
refs/heads/master from Jeff Storck
[ https://gitbox.apache.org/repos/asf?p=nifi.git;h=4783b12 ]

NIFI-5254 Upgraded Groovy to version 2.5.4
Updated pom files regarding groovy dependencies.  groovy-all was changed to a 
pom type dependency
Added Groovy Bintray as a plugin repository in root pom
Upgraded spock-core to version 1.3-groovy-2.5 and added exclusion of groovy 
dependencies to force spock to use the version from dependencyManagement
Updated groovy-eclipse-batch to use the groovy.version property to determine 
the version
Updated groovy-eclipse-compiler to 3.4.0-01
Updated maven-compiler-plugin to use maven.compiler.source and 
maven.compiler.target properties for source and target configuration properties
Removed configuration and dependencies sections from nifi-toolkit-admin and 
nifi-toolkit-encrypt-config maven-compiler-plugin configurations so that the 
configuration from the root pom's maven-compiler-plugin is inherited
Removed dependencyManagement from nifi-jetty module, version of groovy modules 
will be inherited from root pom
Removed maven-compiler-plugin configuration from nifi-toolkit-api so that the 
configuration from the root pom's maven-compiler-plugin is inherited
Updated spock-core dependencyManagement to 1.3-groovy-2.5
Fixed AESSensitivePropertyProviderTest issue with Groovy creating KEY_256_HEX 
slice of the wrong size due to BigDecimal being used as the result of the 
division; using intdiv to force an integer result creates the correctly sized 
array
Added groovy-json test dependency to nifi-web-security
Removed maven-compiler-plugin configuration from nifi-lookup-services, 
nifi-mock-record-utils, and nifi-web-utils so that the configuration from the 
root pom's maven-compiler-plugin is inherited
Updated root pom pluginManagement to specify version 3.8.0 of 
maven-compiler-plugin
Added maven-compiler-plugin config to nifi-toolkit-admin and 
nifi-toolkit-encrypt-config to use groovy-eclipse-compiler during the compile 
phase so that the groovy-based tools are compiled
Addressed deprecated CliBuilder and OptionAccessor usage in 
nifi-toolkit-encrypt-config, those classes were moved from groovy.util to 
groovy.cli.commons
Removed getInner() usage from nifi-toolkit-encrypt-config, method no longer 
exists causing the tests to crash
Updated CryptographicHashAttributeTest to use java.time classes instead of 
java.util.Date
Updated nifi root POM's groovy-test dependency to be test-scoped
Added properties for specifying groovy versions for several modules: nifi, 
nifi-groovyx-bundle, nifi-scripting-bundle, nifi-toolkit
Established dependency management for groovy-all:pom:2.5.4, and added that 
dependency to several modules: nifi-groovyx-nar, nifi-scripting-nar, 
nifi-toolkit-admin, nifi-toolkit-encrypt-config
Added groovy version property usage to several modules that established a 
dependency on a groovy submodule that was not listed in its own or inherited 
dependency management
Removed unused build-helper-maven-plugin from nifi-toolkit-api's POM
Removed unnecessary groovy-eclipse-compiler build plugin config from 
nifi-web-utils' POM to use the inherited config for that plugin
Updated several modules' NOTICEs to include appropriate Groovy NOTICE content
Updated to list groovy-all:pom:2.5.4 and its transitive submodule dependencies 
to nifi-assembly, nifi-groovyx-nar, nifi-scripting-nar, and 
nifi-toolkit-assembly NOTICEs
Added missing groovy-all:jar:2.1.6 NOTICE to nifi-hive-nar and 
nifi-hive_1_1-nar NOTICEs
Added missing groovy-all:jar:2.4.11 NOTICE to nifi-hive3-nar NOTICE
Updated to list groovy-all:jar:2.4.16 nifi-other-graph-services-nar NOTICE
Removed Groovy NOTICE content from nifi-record-serialization-services-nar 
NOTICE, no Groovy modules are included in the NAR
NIFI-5254 Updated several modules' NOTICEs and LICENSEs to include appropriate 
content from the LICENSEs and NOTICEs bundled with Groovy modules which in turn 
are bundled with NiFi binary artifacts: nifi-assembly, nifi-groovyx-nar, 
nifi-hive-nar, nifi-hive3-nar, nifi-hive_1_1-nar, 
nifi-other-graph-services-nar, nifi-scripting-nar, nifi-toolkit-assembly
NIFI-5254 Updated NOTICEs and LICENSEs to include appropriate content from the 
LICENSEs and NOTICEs bundled with modules used by Groovy 2.5.4 which in turn 
are bundled with NiFi binary artifacts: nifi-assembly, nifi-groovyx-nar, 
nifi-scripting-nar, nifi-toolkit-assembly.
The following modules' LICENSE and NOTICE content were added: Apache Ant, 
Apache Commons CLI, JLine, JUnit Platform/Jupiter

This closes #3547

Signed-off-by: Mike Thomsen 


> Upgrade to Groovy 2.5.0
> ---
>
> Key: 

[jira] [Commented] (NIFI-5254) Upgrade to Groovy 2.5.0

2019-07-11 Thread ASF subversion and git services (JIRA)


[ 
https://issues.apache.org/jira/browse/NIFI-5254?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16883239#comment-16883239
 ] 

ASF subversion and git services commented on NIFI-5254:
---

Commit 4783b12a9ccfcd744e2c909447810c3c6870a0a4 in nifi's branch 
refs/heads/master from Jeff Storck
[ https://gitbox.apache.org/repos/asf?p=nifi.git;h=4783b12 ]

NIFI-5254 Upgraded Groovy to version 2.5.4
Updated pom files regarding groovy dependencies.  groovy-all was changed to a 
pom type dependency
Added Groovy Bintray as a plugin repository in root pom
Upgraded spock-core to version 1.3-groovy-2.5 and added exclusion of groovy 
dependencies to force spock to use the version from dependencyManagement
Updated groovy-eclipse-batch to use the groovy.version property to determine 
the version
Updated groovy-eclipse-compiler to 3.4.0-01
Updated maven-compiler-plugin to use maven.compiler.source and 
maven.compiler.target properties for source and target configuration properties
Removed configuration and dependencies sections from nifi-toolkit-admin and 
nifi-toolkit-encrypt-config maven-compiler-plugin configurations so that the 
configuration from the root pom's maven-compiler-plugin is inherited
Removed dependencyManagement from nifi-jetty module, version of groovy modules 
will be inherited from root pom
Removed maven-compiler-plugin configuration from nifi-toolkit-api so that the 
configuration from the root pom's maven-compiler-plugin is inherited
Updated spock-core dependencyManagement to 1.3-groovy-2.5
Fixed AESSensitivePropertyProviderTest issue with Groovy creating KEY_256_HEX 
slice of the wrong size due to BigDecimal being used as the result of the 
division; using intdiv to force an integer result creates the correctly sized 
array
Added groovy-json test dependency to nifi-web-security
Removed maven-compiler-plugin configuration from nifi-lookup-services, 
nifi-mock-record-utils, and nifi-web-utils so that the configuration from the 
root pom's maven-compiler-plugin is inherited
Updated root pom pluginManagement to specify version 3.8.0 of 
maven-compiler-plugin
Added maven-compiler-plugin config to nifi-toolkit-admin and 
nifi-toolkit-encrypt-config to use groovy-eclipse-compiler during the compile 
phase so that the groovy-based tools are compiled
Addressed deprecated CliBuilder and OptionAccessor usage in 
nifi-toolkit-encrypt-config, those classes were moved from groovy.util to 
groovy.cli.commons
Removed getInner() usage from nifi-toolkit-encrypt-config, method no longer 
exists causing the tests to crash
Updated CryptographicHashAttributeTest to use java.time classes instead of 
java.util.Date
Updated nifi root POM's groovy-test dependency to be test-scoped
Added properties for specifying groovy versions for several modules: nifi, 
nifi-groovyx-bundle, nifi-scripting-bundle, nifi-toolkit
Established dependency management for groovy-all:pom:2.5.4, and added that 
dependency to several modules: nifi-groovyx-nar, nifi-scripting-nar, 
nifi-toolkit-admin, nifi-toolkit-encrypt-config
Added groovy version property usage to several modules that established a 
dependency on a groovy submodule that was not listed in its own or inherited 
dependency management
Removed unused build-helper-maven-plugin from nifi-toolkit-api's POM
Removed unnecessary groovy-eclipse-compiler build plugin config from 
nifi-web-utils' POM to use the inherited config for that plugin
Updated several modules' NOTICEs to include appropriate Groovy NOTICE content
Updated to list groovy-all:pom:2.5.4 and its transitive submodule dependencies 
to nifi-assembly, nifi-groovyx-nar, nifi-scripting-nar, and 
nifi-toolkit-assembly NOTICEs
Added missing groovy-all:jar:2.1.6 NOTICE to nifi-hive-nar and 
nifi-hive_1_1-nar NOTICEs
Added missing groovy-all:jar:2.4.11 NOTICE to nifi-hive3-nar NOTICE
Updated to list groovy-all:jar:2.4.16 nifi-other-graph-services-nar NOTICE
Removed Groovy NOTICE content from nifi-record-serialization-services-nar 
NOTICE, no Groovy modules are included in the NAR
NIFI-5254 Updated several modules' NOTICEs and LICENSEs to include appropriate 
content from the LICENSEs and NOTICEs bundled with Groovy modules which in turn 
are bundled with NiFi binary artifacts: nifi-assembly, nifi-groovyx-nar, 
nifi-hive-nar, nifi-hive3-nar, nifi-hive_1_1-nar, 
nifi-other-graph-services-nar, nifi-scripting-nar, nifi-toolkit-assembly
NIFI-5254 Updated NOTICEs and LICENSEs to include appropriate content from the 
LICENSEs and NOTICEs bundled with modules used by Groovy 2.5.4 which in turn 
are bundled with NiFi binary artifacts: nifi-assembly, nifi-groovyx-nar, 
nifi-scripting-nar, nifi-toolkit-assembly.
The following modules' LICENSE and NOTICE content were added: Apache Ant, 
Apache Commons CLI, JLine, JUnit Platform/Jupiter

This closes #3547

Signed-off-by: Mike Thomsen 


> Upgrade to Groovy 2.5.0
> ---
>
> Key: 

[jira] [Commented] (NIFI-5254) Upgrade to Groovy 2.5.0

2018-10-03 Thread ASF GitHub Bot (JIRA)


[ 
https://issues.apache.org/jira/browse/NIFI-5254?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16636837#comment-16636837
 ] 

ASF GitHub Bot commented on NIFI-5254:
--

Github user MikeThomsen commented on the issue:

https://github.com/apache/nifi/pull/3015
  
@mattyb149 @joewitt Removed the following as compile dependencies because I 
can't see any valid use for them in our scripting scenarios:

* groovy-cli*
* groovy-groovydoc
* groovy-docgenerator
* groovy-swing
* groovy-test
* groovy-test-junit5
* groovy-testng

Think that's it. We might want to release an unofficial test build of NiFi 
w/ 2.5.X because I'm not 100% sure there's a full guarantee of compatibility 
between 2.4 and 2.5


> Upgrade to Groovy 2.5.0
> ---
>
> Key: NIFI-5254
> URL: https://issues.apache.org/jira/browse/NIFI-5254
> Project: Apache NiFi
>  Issue Type: Improvement
>Reporter: Mike Thomsen
>Assignee: Mike Thomsen
>Priority: Major
>
> Groovy 2.5 has been released and support for it should be added.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (NIFI-5254) Upgrade to Groovy 2.5.0

2018-10-02 Thread ASF GitHub Bot (JIRA)


[ 
https://issues.apache.org/jira/browse/NIFI-5254?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16636098#comment-16636098
 ] 

ASF GitHub Bot commented on NIFI-5254:
--

Github user MikeThomsen commented on the issue:

https://github.com/apache/nifi/pull/3015
  
@mattyb149 @joewitt while I'm doing L validation on their dependencies, I 
can also cut out some of the fat by dropping Groovy modules like the CLI one 
that have no bearing on NiFi scripting. Thoughts?


> Upgrade to Groovy 2.5.0
> ---
>
> Key: NIFI-5254
> URL: https://issues.apache.org/jira/browse/NIFI-5254
> Project: Apache NiFi
>  Issue Type: Improvement
>Reporter: Mike Thomsen
>Assignee: Mike Thomsen
>Priority: Major
>
> Groovy 2.5 has been released and support for it should be added.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (NIFI-5254) Upgrade to Groovy 2.5.0

2018-10-02 Thread ASF GitHub Bot (JIRA)


[ 
https://issues.apache.org/jira/browse/NIFI-5254?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16636082#comment-16636082
 ] 

ASF GitHub Bot commented on NIFI-5254:
--

Github user MikeThomsen commented on the issue:

https://github.com/apache/nifi/pull/3015
  
Thanks, that's what I thought, but need a second opinion because we gotta 
cross our `T`s and dot our `I`s on this stuff. Will fix.


> Upgrade to Groovy 2.5.0
> ---
>
> Key: NIFI-5254
> URL: https://issues.apache.org/jira/browse/NIFI-5254
> Project: Apache NiFi
>  Issue Type: Improvement
>Reporter: Mike Thomsen
>Assignee: Mike Thomsen
>Priority: Major
>
> Groovy 2.5 has been released and support for it should be added.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (NIFI-5254) Upgrade to Groovy 2.5.0

2018-10-01 Thread ASF GitHub Bot (JIRA)


[ 
https://issues.apache.org/jira/browse/NIFI-5254?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16634149#comment-16634149
 ] 

ASF GitHub Bot commented on NIFI-5254:
--

Github user mattyb149 commented on the issue:

https://github.com/apache/nifi/pull/3015
  
Unfortunately I believe you need to enumerate all the transitive 
dependencies in the L You should have been able to copy that from the Groovy 
NOTICE, but it does not have its own dependencies listed in there (assuming 
some of the dependencies have NOTICEs), so we have to do it here. Their LICENSE 
mentions a couple of dependencies, but I'm not sure it's complete, so you'll 
have to verify both our L include the appropriate entries.


> Upgrade to Groovy 2.5.0
> ---
>
> Key: NIFI-5254
> URL: https://issues.apache.org/jira/browse/NIFI-5254
> Project: Apache NiFi
>  Issue Type: Improvement
>Reporter: Mike Thomsen
>Assignee: Mike Thomsen
>Priority: Major
>
> Groovy 2.5 has been released and support for it should be added.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (NIFI-5254) Upgrade to Groovy 2.5.0

2018-09-20 Thread ASF GitHub Bot (JIRA)


[ 
https://issues.apache.org/jira/browse/NIFI-5254?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16621877#comment-16621877
 ] 

ASF GitHub Bot commented on NIFI-5254:
--

Github user MikeThomsen commented on the issue:

https://github.com/apache/nifi/pull/3015
  
@joewitt In 2.5.0 they removed the groovy-all fat jar in favor of doing a 
pom import that brings in all of the individual groovy components. Should I 
change the `NOTICE` to say "groovy-all pom and associated Groovy modules" 
(where it currently reads something like "groovy-all 2.4.X jar") or should I 
remove that completely in favor of enumerating each Groovy component?


> Upgrade to Groovy 2.5.0
> ---
>
> Key: NIFI-5254
> URL: https://issues.apache.org/jira/browse/NIFI-5254
> Project: Apache NiFi
>  Issue Type: Improvement
>Reporter: Mike Thomsen
>Assignee: Mike Thomsen
>Priority: Major
>
> Groovy 2.5 has been released and support for it should be added.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (NIFI-5254) Upgrade to Groovy 2.5.0

2018-09-19 Thread ASF GitHub Bot (JIRA)


[ 
https://issues.apache.org/jira/browse/NIFI-5254?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16621337#comment-16621337
 ] 

ASF GitHub Bot commented on NIFI-5254:
--

GitHub user MikeThomsen opened a pull request:

https://github.com/apache/nifi/pull/3015

NIFI-5254 [WIP] Updated to Groovy 2.5.2

Thank you for submitting a contribution to Apache NiFi.

In order to streamline the review of the contribution we ask you
to ensure the following steps have been taken:

### For all changes:
- [ ] Is there a JIRA ticket associated with this PR? Is it referenced 
 in the commit message?

- [ ] Does your PR title start with NIFI- where  is the JIRA number 
you are trying to resolve? Pay particular attention to the hyphen "-" character.

- [ ] Has your PR been rebased against the latest commit within the target 
branch (typically master)?

- [ ] Is your initial contribution a single, squashed commit?

### For code changes:
- [ ] Have you ensured that the full suite of tests is executed via mvn 
-Pcontrib-check clean install at the root nifi folder?
- [ ] Have you written or updated unit tests to verify your changes?
- [ ] If adding new dependencies to the code, are these dependencies 
licensed in a way that is compatible for inclusion under [ASF 
2.0](http://www.apache.org/legal/resolved.html#category-a)? 
- [ ] If applicable, have you updated the LICENSE file, including the main 
LICENSE file under nifi-assembly?
- [ ] If applicable, have you updated the NOTICE file, including the main 
NOTICE file found under nifi-assembly?
- [ ] If adding new Properties, have you added .displayName in addition to 
.name (programmatic access) for each of the new properties?

### For documentation related changes:
- [ ] Have you ensured that format looks appropriate for the output in 
which it is rendered?

### Note:
Please ensure that once the PR is submitted, you check travis-ci for build 
issues and submit an update to your PR as soon as possible.


You can merge this pull request into a Git repository by running:

$ git pull https://github.com/MikeThomsen/nifi NIFI-5254

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/nifi/pull/3015.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #3015


commit 248e2656f2216156fe59fcde0a93f6157140dab8
Author: Mike Thomsen 
Date:   2018-09-20T00:06:29Z

NIFI-5254 [WIP] Updated to Groovy 2.5.2




> Upgrade to Groovy 2.5.0
> ---
>
> Key: NIFI-5254
> URL: https://issues.apache.org/jira/browse/NIFI-5254
> Project: Apache NiFi
>  Issue Type: Improvement
>Reporter: Mike Thomsen
>Assignee: Mike Thomsen
>Priority: Major
>
> Groovy 2.5 has been released and support for it should be added.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (NIFI-5254) Upgrade to Groovy 2.5.0

2018-06-16 Thread Mike Thomsen (JIRA)


[ 
https://issues.apache.org/jira/browse/NIFI-5254?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16514758#comment-16514758
 ] 

Mike Thomsen commented on NIFI-5254:


Looks like 2.5.0 is only supported in snapshot builds of the 
eclipse-groovy-compiler plugin. We'll need to hold off a while for a new stable 
build of that. If that fails, we can switch to GMavenPlus.

> Upgrade to Groovy 2.5.0
> ---
>
> Key: NIFI-5254
> URL: https://issues.apache.org/jira/browse/NIFI-5254
> Project: Apache NiFi
>  Issue Type: Improvement
>Reporter: Mike Thomsen
>Assignee: Mike Thomsen
>Priority: Major
>
> Groovy 2.5 has been released and support for it should be added.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (NIFI-5254) Upgrade to Groovy 2.5.0

2018-05-31 Thread Mike Thomsen (JIRA)


[ 
https://issues.apache.org/jira/browse/NIFI-5254?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16496383#comment-16496383
 ] 

Mike Thomsen commented on NIFI-5254:


Apparently the jar isn't in maven central yet, but the artifacts are. So this 
will be on hold until that happens.

> Upgrade to Groovy 2.5.0
> ---
>
> Key: NIFI-5254
> URL: https://issues.apache.org/jira/browse/NIFI-5254
> Project: Apache NiFi
>  Issue Type: Improvement
>Reporter: Mike Thomsen
>Assignee: Mike Thomsen
>Priority: Major
>
> Groovy 2.5 has been released and support for it should be added.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)