Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Scheduler - use an application class predicate when generating invokers #17495

Merged
merged 1 commit into from
May 27, 2021

Conversation

mkouba
Copy link
Contributor

@mkouba mkouba commented May 27, 2021

- until now all invokers were considered application classes, i.e. they
were always loaded by the Runtime Class Loader in the dev mode and so a
package-private scheduled method defined in a dependency resulted in an
IllegalAccessError
- resolves quarkusio#17492
Copy link
Member

@machi1990 machi1990 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@mkouba mkouba merged commit 39d2e11 into quarkusio:main May 27, 2021
@quarkus-bot quarkus-bot bot added this to the 2.0 - main milestone May 27, 2021
@gsmet gsmet modified the milestones: 2.1 - main, 2.0.0.CR2 May 27, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

IllegalAccessError invoking non-public @Scheduled method
3 participants