Skip to content

Conversation

aalmiray
Copy link
Contributor

This fix introduces a binary incompatibility as a method signature
was changed from

Object newInstance(Class klass, Map attributes)

to

Object newInstance(Class klass, Object value, Map attributes)

Merge with caution (into 2.2 or greater) or wait until 3.0

This fix introduces a binary incompatibility as a method signature
was changed from

    Object newInstance(Class klass, Map attributes)

to

    Object newInstance(Class klass, Object value, Map attributes)

Merge with caution (into 2.2 or greater) or wait until 3.0
@melix melix added this to the 3.0 milestone Mar 21, 2014
traneHead pushed a commit to traneHead/groovy-core that referenced this pull request Jul 29, 2017
…curity Manager (closes groovy#358)

When running under a Security Manager an exception would be thrown because
the empty codebase value was added as a Permission name which can not be
empty.  So use the same codebase value that is used by GStringTemplateEngine
and StreamingTemplateEngine for unnamed code sources.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants