Closed
Description
Stéphane Nicoll opened SPR-13057 and commented
Status Quo
How do you go about using Spring Boot 1.3.0.BUILD-SNAPSHOT?
I've set it in my Maven POM, but I'm getting strange errors when trying to run it.
Caused by: java.lang.IllegalAccessError: class org.springframework.core.annotation.$Proxy62 cannot access its superinterface org.springframework.core.annotation.SynthesizedAnnotation
Analysis
The SynthesizedAnnotation
must be public
so that non-public annotations from different packages can be proxied.
Issue Links:
- Introduce unified support for declaring and looking up annotation attribute aliases [SPR-11512] #16137 Introduce unified support for declaring and looking up annotation attribute aliases
- Introduce support for explicit annotation attribute overrides [SPR-11513] #16138 Introduce support for explicit annotation attribute overrides