Commit Graph

689 Commits

Author SHA1 Message Date
John Blum
9e882aaf1c Edit changelog and include 2.4.5 release notes. 2021-06-22 14:04:50 -07:00
John Blum
59e672ae58 Upgrade to Spring Session (core) 2.5.1. 2021-06-22 13:44:18 -07:00
John Blum
0133a0c440 Upgrade to Spring Data (Pascal-SR2).
Upgrade to Spring Data BOM 2021.0.2 (Pascal-SR2).

Upgrade to Spring Data Commons 2.5.2.

Upgrade to Spring Data for Apache Geode 2.5.2.
2021-06-22 13:43:32 -07:00
John Blum
7326f23e2a Edit README to refer to 2.5.1 release. 2021-06-11 15:48:23 -07:00
John Blum
d306142810 Prepare next development iteration.
Set Spring Session core version to 2.5.1-SNAPSHOT.

Set version to 2.5.2-SNAPSHOT.
2021-06-11 15:38:38 -07:00
John Blum
a717d9a2e0 Release 2.5.1. 2021-06-11 15:31:35 -07:00
John Blum
e4669422e3 Edit changelog and add 2.5.1 release notes. 2021-06-11 15:30:18 -07:00
John Blum
37faaf838d Upgrade to Spring Session BOM 2021.0.0. 2021-06-11 15:15:08 -07:00
John Blum
73fc7303b3 Set Spring Session (core) version to 2.5.0. 2021-06-11 15:13:24 -07:00
John Blum
b95e9fa68e Upgrade to Spring Boot 2.5.1. 2021-06-11 15:12:33 -07:00
John Blum
8306680a1c Upgrade to Spring Framework 5.3.8. 2021-06-11 15:11:51 -07:00
John Blum
3dc23af9e7 Upgrade to Mockito 3.11.1. 2021-06-11 15:11:01 -07:00
John Blum
5f090c8920 Upgrade to Gradle 6.9. 2021-06-11 15:08:27 -07:00
John Blum
9e99edd72c Edit changelog and include 2.4.4 release notes. 2021-06-11 15:07:55 -07:00
John Blum
bdc181fcd3 Edit changelog and include 2.3.6.RELEASE notes. 2021-06-11 15:07:13 -07:00
John Blum
17b6d49a8a Replace all references to Pivotal GemFire with VMware Tanzu GemFire. 2021-06-10 10:30:07 -07:00
John Blum
6bc668ca2a Fix Spring Session for Apache Geode (SSDG) version reference.
Resolves gh-53.
2021-06-10 09:13:37 -07:00
Jay Bryant
8c116d4abc Add links between PDF and HTML.
Add a link from each format to the other format, for the sake of discoverability.

Resolves gh-53.
2021-06-10 09:13:31 -07:00
John Blum
97e212dbef Enable SSDG to be configured via spring-session.properties defined and resolvable in the application classpath.
Resolves gh-55.
2021-06-10 09:13:18 -07:00
John Blum
6e509fa74f Enable SSDG to dynamically determine (at runtime, per invocation) whether GemFire/Geode Data Serialization and Deltas has been configured and is in use.
This is necessary in use cases where SSDG bits are used on the GemFire/Geode server-side but no Spring application context has been bootstrapped to properly configure SSDG on the server(s) in the cluster and the client-side is using Data Serialization.

