Commit Graph

835 Commits

Author SHA1 Message Date
John Blum
ef25ea2a8a Set Spring Session version to 2.7.0. 2022-09-23 14:45:53 -07:00
John Blum
4a8fe801e3 Upgrade to Spring Test for Apache Geode 0.3.1-RAJ. 2022-09-23 14:45:10 -07:00
John Blum
3907e8fb6f Upgrade to Spring Data for Apache Geode 2.7.3. 2022-09-23 14:44:30 -07:00
John Blum
8415eda02e Upgrade to Spring Data Commons 2.7.3. 2022-09-23 14:44:14 -07:00
John Blum
0f8bc34f03 Upgrade to Spring Data BOM 2021.2.3 (Raj-SR3). 2022-09-23 14:43:58 -07:00
John Blum
e54fd47919 Upgrade to Spring Boot 2.7.4. 2022-09-23 14:43:24 -07:00
John Blum
a5e8e8936f Upgrade to Spring Framework 5.3.23. 2022-09-23 14:43:08 -07:00
John Blum
523b1e313f Move FindBugs version management to gradle/dependency-management.gradle. 2022-09-23 14:42:00 -07:00
John Blum
af7b39c093 Move ANTLR version management to gradle.properties. 2022-09-23 14:40:54 -07:00
John Blum
a624dd1a0c Edit README and include 2.6.2 release notes. 2022-09-23 14:40:09 -07:00
John Blum
a9ae81faa9 Edit README to refer to SSDG 2.7.0 GA. 2022-05-18 11:15:38 -07:00
John Blum
ac73ab39f9 Prepare next development iteration.
Set Spring Session version to 2.7.1-SNAPSHOT.

Set version to 2.7.1-SNAPSHOT.
2022-05-18 11:08:17 -07:00
John Blum
71bd3e9897 Release 2.7.0. 2022-05-18 10:56:44 -07:00
John Blum
9f4f8520fa Edit changelog and add 2.7.0 GA release notes. 2022-05-18 10:50:54 -07:00
John Blum
6c0d5456e4 Upgrade to Spring Security 5.7.0. 2022-05-18 10:49:56 -07:00
John Blum
452740bc96 Upgrade to Mockito 4.5.1. 2022-05-18 10:49:07 -07:00
John Blum
cfa8b102ca Upgrade to Spring Session BOM 2021.2.0-RC1. 2022-05-18 10:45:14 -07:00
John Blum
60dfeca8da Upgrade to Spring Session 2.7.0. 2022-05-18 10:44:50 -07:00
John Blum
2da6afb10d Upgrade to Spring Test for Apache Geode 0.3.0-RAJ. 2022-05-18 10:44:25 -07:00
John Blum
2542720d06 Upgrade to Spring Data for Apache Geode 2.7.0. 2022-05-18 10:44:00 -07:00
John Blum
fadf8f5463 Upgrade to Spring Data Commons 2.7.0. 2022-05-18 10:43:21 -07:00
John Blum
49f99928c6 Upgrade to Spring Data BOM 2021.2.0 (Raj-GA). 2022-05-18 10:43:06 -07:00
John Blum
ea176f6e1a Upgrade to Spring Boot 2.7.0-RC1. 2022-05-18 10:42:34 -07:00
John Blum
65a3eeac1c Upgrade to Spring Framework 5.3.20. 2022-05-18 10:41:52 -07:00
John Blum
41e522e885 Set Jenkins CI build to JDK 8. 2022-05-04 10:38:18 -07:00
John Blum
53b8164dc0 Remove Docker Registry access (login). 2022-05-04 10:32:55 -07:00
John Blum
a591c1051d 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:33:24 -07:00
John Blum
f32c23251b Refactor to make it more apparent when a race condition occurs in concurrent Session access Integration Tests. 2022-04-28 15:15:32 -07:00
John Blum
e0ed06583b 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 14:44:13 -07:00
John Blum
13c917559a Edit README to refer to SSDG 2.7.0-RC1. 2022-04-19 13:13:08 -07:00
John Blum
0515a29c31 Prepare next development iteration.
Set Spring Session version to 2.7.0-SNAPSHOT.

Set version to 2.7.0-SNAPSHOT.
2022-04-19 12:57:45 -07:00
John Blum
b20702d73f Release 2.7.0-RC1. 2022-04-19 12:47:25 -07:00
John Blum
756470d088 Edit changelog and add 2.7.0-RC1 release notes. 2022-04-19 12:46:29 -07:00
John Blum
d661bb0f8e Upgrade to Spring Security 5.7.0-RC1. 2022-04-19 12:39:57 -07:00
John Blum
96572edf4a Upgrade to Spring Test for Apache Geode 0.3.0-RAJ-RC1. 2022-04-19 12:38:37 -07:00
John Blum
4978ebbdb8 Upgrade to Spring Session 2.7.0-RC1. 2022-04-19 12:37:11 -07:00
John Blum
1061e65097 Upgrade to Spring Data BOM 2021.2.0-RC1 (Raj-RC1).
Upgrade to Spring Data Commons 2.7.0-RC1.

Upgrade to Spring Data for Apache Geode 2.7.0-RC1.
2022-04-19 12:36:48 -07:00
John Blum
9c96cb33c8 Upgrade to Spring Boot 2.7.0-M3. 2022-04-19 12:35:43 -07:00
John Blum
8fdb611ec3 Upgrade to Spring Framework 5.3.19. 2022-04-19 12:35:03 -07:00
John Blum
69cfe8f946 Update Copyright to 2022. 2022-03-23 17:53:10 -07:00
John Blum
102b59e161 Remove Travis CI (YAML) configuration file to no longer build SSDG on Travis CI. 2022-03-23 17:51:20 -07:00
John Blum
381be77543 Edit README to refer to SSDG 2.7.0-M2. 2022-03-23 17:50:47 -07:00
John Blum
a3903d3b11 Prepare next development iteration.
Set Spring Session version to 2.7.0-SNAPSHOT.

Set version to 2.7.0-SNAPSHOT.
2022-03-23 17:37:47 -07:00
John Blum
14137ff629 Release 2.7.0-M2. 2022-03-23 17:30:26 -07:00
John Blum
dbfbabca94 Edit changelog and add 2.7.0-M2 release notes. 2022-03-23 17:29:21 -07:00
John Blum
ba06e63892 Upgrade to Spring Security 5.7.0-M3. 2022-03-23 17:18:14 -07:00
John Blum
839bd83388 Upgrade to SLF4J 1.7.36. 2022-03-23 17:18:00 -07:00
John Blum
5ef8f7f5ae Upgrade to Mockito 4.4.0. 2022-03-23 17:05:37 -07:00
John Blum
4b7dad9ff6 Upgrade to Log4j 2.17.2. 2022-03-23 17:05:12 -07:00
John Blum
5354f23b1c Upgrade to Spring Test for Apache Geode 0.3.0-RAJ-M3. 2022-03-23 17:03:47 -07:00