-
Notifications
You must be signed in to change notification settings - Fork 2.8k
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
default package breaks @Scheduled #13540
Comments
/cc @mkouba, @quarkusio/devtools |
repoted originally in jbang at jbangdev/jbang#561 |
Although it's legal to use the default package in any Java app I don't believe there is any valid use case other than jbang ;-). |
|
Why is it closed? I see the PR here is still open: #13541 ? |
Good question. For some reason I thought this was merged :/ |
This should be fixed by #14839. |
Describe the bug
when having code class with out a package used with
@Scheduled
errors.gives errors like:
notice how it is trying to write to root filesystem indicating bad assumption about there always being a package.
Expected behavior
should not fail due to default package.
The text was updated successfully, but these errors were encountered: