Commit Graph

378 Commits

Author SHA1 Message Date
John Blum
b24fc42e2f Edit changelog and include 1.6.8 release notes. 2022-05-19 12:54:17 -07:00
John Blum
3def340699 Edit changelog and include 1.5.14 release notes. 2022-05-19 12:53:01 -07:00
John Blum
9cc56fde69 Edit changelog and add 1.7.0-RC1 release notes. 2022-04-21 17:03:32 -07:00
John Blum
3af73c8a68 Edit changelog and include 1.6.7 release notes. 2022-04-21 12:59:08 -07:00
John Blum
152d9c5dcb Edit changelog and include 1.5.13 release notes. 2022-04-21 12:57:37 -07:00
John Blum
3fde1286e4 Edit changelog and include 1.6.6 release notes. 2022-03-31 12:16:48 -07:00
John Blum
8b748b449c Edit changelog and include 1.5.12 release notes. 2022-03-31 12:14:46 -07:00
John Blum
d01219ffa9 Edit changelog and add 1.7.0-M3 release notes. 2022-03-24 20:44:14 -07:00
John Blum
cedb9af72c Edit changelog and include 1.6.5 release notes. 2022-03-24 20:16:46 -07:00
John Blum
e7d223bf28 Edit changelog and include 1.5.11 release notes. 2022-03-24 20:15:18 -07:00
John Blum
b9cbffcaf6 Update Copyright for 2022. 2022-03-02 15:52:27 -08:00
John Blum
b9f3ebc0f2 Edit changelog and add 1.7.0-M2 release notes. 2022-02-28 15:16:44 -08:00
John Blum
3d95688780 Edit changelog and include 1.6.4 release notes. 2022-02-28 14:42:30 -08:00
John Blum
5361c6d749 Edit changelog and include 1.5.10 release notes. 2022-02-28 14:42:17 -08:00
John Blum
f6e5496fcb Edit changelog and add 1.7.0-M1 release notes. 2022-01-21 11:49:51 -08:00
John Blum
f65fc03aa8 Edit changelog and include 1.6.3 release notes. 2022-01-21 11:24:27 -08:00
John Blum
1a17dcedc7 Edit changelog and include 1.5.9 release notes. 2022-01-21 11:23:11 -08:00
John Blum
677be9609c Edit changelog and include 1.6.2 release notes. 2022-01-10 12:25:12 -08:00
John Blum
b0fa5a52a5 Edit changelog and include 1.5.8 release notes. 2022-01-10 12:23:48 -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
John Blum
1ae5e8fc63 Edit changelog and include 1.3.11.RELEASE notes. 2021-05-20 18:58:31 -07:00
John Blum
92bef1280f Edit changelog and add 1.5.0-RC1 release notes. 2021-04-28 11:32:59 -07:00
John Blum
d6cb3d124a Edit changelog and include 1.4.5 release notes. 2021-04-28 11:09:47 -07:00
John Blum
6fce19f9c9 Edit changelog and include 1.3.10.RELEASE notes. 2021-04-28 11:09:06 -07:00
John Blum
7d78f06cac Edit changelog and add 1.5.0-M3 release notes. 2021-04-09 15:44:00 -07:00