-
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
Conversation
We need to upgrade to 12.1.6.Final, don't merge please (even if all test pass which I hope they do) |
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.
I will be on PTO for a while, so I can't follow up on a review until mid July. So it would be much appreciate if someone else can review after the changes and approve as necessary.
...ent/runtime/src/main/java/io/quarkus/infinispan/client/runtime/InfinispanClientProducer.java
Outdated
Show resolved
Hide resolved
...untime/src/main/java/io/quarkus/infinispan/client/runtime/InfinispanClientRuntimeConfig.java
Outdated
Show resolved
Hide resolved
...untime/src/main/java/io/quarkus/infinispan/client/runtime/InfinispanClientRuntimeConfig.java
Outdated
Show resolved
Hide resolved
...untime/src/main/java/io/quarkus/infinispan/client/runtime/InfinispanClientRuntimeConfig.java
Outdated
Show resolved
Hide resolved
...untime/src/main/java/io/quarkus/infinispan/client/runtime/InfinispanClientRuntimeConfig.java
Show resolved
Hide resolved
This workflow status is outdated as a new workflow run has been triggered. |
This workflow status is outdated as a new workflow run has been triggered. 🚫 This workflow run has been cancelled. Failing Jobs - Building dd39f96
|
This workflow status is outdated as a new workflow run has been triggered. |
This workflow status is outdated as a new workflow run has been triggered. 🚫 This workflow run has been cancelled. Failing Jobs - Building 41a7e39
|
This workflow status is outdated as a new workflow run has been triggered. 🚫 This workflow run has been cancelled. Failing Jobs - Building 6bf0219
|
This workflow status is outdated as a new workflow run has been triggered. |
This workflow status is outdated as a new workflow run has been triggered. |
6ea3a78
to
a08683d
Compare
This workflow status is outdated as a new workflow run has been triggered. |
a08683d
to
937bf89
Compare
This workflow status is outdated as a new workflow run has been triggered. |
937bf89
to
1cc88eb
Compare
This workflow status is outdated as a new workflow run has been triggered. 🚫 This workflow run has been cancelled. Failing Jobs - Building 937bf89
|
1cc88eb
to
e7c82c7
Compare
This workflow status is outdated as a new workflow run has been triggered. 🚫 This workflow run has been cancelled. Failing Jobs - Building 1cc88eb
Full information is available in the Build summary check run. Test Failures⚙️ JVM Tests - JDK 11 #📦 extensions/vertx-http/deployment✖ |
This workflow status is outdated as a new workflow run has been triggered. Failing Jobs - Building e7c82c7
Full information is available in the Build summary check run. Test Failures⚙️ Maven Tests - JDK 11 #📦 integration-tests/maven✖ |
...loyment/src/main/java/io/quarkus/infinispan/client/deployment/InfinispanClientProcessor.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.
I added a couple of tiny comments
Please squash the commits when you are done :) |
6a9dec4
to
2f7352b
Compare
This workflow status is outdated as a new workflow run has been triggered. 🚫 This workflow run has been cancelled. Failing Jobs - Building 6a9dec4
|
Cool |
* Upgrade to 12.1.6.Final * ISPN-13146 Improve the documentation and defaults * ISPN-12780 Protobuf schema registration property * ISPN-13137 Avoid creating the Remote cache without configuration Co-authored-by: William Burns <[email protected]>
2f7352b
to
987a373
Compare
@geoand do we need something else to merge? will is coming back in 10 days and I addressed all his comments |
Let's merge it, thanks! |
Shall I create a follow up issue to #18232? It's not 100% fixed IMO. |
|
||
Add the following properties to connect to Infinispan Server: | ||
|
||
[source,properties] |
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
and http://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!
@jamesnetherton sorry I missed the past comment. please, create another follow up issue, I need to check with the team about protostuff and decide which is the best way here |
Resolves #18232