Resolves gh-54.
2021-06-10 09:13:04 -07:00
John Blum
b9f3dba684 Edit reference documentation and Javadoc references in README. 2021-06-10 09:12:35 -07:00
John Blum
cffb588b6c Edit Javadoc. 2021-06-10 09:11:23 -07:00
John Blum
24f7ea77fe Cleanup compiler warnings and unnecessary use of the Java @SuppressWarnings annotation.
Edit Javadoc.
2021-06-10 09:11:14 -07:00
John Blum
3a9828181f Cleanup Java Generics compiler warnings on raw type usage. 2021-06-10 09:11:06 -07:00
John Blum
a1217e82b0 Declare SLF4J dependencies in the compile-time scope. 2021-05-20 11:02:31 -07:00
John Blum
c9c5ffa796 Replace deprecated Mockito verifyZeroInterations(..) with verifyNoInteractions(..). 2021-05-20 11:01:46 -07:00
John Blum
db8fd6fa17 Optimize imports. 2021-05-20 11:00:54 -07:00
John Blum
e194fe31b3 Remove deprecated use of Pool.setThreadLocalConnections(..) in test Geode client configuration. 2021-05-20 10:33:14 -07:00
John Blum
44710874bb Suppress false positive source code warnings in the AbstractGemFireOpertionsSessionRepositoryTests class. 2021-05-19 18:27:20 -07:00
John Blum
6012ebd316 Suppress FindBugs warnings logged from the integrationTest Gradle task. 2021-05-19 18:25:39 -07:00
John Blum
c1660773b5 Quiet the log output from the test class as well as the forked Apache Geode Server JVM process. 2021-05-19 18:23:43 -07:00
John Blum
af896e531e Add test logging configuration to control the log output on test runs. 2021-05-19 17:08:02 -07:00
John Blum
7573762d18 Cleanup Gradle build, dependency management and dependency version properties. 2021-05-19 15:57:03 -07:00
John Blum
92630559f9 Edit README to refer to SSDG 2.5.0. 2021-05-19 11:20:35 -07:00
John Blum
9b7608de72 Prepare next development iteration.
Set Spring Session core version to 2.5.1-SNAPSHOT

Set version to 2.5.1-SNAPSHOT.
2021-05-19 11:19:25 -07:00
John Blum
7af3fd52c0 Release 2.5.0. 2021-05-18 23:05:14 -07:00
John Blum
d8f96874f9 Replace Spring Boot dependency management with explicit dependency management.
Declaere the Spring Framework BOM.

Declare the Spring Data BOM.

Declare dependency management for javax.servlet:javax.servlet-api.

Declare dependency management for the following libs:

* AssertJ
* JUnit
* Mockito
* JCL to SLF4J
* Log4J to SLF4J
* Logback
* Selenium HtmlUnit
* SLF4J
* Spring Security
2021-05-18 22:59:13 -07:00
John Blum
ec0058b317 Edit changelog and add 2.5.0 release notes. 2021-05-18 21:41:55 -07:00
John Blum
c484497817 Upgrade to Spring Session 2.5.0. 2021-05-18 21:31:15 -07:00
John Blum
eddcd548f6 Upgrade to Spring Data Pascal-SR1.
Upgrade to Spring Data BOM 2021.0.1.

Upgrade to Spring Data Commons 2.5.1.

Upgrade to Spring Data for Apache Geode 2.5.1.
2021-05-18 21:30:22 -07:00
John Blum
a20bea481b Upgrade to Spring Boot 2.5.0-RC1. 2021-05-18 21:28:58 -07:00
John Blum
e2d74afdb5 Upgrade to Spring Framework 5.3.7. 2021-05-18 21:27:53 -07:00
John Blum
3a946028d4 Set Docs server hostname to docs-ip.spring.io. 2021-04-27 11:53:07 -07:00
John Blum
4dcdbe4e7d Use Bash shell scripts to encapsulate build steps in the Jenkins CI build stages. 2021-04-14 17:59:40 -07:00
John Blum
a948bdb985 Use Jenkins Declarative Pipeline syntax in Jenkinsfile.
Use Docker containers to isolate the individual Jenkins CI build Stages.
2021-04-14 17:59:32 -07:00
John Blum
12204c5af8 Edit README to refer to 2.5.0-RC1. 2021-04-14 17:50:08 -07:00
John Blum
2ee1f269d6 Prepare next development iteration.
Set Spring Session (core) version to 2.5.0-SNAPSHOT.

Set version to 2.5.0-SNAPSHOT.
2021-04-14 17:42:51 -07:00
John Blum
3b7f7b9459 Release 2.5.0-RC1. 2021-04-14 17:30:10 -07:00
John Blum
a4b3481d5c Edit changelog and add 2.5.0-RC1 release notes. 2021-04-14 17:17:52 -07:00
John Blum
af97ebfb6d Upgrade to Spring Test for Apache Geode 0.0.25. 2021-04-14 17:06:00 -07:00