-
Notifications
You must be signed in to change notification settings - Fork 41.1k
Polish Pivotal GemFire starter and sample. #5444
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
Polish Pivotal GemFire starter and sample. #5444
Conversation
fbfef77
to
350506f
Compare
350506f
to
1c17227
Compare
…sample * pr/5444: Polish contribution Polish Pivotal GemFire starter and sample
Merged with a polish commit. Thanks! |
Reopening as we need to get rid of the dependency management for Spring Shell |
Reopening once again. The dependency management for Gemfire needs to be reinstated. We shouldn't rely on the transitive dependency pulling in the right version as it's then possible that another dependency would down or upgrade the version to one that isn't supported. |
Understood; that makes sense. However, I fail to see any reason why an explicit dependency declaration is needed in the spring-boot-starter-data-gemfire/pom.xml at all if...
I would also caution that Spring Data GemFire has a very specific requirement on the version of GemFire used. It was both a mistake and naive that SDG supported multiple simultaneous versions of GemFire at once in the past, something I have corrected since then. So, it is absolutely paramount that the |
You've linked to the starter from M1. As things stand, there's no such dependency in the starter.
Thanks. We understand that. It's no different to several other dependencies for which we also provide dependency management. |
I saw that, actually (I only referenced M1 assuming we wanted tor revert back to how it was). So is there anything that needs to be done with this PR, or that I should redo? I suppose not since it is now closed. |
Thanks @wilkinsona! |
Closes gh-5439.