-
Notifications
You must be signed in to change notification settings - Fork 2.8k
There must be exactly one bean that matches the skip predicate #19900
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
Comments
geoand
added a commit
to geoand/quarkus
that referenced
this issue
Sep 3, 2021
Before this fix, the implementations where actually eligible for bean removal Fixes: quarkusio#19900
Thanks for reporting. #19904 should fix the issue the fix should be part of |
geoand
added a commit
that referenced
this issue
Sep 3, 2021
Fix issue with skip predicates in scheduled methods
gsmet
pushed a commit
to gsmet/quarkus
that referenced
this issue
Sep 6, 2021
Before this fix, the implementations where actually eligible for bean removal Fixes: quarkusio#19900 (cherry picked from commit 3614947)
gsmet
pushed a commit
to gsmet/quarkus
that referenced
this issue
Sep 6, 2021
Before this fix, the implementations where actually eligible for bean removal Fixes: quarkusio#19900 (cherry picked from commit 3614947)
gsmet
pushed a commit
to gsmet/quarkus
that referenced
this issue
Sep 6, 2021
Before this fix, the implementations where actually eligible for bean removal Fixes: quarkusio#19900 (cherry picked from commit 3614947)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
I am going to test the skip function of quarkus-scheduler, when I start Quarkus, the following error is printed
Expected behavior
The log prints "Scheduled job execute" every 10 seconds
Actual behavior
exception log
How to Reproduce?
No response
Output of
uname -a
orver
Microsoft Windows [Version 10.0.22000.168]
Output of
java -version
java version "11.0.10" 2021-01-19
GraalVM version (if different from Java)
No response
Quarkus version or git rev
2.1.4.Final
Build tool (ie. output of
mvnw --version
orgradlew --version
)Apache Maven 3.8.1
Additional information
No response
The text was updated successfully, but these errors were encountered: