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

Update PCC-Sample-App-PizzaStore to use Spring Boot for Pivotal GemFire bits. #6

Merged
merged 23 commits into from Jun 26, 2018

Conversation

jxblum
Copy link
Collaborator

@jxblum jxblum commented Jun 6, 2018

No description provided.

John Blum added 20 commits June 5, 2018 16:03
Remove springDataGemfireVersion, springConnectorVersion, cloudConnectorVersion, h2Version, gemfireVersion, log4jVersion and slf4jVersion properties.

Upgrade to Spring Boot 2.0.2.RELEASE.

Declare springBootDataGemFireVersion property and set to 1.0.0.BUILD-SNAPSHOT.
Reduce buildscript repository declarations to mavenCentral().

Apply io.spring.dependency-management Gradle plugin.

Reduce project repository declarations to mavenCentral() and Spring libs-snapshot repo.

Remove explicit dependency versions and let Spring Boot dependencies BOM handle it.
Define Enums for Pizza Sauces and Toppings.
Remove @ClientCacheApplication annotation and replace with @EnableDurableClient, @EnableLogging and @UseMemberName.

Remove unnecessary @EnableContinuousQueries, @EnableGemfireCaching, @EnablePdx and @EnableSecurity annotations.
Configured a Pivotal GemFire SecurityManager with username and password.
Rename 'PestoQuery' CQ to 'PestoPizzaOrdersQuery'.

Fix 'PestoPizzaOrdersQuery' OQL query to handle Pizza.sauce property Enum type.

Rename i.p.cloudcache.app.cq.PizzaQuery to PizzaQueries.
Add runtime dependency on Spring Shell 1.2.0.RELEASE.
@jxblum
Copy link
Collaborator Author

jxblum commented Jun 15, 2018

Can we please review and merge this PR; thx!

@vfordpivotal vfordpivotal merged commit 703259e into pivotal-cf:master Jun 26, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants