-
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 extension upgrades #18363
Merged
+220
−116
Merged
Changes from all commits
Commits
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
Hi @karesti , I'm checking the updates and trying to follow the steps however I got into some trouble :)
When I used a sample hello project with this configuration I was able to open the console at http://127.0.1.1:11222/console/ and follow the https://infinispan.org/get-started/. There was just one little confusion between 127.0.1.1:11222 and localhost:11222. localhost:11222 didn't work.
Then I tried the same with the quickstart and I wasn't able to compile the quickstart and failed to connect to localhost/127.0.0.1:11222. I'm probably missing some information.
I noticed that the configuration in the quickstart is different from the one in this guide. Which one should I use?
I have limited knowledge about Quarkus and this is my first experience with Infinispan however I wanted to share this with you in case that some of it is relevant. Please let me know if you want me to share the errors I got with the infinispan-client-quickstart. I'm on zulip or gchat.
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.
The configuration in the quickstart and the guide are the same now, I did a PR to remove the unnecessary default values and simplify the connection.
http://localhost:11222/console/welcome
andhttp://127.0.0.1:11222/console/welcome
are the same url that point to the local running infinispan server (with a container or downloading the server.maybe you are missing a config in your
hosts
file?thanks for trying the quickstart!