-
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
Implement the container image card #31435
Conversation
<dependency> | ||
<groupId>io.quarkus</groupId> | ||
<artifactId>quarkus-mutiny</artifactId> | ||
</dependency> |
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.
Do we really want to add a runtime dependency just for the sake of the Dev UI?
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.
Well, I need to stream, and there is not much I can do without Mutiny. I don't believe it's a problem, as mutiny will likely be there.
This comment has been minimized.
This comment has been minimized.
...main/java/io/quarkus/container/image/deployment/devconsole/ContainerImageDevUiProcessor.java
Outdated
Show resolved
Hide resolved
...main/java/io/quarkus/container/image/deployment/devconsole/ContainerImageDevUiProcessor.java
Outdated
Show resolved
Hide resolved
...iner-image/deployment/src/main/resources/dev-ui/container-image/build-container-component.js
Outdated
Show resolved
Hide resolved
...iner-image/deployment/src/main/resources/dev-ui/container-image/build-container-component.js
Outdated
Show resolved
Hide resolved
8e2410c
to
23407ea
Compare
Failing Jobs - Building 23407ea
Full information is available in the Build summary check run. Failures⚙️ Devtools Tests - JDK 17 #- Failing: integration-tests/devtools
📦 integration-tests/devtools✖
⚙️ Maven Tests - JDK 11 #- Failing: integration-tests/maven
📦 integration-tests/maven✖
✖
⚙️ Maven Tests - JDK 11 Windows #📦 integration-tests/maven✖
✖
|
No description provided.