Skip to content

Allow specifying CompilationCustomizer for Groovy based beans [SPR-14585] #19154

Closed
@spring-projects-issues

Description

@spring-projects-issues

Alexander Zobkov opened SPR-14585 and commented

Groovy (since 1.8) supports customizing compilation process. For example:

Adding support for this feature allows to increase expressiveness of source files for groovy beans by hiding "noise" of explicit imports and AST annotations. With usage of DSL and groovy syntax sugar, source files for groovy beans can look like plain text in english that can be used and understandable for non programmers.

I tried to enable Import customizer with existing Spring API but failed to to do so, see attachment for code snippet.


Affects: 4.3 GA

Attachments:

Issue Links:

Referenced from: commits da56758, 53819c4, fbeff47, 433764d, 6a0d9d3

Metadata

Metadata

Assignees

Labels

in: coreIssues in core modules (aop, beans, core, context, expression)type: enhancementA general enhancement

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions