[jira] [Resolved] (GROOVY-9246) Version 3.0.0-beta-3 does not conform to OSGi version standard.

2019-10-19 Thread Paul King (Jira)
[ https://issues.apache.org/jira/browse/GROOVY-9246?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Paul King resolved GROOVY-9246. --- Fix Version/s: 3.0.0-rc-1 Assignee: Paul King Resolution: Fixed > Version

[jira] [Closed] (GROOVY-9248) Invalid Bundle Versions

2019-10-19 Thread Paul King (Jira)
[ https://issues.apache.org/jira/browse/GROOVY-9248?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Paul King closed GROOVY-9248. - Resolution: Duplicate > Invalid Bundle Versions > > > Key:

[jira] [Created] (GROOVY-9283) Nested closures run on wrong delegate

2019-10-19 Thread Ivan Kuznetsov (Jira)
Ivan Kuznetsov created GROOVY-9283: -- Summary: Nested closures run on wrong delegate Key: GROOVY-9283 URL: https://issues.apache.org/jira/browse/GROOVY-9283 Project: Groovy Issue Type: Bug

[jira] [Updated] (GROOVY-9282) Account for package-private methods when overriding as protected

2019-10-19 Thread Tobias Gesellchen (Jira)
[ https://issues.apache.org/jira/browse/GROOVY-9282?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tobias Gesellchen updated GROOVY-9282: -- Description: When overriding a method as `protected` with a super method being

[jira] [Created] (GROOVY-9282) Account for package-private methods when overriding as protected

2019-10-19 Thread Tobias Gesellchen (Jira)
Tobias Gesellchen created GROOVY-9282: - Summary: Account for package-private methods when overriding as protected Key: GROOVY-9282 URL: https://issues.apache.org/jira/browse/GROOVY-9282 Project:

[GitHub] [groovy] gesellix opened a new pull request #1038: Allow protected override of package scoped methods

2019-10-19 Thread GitBox
gesellix opened a new pull request #1038: Allow protected override of package scoped methods URL: https://github.com/apache/groovy/pull/1038 Overriding a method as `protected` with a super method being package-private (no modifier in Java or `@PackageScope` in Groovy), compilation fails

[GitHub] [groovy] melix commented on issue #1023: Avoid deprecated `compile` and `testCompile`

2019-10-19 Thread GitBox
melix commented on issue #1023: Avoid deprecated `compile` and `testCompile` URL: https://github.com/apache/groovy/pull/1023#issuecomment-544127098 (In other words, `antlr` is an API dependency of `core`, probably) This is an

[GitHub] [groovy] melix commented on issue #1023: Avoid deprecated `compile` and `testCompile`

2019-10-19 Thread GitBox
melix commented on issue #1023: Avoid deprecated `compile` and `testCompile` URL: https://github.com/apache/groovy/pull/1023#issuecomment-544123914 You can't just replace `compile` with `implementation`. That's a good step, but it's not sufficient. The error you are seeing is a good one