Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Grails 5.x - Keep Groovy Up to Date - Has been stuck at 3.0.7 for 14 months #12420

Closed
codeconsole opened this issue Mar 12, 2022 · 2 comments
Closed
Milestone

Comments

@codeconsole
Copy link
Contributor

Feature description

Update to Groovy 3.0.10

https://github.com/grails/grails-core/blob/5.2.x/gradle.properties#L14

codeconsole added a commit to codeconsole/grails-core that referenced this issue Mar 12, 2022
@codeconsole
Copy link
Contributor Author

What has been preventing this update? 3.0.11 will be needed soon for JDK 17 compatibility.

codeconsole added a commit to codeconsole/grails-core that referenced this issue Mar 12, 2022
codeconsole added a commit to codeconsole/grails-core that referenced this issue Mar 12, 2022
codeconsole added a commit to codeconsole/grails-core that referenced this issue Mar 12, 2022
@codeconsole
Copy link
Contributor Author

grails-core/grails-databinding/src/test/groovy/grails/databinding/SimpleDataBinderEnumValueConverterSpec.groovy: 43: Illegal modifier for the enum constructor; only private is permitted.
 @ line 43, column 5.
       public Color(String id) {
       ^

1 error
grails-core/grails-bootstrap/src/main/groovy/org/grails/config/NavigableMap.groovy: 107: [Static type checking] - Cannot call java.util.Map <String, Object>#putAll(java.util.Map <? extends java.lang.String, ? extends java.lang.Object>) with arguments [java.util.Map <? extends java.lang.String, ?>]
 @ line 107, column 9.
           delegateMap.putAll m
           ^

1 error
grails-core/grails-plugin-controllers/src/main/groovy/grails/artefact/controller/support/ResponseRenderer.groovy: 161: [Static type checking] - Closure parameter with resolve strategy OWNER_FIRST passed to method with resolve strategy DELEGATE_FIRST
 @ line 161, column 26.
           jsonBuilder.call callable
                            ^

1 error

@puneetbehl puneetbehl added this to the 5.2.0 milestone Mar 18, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants