Spring Framework 6.0.3 breaks Coherence annotation support #119
Labels
for: backport-to-3.3.x
Marks an issue as a candidate for backport to 3.3.x
Priority: Major
Type: Defect
Milestone
Starting with Spring Framework
6.0.3
(6.0.2
works fine) and5.3.25
, annotation processing of e.g.@PropertyExtractor
is broken. Spring Framework fixed bug spring-projects/spring-framework#29685 that removed a work-around we were employing to provide support for e.g. repeatable@PropertyExtractor
annotations.Spring Framework issue spring-projects/spring-framework#26302 would seem to be possibly able to address the issue by adding support for
@NonBinding
annotations but it has been open for 2+ years.We may most like need to refactor that support by providing a more Spring-like programming model. That would be most likely a more substantial breaking change.
The text was updated successfully, but these errors were encountered: