Closed mrinaudo-aws closed 10 months ago
@akshayrane @brianlaoaws @reza-aws @rpdutt I'm converting this PR to a draft to explore the possibility to have a resolution dedicated to hooks, as this plugin is also used for resource types whose generated classes are also processed by the same logic that this PR updates.
Issue #, if available:
Description of changes: Fix method name collisions for
getProperties()
when a target resource type has aProperties
property defined, and Lombok-generated getters (and setters) are namedgetProperties()
(andsetProperties()
, respectively), whereas the former collides withgetProperties()
already defined forResourceHookTarget
.By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.