-
Notifications
You must be signed in to change notification settings - Fork 3k
Restore DevServiceDescriptionBuildItem constructor for usage in Quarkus ecosystem #48849
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
Restore DevServiceDescriptionBuildItem constructor for usage in Quarkus ecosystem #48849
Conversation
Status for workflow
|
Unfortunately I was not careful enough when I brought this up and I saw from another CI failure that we need this one back: public DevServiceDescriptionBuildItem(String name, ContainerInfo containerInfo,
Map<String, String> configs) {
this(name, null, () -> containerInfo, configs);
} Do you want me to add it @ozangunalp ? |
This is used in the Wiremock extension in the quarkiverse - Follows up on: quarkusio#48849
This is used in the Wiremock extension in the quarkiverse - Follows up on: quarkusio#48849
Found by @geoand in #48445 (comment)