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

Repository creation fails with Spring boot 1.5.1 + #2

Closed
dturanski opened this issue Jul 22, 2017 · 4 comments
Closed

Repository creation fails with Spring boot 1.5.1 + #2

dturanski opened this issue Jul 22, 2017 · 4 comments
Assignees

Comments

@dturanski
Copy link
Contributor

This happens with 1.0.0.INCUBATING-RELEASE

Googling around I found this similar issue darrachequesne/spring-data-jpa-datatables#50

See my demo app. You can run it against a local server and create region --name employee --type REPLICATE. Switch to boot 1.5.1.RELEASE or later to reproduce the issue.

@jxblum
Copy link
Contributor

jxblum commented Jul 22, 2017

Hi @dturanski -

Spring Boot 1.5.1.RELEASE is using SD Ingalls-RELEASE.

Spring Data Ingalls is based on Spring Data Commons 1.13.

Spring Data Commons moved to "constructor injection" to set the application Repository interface, replacing the setter.

Spring Data Geode 1.0.0.INCUBATING-RELEASE predates this change as SD Geode was based on Spring Data Commons 1.12.5.RELEASE, which did not have this change (i.e. SDC 1.12.5.RELEASE was still based on the setter).

Due to security issues in both Apache Geode 1.0.x & 1.1.x line, there will be no more releases of SD Geode 1.0.x or any 1.1.x release, which are based on Apache Geode 1.0.x and 1.1.x, respectively. The Apache Geode community does not release patches for past versions. They just push forward with subsequent releases 1.2, 1.3, etc.

Spring Data Geode 2.0 is joining the SD Kay Release Train and will be based on Spring Framework 5.0, Spring Data Commons 2.0, Spring Boot 2.0, etc, and will have this change.

At this point, everything is pointing to the future and it is unlikely that I will release a SD Geode 1.1.x version based on Spring Boot 1.5.x given current priorities.

@jxblum jxblum self-assigned this Jul 22, 2017
@jxblum jxblum added the wontfix label Jul 22, 2017
@jxblum
Copy link
Contributor

jxblum commented Jul 22, 2017

I will leave this open for the time being, but I am not likely to do anything about this.

NOTE: Spring Data GemFire Ingalls does work with Spring Boot 1.5.1.RELEASE and later.

@dturanski
Copy link
Contributor Author

Thanks John. Sounds like for Boot + SDG + PCC it's either boot 1.4.x or boot 2.0

@jxblum
Copy link
Contributor

jxblum commented Jul 23, 2017

Right, for Spring Data Geode anyway. Spring Data GemFire 1.9.x (Ingalls) will work with Spring Boot 1.5.x.

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