Skip to content

SynthesizedAnnotation must be public [SPR-13057] #17649

Closed
@spring-projects-issues

Description

@spring-projects-issues

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:

Referenced from: commits e7ea925, 39b2fbb

Metadata

Metadata

Assignees

Labels

in: coreIssues in core modules (aop, beans, core, context, expression)type: bugA general bug

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions