Commit Graph

815 Commits

Author SHA1 Message Date
John Blum
da62ee6365 Upgrade to Gradle 6.9.3. 2022-12-05 11:57:16 -08:00
John Blum
325923421b Upgrade to Spring Security 5.6.9. 2022-12-05 11:20:46 -08:00
John Blum
78c5ddf5e6 Set Spring Session version to 2.6.3. 2022-12-05 11:18:59 -08:00
John Blum
98cb5c409a Upgrade to Spring Data for Apache Geode 2.6.10. 2022-12-05 11:17:43 -08:00
John Blum
39c07f861c Upgrade to Spring Data Commons 2.6.10. 2022-12-05 11:17:19 -08:00
John Blum
e604be07fd Upgrade to Spring Data BOM 2021.1.10 (Q-SR10). 2022-12-05 11:17:00 -08:00
John Blum
245e83dd53 Upgrade to Spring Boot 2.6.14. 2022-12-05 11:16:22 -08:00
John Blum
b4f214d371 Upgrade to Spring Framework 5.3.24. 2022-12-05 11:15:31 -08:00
John Blum
e6d927c519 Exclude the Spring Gradle docbook-reference-plugin from the Spring Build Conventions Gradle Plugins during reference documentation generation. 2022-09-28 11:22:04 -07:00
John Blum
46ab88a006 Edit README to refer to SSDG 2.6.2. 2022-09-23 14:35:00 -07:00
John Blum
761f9afbcf Prepare next development iteration.
Set Spring Session version to 2.6.4-SNAPSHOT.

Set version to 2.6.3-SNAPSHOT.
2022-09-23 14:27:37 -07:00
John Blum
34754f85b1 Release 2.6.2. 2022-09-23 14:12:31 -07:00
John Blum
6836dbc76b Edit changelog and add 2.6.2 release notes. 2022-09-23 13:58:05 -07:00
John Blum
1cb5a1477a Organize Javax (Java EE) dependency version declarations at the top. 2022-09-23 13:54:31 -07:00
John Blum
87ea3de2f6 Upgrade to Spring Security 5.6.7. 2022-09-23 13:51:17 -07:00
John Blum
946e62191d Upgrade to Apache Log4j 2.19.0. 2022-09-23 13:49:37 -07:00
John Blum
b272f15fdd Upgrade to AssertJ 3.23.1. 2022-09-23 13:49:13 -07:00
John Blum
4c72ea2a16 Move Antlr 2.7.7 version management from gradle/dependency-management.gradle to gradle.properties.
ANTLR is a primary dependency of Apache Geode.
2022-09-23 13:46:53 -07:00
John Blum
81b466e694 Upgrade to Spring Session BOM 2021.1.3. 2022-09-23 13:45:28 -07:00
John Blum
8dfd14e20e Set Spring Session version to 2.6.3. 2022-09-23 13:44:57 -07:00
John Blum
86ca1ff052 Upgrade to Spring Test for Apache Geode 0.2.3-Q. 2022-09-23 13:44:06 -07:00
John Blum
835d252ecc Upgrade to Spring Data for Apache Geode 2.6.7. 2022-09-23 13:43:39 -07:00
John Blum
35951baec4 Upgrade to Spring Data Commons 2.6.7. 2022-09-23 13:43:09 -07:00
John Blum
0345889619 Upgrade to Spring Data BOM 2021.1.7 (Q-SR7). 2022-09-23 13:42:54 -07:00
John Blum
d88df50698 Upgrade to Spring Boot 2.6.12. 2022-09-23 13:42:27 -07:00
John Blum
f0e3fe5b3a Upgrade to Spring Framework 5.3.23. 2022-09-23 13:41:42 -07:00
John Blum
18a6077172 Move FindBugs dependency version management to gradle/dependency-management.gradle. 2022-09-23 13:41:12 -07:00
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