John Blum
6821f00a9e
Prepare next development iteration.
...
Set Spring Boot version to 2.6.0-SNAPSHOT.
Set version to 1.6.0-SNAPSHOT.
2021-08-19 17:16:24 -07:00
John Blum
cf6bbdd021
Release 1.6.0-M2.
2021-08-19 16:55:58 -07:00
John Blum
6814653a7b
Edit changelog and add 1.6.0-M2 release notes.
2021-08-19 16:54:56 -07:00
John Blum
17ab5e15ee
Upgrade Spring Geode Samples parent Maven POM to Spring Boot 2.6.0-M2 and SBDG 1.6.0-SNAPSHOT.
2021-08-19 16:49:48 -07:00
John Blum
f4ce56c2fe
Upgrade to Testcontainers 1.16.0.
2021-08-19 16:36:17 -07:00
John Blum
79ab2b060f
Upgrade to Spring Session for Apache Geode 2.6.0-M1.
2021-08-19 16:36:06 -07:00
John Blum
b8cdb9e73a
Upgrade to Spring Session BOM 2021.1.0-M1.
2021-08-19 16:36:00 -07:00
John Blum
488890ecc8
Upgrade to Spring Data Q-M2.
...
Upgrade to Spring Data BOM 2021.1.0-M2 (Q-M2).
Upgrade to Spring Data for Apache Geode 2.6.0-M2.
2021-08-19 16:35:54 -07:00
John Blum
d2019c45c6
Upgrade to Spring Boot 2.6.0-M2.
2021-08-19 16:35:34 -07:00
John Blum
145127547f
Upgrade to VMware Tanzu (Pivotal) GemFire 9.10.9.
2021-08-19 16:35:09 -07:00
John Blum
6d1d75810b
Upgrade to VMware Tanzu GemFire for VMs (Pivotal Cloud Cache) 1.13.3.
2021-08-19 16:29:08 -07:00
John Blum
6e2c42003e
Upgrade to Apache Geode 1.13.4.
2021-08-19 16:28:39 -07:00
John Blum
00a9d78a63
Edit README to refer to SBDG 1.5.4 and 1.5.5-SNAPSHOT.
2021-08-19 16:22:10 -07:00
John Blum
0cd0c2c2f8
Edit changelog and include 1.5.4 release notes.
2021-08-19 16:21:39 -07:00
John Blum
5bb9fb5d8f
Edit README to refer to SBDG 1.4.10 and 1.4.11-SNAPSHOT.
2021-08-19 16:21:00 -07:00
John Blum
80d7828829
Edit changelog and include 1.4.10 release notes.
2021-08-19 16:20:33 -07:00
John Blum
a9594d4bad
Replace all Spring @Configuration annotations with Spring Boot's @SpringBootConfiguration annotation in the SBDG auto-configuration classes.
2021-08-19 14:48:59 -07:00
John Blum
1ab774daba
Add additional test case for the auto-configuration of a GemfireTemplate bean given a Region (FactoryBean) bean definition using a generic signature.
2021-08-18 14:54:37 -07:00
John Blum
78d0f14349
Add SpringExtensions abstract utility class extending the functionality of core Spring.
2021-08-18 14:44:21 -07:00
John Blum
389feac355
Refactor tests for GemfireTemplate auto-configuration.
2021-08-18 14:09:59 -07:00
John Blum
b473d80ed8
Replace Spring's @Configuration annotation with Spring Boot's @Configuration annotation.
2021-08-18 12:06:11 -07:00
John Blum
93c067f7b9
Optimize Cassandra-based Testcontainer configuration for SBDG Inline Caching Integration Tests.
...
Trying to fix test failures caused by Testcontainers running in Docker on Jenkins. The Cassandra Docker image/container is forked inside Docker running in Jenkins CI and is currently throwing:
Caused by: org.testcontainers.containers.ContainerLaunchException: Timed out waiting for container port to open (172.17.0.1 ports: [49401] should be listening)
at org.testcontainers.containers.wait.strategy.HostPortWaitStrategy.waitUntilReady(HostPortWaitStrategy.java:49)
at org.testcontainers.containers.wait.strategy.AbstractWaitStrategy.waitUntilReady(AbstractWaitStrategy.java:35)
at org.testcontainers.containers.GenericContainer.waitUntilContainerStarted(GenericContainer.java:892)
at org.testcontainers.containers.GenericContainer.tryStart(GenericContainer.java:440)
... 85 more
In the Testcontainers project, I found:
https://github.com/testcontainers/testcontainers-java/issues/4360
And specifically:
https://github.com/testcontainers/testcontainers-java/issues/4360#issuecomment-892481828
The Jenkins servers (worker nodes) were recently upgraded to:
docker-ce (5:20.10.8~3-0~ubuntu-bionic)
containerd.io (1.4.9-1)
2021-08-11 16:12:33 -07:00
John Blum
c2c9af8bc1
Edit README to refer to 1.6.0-M1.
2021-07-22 16:48:44 -07:00
John Blum
6c28968ba5
Prepare next development iteration.
...
Set Spring Boot version to 2.6.0-SNAPSHOT.
Set version to 1.6.0-SNAPSHOT.
2021-07-22 16:33:14 -07:00
John Blum
8c9c21e22f
Release 1.6.0-M1.
2021-07-22 16:12:08 -07:00
John Blum
6decda2f2e
Edit changelog and add 1.6.0-M1 release notes.
2021-07-22 16:10:59 -07:00
John Blum
c76a6ac165
Upgrade Spring Geode Sample parent Maven POM to Spring Boot 2.6.0-M1 and SBDG 1.6.0-SNAPSHOT.
2021-07-22 15:37:01 -07:00
John Blum
167e2128bf
Upgrade to Spring Build Conventions Gradle Plugin 0.0.38.
2021-07-22 15:23:46 -07:00
John Blum
e31d847faa
Upgrade to Spring Data Q-M1
...
Upgrade to Spring Data BOM 2021.1.0-M1 (Q-M1).
Upgrade to Spring Data for Apache Geode 2.6.0-M1.
2021-07-22 15:22:45 -07:00
John Blum
a7a72b33af
Upgrade to Spring Boot 2.6.0-M1.
2021-07-22 15:21:36 -07:00
John Blum
e773ad82d1
Upgrade to Spring Framework 5.3.9.
2021-07-22 15:21:14 -07:00
John Blum
962881da4f
Upgrade to VMware Tanzu (Pivotal) GemFire 9.10.8.
2021-07-22 15:20:55 -07:00
John Blum
4c3be9ca7b
Upgrade to VMware Tanzu GemFire for VMs (Pivotal Cloud Cache (PCC) on PCF) 1.13.2.
2021-07-22 15:20:33 -07:00
John Blum
8f31fb7c5e
Edit README to refer to 1.5.3 and 1.5.4-SNAPSHOT.
2021-07-22 15:16:29 -07:00
John Blum
686c871ba3
Edit changelog and include 1.5.3 release notes.
2021-07-22 15:15:53 -07:00
John Blum
70498eef57
Edit README to refer to 1.4.9 and 1.4.10-SNAPSHOT.
2021-07-22 15:15:11 -07:00
John Blum
366d4767b3
Edit changelog add include 1.4.9 release notes.
2021-07-22 15:14:43 -07:00
John Blum
110091de3b
Apply consistent styling to quoted text.
...
Resolves gh-109.
2021-07-19 17:41:43 -07:00
John Blum
e981422b68
Correct documentation edits and documentation polish merge conflicts.
...
Resolves gh-109.
2021-07-19 17:07:09 -07:00
John Blum
2575e30d90
Merge documentation edits with documentation polish.
...
Resolves gh-109.
2021-07-19 16:26:39 -07:00
Jay Bryant
a9b309fcdd
Edit the docs to make them conform to the other OSS Spring docs.
...
Resolves gh-109.
2021-07-19 15:49:23 -07:00
John Blum
a4f0984f87
Polish documentation edits.
...
Resolves gh-109.
2021-07-19 15:42:02 -07:00
John Blum
dcf515158d
Upgrade VMware Tanzu Application Service (TAS) documentation version reference to 2.11.
2021-07-01 13:49:37 -07:00
John Blum
199afbd0c1
Polish documentation on building Spring Boot, Apache Geode Manager applications with an option to run Pulse.
...
Resolves gh-107.
Resolves gh-108.
2021-07-01 13:40:34 -07:00
Juan José Ramos Cassella
82cc766215
Edit documentation on building Spring Boot, Apache Geode Manager applications to optionally include Pulse.
...
Add org.apache.geode:geode-pulse as a dependency in the documentation for users who want to automatically start the Apache Geode Pulse (Web) application embedded within the Manager configured and bootstrappedw with Spring Boot.
Resolves gh-107.
Resolves gh-108.
2021-07-01 13:10:48 -07:00
John Blum
a7c307082c
Remove unnecessary spacing in index.adoc.
2021-07-01 12:31:33 -07:00
John Blum
c153eae06b
Change wording in README from 'Current/Supported Versions' to 'Supported Versions'.
...
Change wording in README from 'EOL Versions' to 'Unsupported (EOL) Versions.
2021-07-01 12:29:49 -07:00
John Blum
b21f4af0e9
Upgrade to Apache Geode 1.13.3.
2021-06-24 19:45:35 -07:00
John Blum
80e216a30c
Upgrade to Spring Session BOM 2021.0.1.
...
Upgrade to Spring Session for Apache Geode 2.5.2.
2021-06-24 19:45:06 -07:00
John Blum
43e554f83c
Upgrade to Spring Data Pascal-SR2.
...
Upgrade to Spring Data BOM 2021.0.2 (Pascal-SR2).
Upgrade to Spring Data for Apache Geode 2.5.2.
2021-06-24 19:44:30 -07:00