John Blum
bb6e8e895a
Edit changelog and add 1.6.13 release notes.
2022-10-24 11:24:10 -07:00
John Blum
851355743b
Edit changelog and add 1.6.12 release notes.
2022-09-23 17:37:32 -07:00
John Blum
68c087e22a
Adapt to API changes in Spring Data for Apache Geode.
2022-09-23 17:37:10 -07:00
John Blum
7776cd30c6
Edit changelog and add 1.6.11 release notes.
2022-08-26 11:54:36 -07:00
John Blum
3a3b8ca573
Set SD Cassandra Schema Action to 'none' in the Inline Caching with Apache Cassandra Integration Tests.
2022-07-22 14:12:28 -07:00
John Blum
63e037a7b4
Edit Javadoc in the EnableClusterAware annotation.
2022-07-22 14:12:17 -07:00
John Blum
2705aaff89
Edit changelog and add 1.6.10 release notes.
2022-07-21 16:09:02 -07:00
John Blum
d040b23601
Fix failing Inline Caching with Apache Cassandra Integration Tests.
2022-07-21 15:45:00 -07:00
John Blum
ab191e2d85
Edit changelog and add 1.6.9 release notes.
2022-06-24 16:23:08 -07:00
John Blum
4ffacee3c7
Edit changelog and add 1.6.8 release notes.
2022-05-19 12:01:00 -07:00
John Blum
acc4bc7cef
Edit changelog and include 1.5.14 release notes.
2022-05-19 11:59:37 -07:00
John Blum
e741ce5b5b
Edit changelog and add 1.6.7 release notes.
2022-04-21 11:58:44 -07:00
John Blum
34b5ab9861
Edit changelog and include 1.5.13 release notes.
2022-04-21 11:36:38 -07:00
John Blum
f3c5cb0a53
Edit changelog and add 1.6.6 release notes.
2022-03-31 11:29:31 -07:00
John Blum
316fab209b
Edit changelog and include 1.5.12 release notes.
2022-03-31 11:14:52 -07:00
John Blum
37a601cab3
Edit changelog and add 1.6.5 release notes.
2022-03-24 19:31:33 -07:00
John Blum
7cc1067557
Edit changelog and include 1.5.11 release notes.
2022-03-24 12:49:36 -07:00
John Blum
9821a1e277
Update Copyright for 2022.
2022-03-02 16:16:01 -08:00
John Blum
341d19defc
Edit changelog and add 1.6.4 release notes.
2022-02-28 13:42:11 -08:00
John Blum
97cf861777
Edit changelog and include 1.5.10 release notes.
2022-02-28 13:39:11 -08:00
John Blum
97445aac06
Edit changelog and add 1.6.3 release notes.
2022-01-21 10:35:55 -08:00
John Blum
2e5ceb4d2d
Edit changelog and include 1.5.9 release notes.
2022-01-21 10:06:47 -08:00
John Blum
033463b538
Edit changelog and add 1.6.2 release notes.
2022-01-10 10:59:26 -08:00
John Blum
92829dc561
Edit changelog and include 1.5.8 release notes.
2022-01-10 10:29:08 -08:00
John Blum
fba73df8b9
Edit changelog and add 1.6.1 release notes.
2021-12-02 11:43:52 -08:00
John Blum
6e4aed481c
Edit changelog and add 1.6.0 release notes.
2021-11-19 11:34:21 -08:00
John Blum
caca669c19
Edit changelog and include 1.5.7 release notes.
2021-11-19 11:01:17 -08:00
John Blum
9cf9782127
Edit changelog and include 1.4.13 release notes.
2021-11-19 10:59:31 -08:00
John Blum
ed039788e5
Edit changelog and add 1.6.0-RC1 release notes.
2021-10-21 22:10:15 -07:00
John Blum
290806702c
Correct typo in the changelog for the SBDG 1.5.6 release.
2021-10-21 22:00:55 -07:00
John Blum
3417077a59
Edit changelog and include 1.5.6 release notes.
2021-10-21 21:43:15 -07:00
John Blum
21ccf19f43
Edit changelog and include 1.4.12 release notes.
2021-10-21 21:42:04 -07:00
John Blum
31ec35d615
Edit changelog and add 1.6.0-M3 release notes.
2021-09-28 16:44:27 -07:00
John Blum
142a314175
Edit changelog and include 1.5.5 release notes.
2021-09-28 14:32:56 -07:00
John Blum
5485163de5
Edit changelog and include 1.4.11 release notes.
2021-09-28 14:31:17 -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
0cd0c2c2f8
Edit changelog and include 1.5.4 release notes.
2021-08-19 16:21:39 -07:00
John Blum
80d7828829
Edit changelog and include 1.4.10 release notes.
2021-08-19 16:20:33 -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
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
6decda2f2e
Edit changelog and add 1.6.0-M1 release notes.
2021-07-22 16:10:59 -07:00
John Blum
686c871ba3
Edit changelog and include 1.5.3 release notes.
2021-07-22 15:15:53 -07:00
John Blum
366d4767b3
Edit changelog add include 1.4.9 release notes.
2021-07-22 15:14:43 -07:00
John Blum
b14034c8d6
Edit changelog and include 1.5.2 release notes.
2021-06-24 19:10:34 -07:00
John Blum
20d7ee41dc
Edit changelog and include 1.4.8 release notes.
2021-06-24 19:09:06 -07:00
John Blum
2c17dd09b2
Edit changelog and add 1.5.1 release notes.
2021-06-16 00:16:52 -07:00
John Blum
d54d5d7b51
Edit changelog and include 1.4.7 release notes.
2021-06-16 00:06:31 -07:00
John Blum
238b4bcca0
Edit changelog and include 1.3.12.RELEASE notes.
2021-06-16 00:04:32 -07:00
John Blum
41268fcdde
Edit changelog and add 1.5.0 release notes.
2021-05-20 19:40:57 -07:00
John Blum
3c8f7aab92
Edit changelog and include 1.4.6 release notes.
2021-05-20 19:09:02 -07:00