Re: Spring Boot with Geode 1.10

2019-09-25 Thread Owen Nichols
That was the problem ... I had an old reference to Spring Boot v2.0.1. Updated it to 2.1.9 and now the micrometer versions line up. But I appreciate your broader point: even that version of Spring Boot is only intended to work with Geode 1.9, so trying to mix-and-match with 1.10 is ill-advised

Re: Spring Boot with Geode 1.10

2019-09-25 Thread John Blum
Additionally, I would encourage others to read... https://docs.spring.io/spring-boot/docs/current/reference/htmlsingle/#build-tool-plugins-maven-plugin And, when using Gradle (instead)... https://docs.spring.io/spring-boot/docs/current/reference/htmlsingle/#build-tool-plugins-gradle-plugin This

Re: Spring Boot with Geode 1.10

2019-09-25 Thread John Blum
There is no version of Spring Boot (SBDG) currently built on Apache Geode 1.10 at the moment. In general, you should understand 2 things. 1. First, the Apache Geode version that Spring Boot, or SBDG, is dependent on is indirectly (transitively) determined by upstream dependencies. SBDG -> Sprin

Re: Spring Boot with Geode 1.10

2019-09-25 Thread Jacob Barrett
Offline discovery… Looking at ./gradlew dependencies shows that micrometer is being downgraded by spring dependency plugin to 1.0.3. Attempting different versions of spring boot. -Jake > On Sep 25, 2019, at 1:04 PM, Owen Nichols wrote: > > This still pulls in micrometer 1.0.3 > > dependenc

Re: Spring Boot with Geode 1.10

2019-09-25 Thread Owen Nichols
This still pulls in micrometer 1.0.3 dependencies { compile('org.springframework.boot:spring-boot-starter') implementation(platform('org.apache.geode:geode-client-bom:1.10.0')) implementation('org.apache.geode:geode-core') implementation('org.apache.geode:geode-cq') testCompile('org.