-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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
Ignore config ServiceLoader files from Gradle sources #42650
Conversation
radcortez
commented
Aug 20, 2024
•
edited
Loading
edited
- Fixes Gradle task quarkusGenerateCode with custom Microprofile converter causes java.util.ServiceConfigurationError #42449
- Fixes Custom Smallrye ConfigSourceInterceptor not loading class using Gradle #42584
This comment has been minimized.
This comment has been minimized.
import java.util.List; | ||
import java.util.Map; | ||
import java.util.Set; | ||
import java.util.*; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please no star imports.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sorry. I updated my IDE recently, and the settings messed up. Fixed now.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pretty clever :).
Apart from the star import issue, this looks good to go.
Status for workflow
|