Skip to content
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

compatibility with newer versions of jgroups? #182

Closed
prateekjainaa opened this issue Mar 20, 2023 · 5 comments
Closed

compatibility with newer versions of jgroups? #182

prateekjainaa opened this issue Mar 20, 2023 · 5 comments

Comments

@prateekjainaa
Copy link

prateekjainaa commented Mar 20, 2023

Hi,

I am trying to use jgroups-kubernetes to manage apache-artemis cluster. Issue that I am facing is, that apache-artemis is using jgroup version 5.2.0.Final. While trying to dig more into it, I fould similar issues were filed earlier for example, #149 . These were closed mentioning that latest version (1.0.16.Final) only works with jgroups version 4.x.

I would like to know if there are any plans to update this plugin.

Regards,
Prateek

@rhusar
Copy link
Member

rhusar commented Mar 20, 2023

Hi @prateekjainaa - the version 1.x of this project is for JGroups 4.x and version 2.0 (main branch) is for usage with JGroups 5.x.

https://github.com/jgroups-extras/jgroups-kubernetes/tree/main
https://github.com/jgroups-extras/jgroups-kubernetes/blob/main/pom.xml#L56

https://github.com/jgroups-extras/jgroups-kubernetes/tree/1.x
https://github.com/jgroups-extras/jgroups-kubernetes/blob/1.x/pom.xml#L56

I am realizing this information is missing in our docs, I will fix that.

@rhusar
Copy link
Member

rhusar commented Mar 20, 2023

Also, I am realizing now that we haven't released 2.x yet on github releases, the latest one is out now:

https://github.com/jgroups-extras/jgroups-kubernetes/releases/tag/2.0.1.Final

@prateekjainaa
Copy link
Author

I was about to comment about the release thing @rhusar 🥇

@rhusar
Copy link
Member

rhusar commented Mar 20, 2023

@prateekjainaa Well, it was always released in maven - https://central.sonatype.com/artifact/org.jgroups.kubernetes/jgroups-kubernetes/2.0.1.Final - and also an SCM tag - https://github.com/jgroups-extras/jgroups-kubernetes/tree/2.0.1.Final - it's just that for github UI to pick it up, it needs to be explicitly released there too.

@rhusar
Copy link
Member

rhusar commented Mar 20, 2023

OK sounds like we can close this then - opened #183 to add docs on compatibility. Reopen if anything else / open new issue.

@rhusar rhusar closed this as completed Mar 20, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants