-
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
Infinispan Dev UI without Infinispan configuration #19099
Conversation
.../runtime/src/main/java/io/quarkus/infinispan/client/runtime/InfinispanServerUrlSupplier.java
Outdated
Show resolved
Hide resolved
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.
+1 for the PR, tried with / without running ISPN, some misconfigurations.
The only comment I have is for Web Console
link. I was using both quay.io/infinispan/server
and quay.io/infinispan/server-native
. For server-native
there is no web console available. Not sure if it's worth checking the availability of the console.
945e6c1
to
5f31866
Compare
Seems like a formatting change is needed |
I never trust anything is working with the ISPN native server, but what we test in CI. So I would say it is the Schrödinger's console :) |
5f31866
to
49c7e70
Compare
Rebased and fixed the formatting issue. |
@gsmet thanks for the formatting |
When the configuration of infinispan is not provided, the Dev UI breaks
Without configuration:
With configuration: