Github user jwagenleitner commented on the pull request:
https://github.com/apache/groovy/commit/b02d2f57c09ba6ba46553ed77aff191ec9ab274e#commitcomment-22218912
In src/main/org/apache/groovy/util/Maps.java:
In src/main/org/apache/groovy/util/Maps.java on line 11:
JDK9 added `Map.ofEntries` to handle this and also added `Map.of` which is
defined for up to 10 elements and both are type safe. All uses of this will
not be type safe. Even though this is used internally, it would be nice to
have a type safe way to build maps and not use raw types.
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---