Commit Graph

372 Commits

Author SHA1 Message Date
John Blum
af928e5f4a Fix failing test in ByteArrayResourceReaderUnitTests.
Due to either the Java 17 upgrade or Mockito 4.2.0 upgrade, it seems it is no longer possible to Spy on the java.io.ByteArrayInputStream class.
2022-02-10 16:37:57 -08:00
John Blum
55ffae046c Replace testRuntime configuration with testRuntimeOnly. 2022-02-10 16:37:57 -08:00
John Blum
dcabde9f13 Add [test] implementation dependency on 'jakarta.persistence:jakarta.persistence-api'.
Correct test source import and use Jakarta EE types (e.g. @jakarta.persistence.Id) rather than Java EE types.
2022-02-10 16:37:49 -08:00
John Blum
17f7e644b7 Edit and fix Javadoc to comply with Java 17, Javadoc syntax. 2022-01-27 18:46:54 -08:00
John Blum
a069263ca5 Replace Java EE 8 with Jakarta EE 9 bits.
Replace all javax package namespace imports with jakarta packages.

Declare the jakarta.annotations:jakarta.annotations-api dependency in the spring-geode-autoconfigure module.
2022-01-27 17:36:33 -08:00
John Blum
62d88ff34e Upgrade to FreeFair Lombok Gradle Plugin 6.3.0. 2022-01-27 17:11:15 -08:00
John Blum
c986789e87 Remove application of maven-pom-editor Gradle build script from SBDG Gradle Spring modules. 2022-01-27 16:58:04 -08:00
John Blum
3640e1c2a8 Adapt all SBDG module Gradle build files to Gradle 7.3. 2022-01-27 16:55:53 -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
John Blum
6d3267d219 Edit changelog and include 1.4.4 release notes. 2021-04-09 15:18:20 -07:00
John Blum
61af587a0d Refactor all Unit & Integration Tests starting a Spring container with SpringRunner to extend STDG's IntegrationTestsSupport. 2021-03-30 11:25:08 -07:00
John Blum
ce73d4dbc0 Create the MappingPdxSerializerIncludedTypesRegistrar utility class and Spring BeanPostProcessor used to register additional class types to be 'included' in the accepted types de/serialized as PDX with the SDG MappingPdxSerializer. 2021-03-25 01:26:46 -07:00
John Blum
b597c26b36 Edit changelog and add 1.5.0-M2 release notes. 2021-02-22 21:31:08 -08:00
John Blum
9c34c37bea Edit changelog and include 1.4.3 release notes. 2021-02-22 20:44:13 -08:00
John Blum
128395d9bf Edit changelog and include 1.3.9.RELEASE notes. 2021-02-22 20:41:58 -08:00