John Blum
ca6dc32b61
Set Jenkins CI build to JDK 8.
2022-05-04 10:39:00 -07:00
John Blum
92614de519
Remove Docker Registry access (login).
2022-05-04 10:34:05 -07:00
John Blum
63ccbb46af
Disable Docker login.
...
Explicit Docker login is not required when 1) using the VMW Harbor DockerHub proxy and 2) the project build does not use Testcontainers.
2022-05-03 15:37:47 -07:00
John Blum
fb23ebf55c
Refactor to make it more apparent when a race condition occurs in concurrent Session access Integration Tests.
2022-04-28 15:26:03 -07:00
John Blum
9aecc6117b
Fix race condition in concurrent Session access Integeration Tests.
...
The race condition involved the absence/presence of the Session ID in GemFire/Geode client/server Integration Tests when using client PROXY or CACHING_PROXY Regions to persist Session state.
When the remote Region operation (e.g. put(..), when storing the new Session in the cache Region) occurred, the current Thread could then be blocked on an IO operation, which would then free up another MultithreadedTC test framework thread to continue, but the Session creating Thread may not have set theh Session ID required by the other threads in a timely manner.
2022-04-28 15:25:58 -07:00
John Blum
04f0de2dd7
Upgrade to Spring Security 5.6.3.
2022-04-19 12:26:14 -07:00
John Blum
f29bf5c43c
Upgrade to Spring Session 2.6.4-SNAPSHOT.
2022-04-19 12:24:10 -07:00
John Blum
a2b848e9d3
Upgrade to Spring Data BOM 2021.1.4 (Q-SR4).
...
Upgrade to Spring Data Commons 2.6.4.
Upgrade to Spring Data for Apache Geode 2.6.4.
2022-04-19 12:23:05 -07:00
John Blum
ebec70c365
Upgrade to Spring Boot 2.6.6.
2022-04-19 12:21:59 -07:00
John Blum
7ad39cd7a9
Upgrade to Spring Framework 5.3.19.
2022-04-19 12:21:39 -07:00
John Blum
e4d404768a
Update Copyright to 2022.
2022-03-23 17:46:14 -07:00
John Blum
5ec47b8b60
Remove Travis CI (YAML) configuration file to no longer build SSDG on Travis CI.
2022-03-23 16:50:13 -07:00
John Blum
d064cc5a5b
Edit README to refer to SSDG 2.6.1.
...
Change Apache Geode documentation reference to version 1.14 (114).
2022-03-23 16:49:46 -07:00
John Blum
35f116086a
Prepare next development iteration.
...
Set Spring Session version to 2.6.3-SNAPSHOT.
Set version to 2.6.2-SNAPSHOT.
2022-03-23 16:41:15 -07:00
John Blum
eb738dbbb5
Release 2.6.1.
2022-03-23 16:34:05 -07:00
John Blum
51b9c25fbb
Edit changelog and add 2.6.1 release notes.
2022-03-23 16:30:32 -07:00
John Blum
ab3e1a843f
Switch from Javax Servlet API dependencies to Jakarta Servlet API dependencies.
2022-03-23 16:21:17 -07:00
John Blum
276ef5e2f1
Upgrade to Spring Security 5.6.2.
2022-03-23 16:21:06 -07:00
John Blum
26ee17c26f
Upgrade to SLF4J 1.7.36.
2022-03-23 16:20:53 -07:00
John Blum
2c709fbc11
Upgrade to Selenium HtmlUnit 2.55.0.
2022-03-23 16:19:57 -07:00
John Blum
6e27f07d04
Upgrade to Mockito 4.4.0.
2022-03-23 15:58:03 -07:00
John Blum
b05db00091
Upgrade to Log4j 2.17.2.
2022-03-23 15:57:40 -07:00
John Blum
e96caa1f0c
Upgrade to Javax (Jakarta) Servlet JSP JSTL API 1.2.7.
2022-03-23 15:57:19 -07:00
John Blum
319958de15
Upgrade to Javax (Jakarta) Servlet API 4.0.4.
2022-03-23 15:56:37 -07:00
John Blum
3ffd517d55
Upgrade to Spring Test for Apache Geode 0.2.2-Q.
2022-03-23 15:55:35 -07:00
John Blum
6bff7cd95c
Upgrade to Spring Session BOM 2021.1.2.
2022-03-23 15:55:07 -07:00
John Blum
0547aae9cf
Upgrade to Spring Session 2.6.2.
2022-03-23 15:54:23 -07:00
John Blum
42f622a182
Upgrade to Spring Data for Apache Geode 2.6.3.
2022-03-23 15:53:42 -07:00
John Blum
cb9a155e98
Upgrade to Spring Data Commons 2.6.3.
2022-03-23 15:53:21 -07:00
John Blum
a1609f8d6d
Upgrade to Spring Data BOM 2021.1.3 (Q-SR3).
2022-03-23 15:53:02 -07:00
John Blum
f3443dd2b2
Upgrade to Spring Boot 2.6.4.
2022-03-23 15:51:45 -07:00
John Blum
aa8b1be879
Upgrade to Spring Framework 5.3.17.
2022-03-23 15:51:10 -07:00
John Blum
080a56f3ff
Upgrade to Apache Geode 1.14.4.
2022-03-23 15:50:45 -07:00
John Blum
5ee7f28336
Use the Spring Build Conventions Gradle Plugins, io.spring.gradle.convention.Utils class to determine the type of release to perform.
2022-03-23 15:48:35 -07:00
John Blum
abd7397f8b
Edit changelog and include 2.5.6 release notes.
2022-03-23 15:48:14 -07:00
John Blum
1e3f5711bd
Enable dependency management for Apache Geode.
2022-01-12 00:37:31 -08:00
John Blum
d9ea849434
Upgrade to Spring Security 5.6.1.
2022-01-11 17:45:55 -08:00
John Blum
62f83fa248
Upgrade to Mockito 4.2.0.
2022-01-11 17:45:06 -08:00
John Blum
dc2c57aac4
Upgrade to Log4J 2.17.1.
2022-01-11 17:44:45 -08:00
John Blum
72ba279ae6
Upgrade to AssertJ 3.22.0.
2022-01-11 17:44:20 -08:00
John Blum
ca3c39d6ff
Upgrade to Gradle 6.9.2.
2022-01-11 17:43:15 -08:00
John Blum
27ad038b73
Upgrade to Spring Session BOM 2021.1.1.
2022-01-11 17:42:35 -08:00
John Blum
bab3462cad
Upgrade to Spring Session 2.6.2-SNAPSHOT.
2022-01-11 17:41:41 -08:00
John Blum
2c1f31269c
Upgrade to Spring Test for Apache Geode 0.2.0-Q.
2022-01-11 17:40:22 -08:00
John Blum
d5c78f07dc
Upgrade to Spring Boot 2.6.2.
2022-01-11 17:38:52 -08:00
John Blum
48f994810a
Upgrade to Spring Framework 5.3.14.
2022-01-11 17:38:25 -08:00
John Blum
7faa531d8f
Upgrade to Apache Geode 1.14.2.
2022-01-11 17:38:04 -08:00
John Blum
2ebb978b08
Edit README to refer to 2.6.0 release.
2021-11-16 11:54:54 -08:00
John Blum
4342bce10e
Prepare next development iteration.
...
Set Spring Session (core) version to 2.6.1-SNAPSHOT.
Set version to 2.6.1-SNAPSHOT.
2021-11-16 11:01:07 -08:00
John Blum
ab15742506
Release 2.6.0.
2021-11-16 10:48:30 -08:00