John Blum
f34f133a83
Edit changelog and include 2.3.6.RELEASE notes.
2021-06-11 15:51:54 -07:00
John Blum
1b4149a26d
Upgrade to Spring Boot 2.5.1.
2021-06-11 13:17:03 -07:00
John Blum
de7ad8423f
Upgrade to Spring Framework 5.3.8.
2021-06-11 13:16:42 -07:00
John Blum
ad9b59928c
Upgrade to Mockito 3.11.1.
2021-06-11 13:14:53 -07:00
John Blum
70f83596e6
Upgrade to Gradle 6.9.
2021-06-11 13:07:52 -07:00
John Blum
d4ec0a4472
Replace all references to Pivotal GemFire with VMware Tanzu GemFire.
2021-06-10 10:33:21 -07:00
John Blum
3fd617e7fa
Fix Spring Session for Apache Geode (SSDG) version reference.
...
Resolves gh-53.
2021-06-10 08:03:32 -07:00
Jay Bryant
a129c7f23c
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 07:54:40 -07:00
John Blum
0985545a7a
Enable SSDG to be configured via spring-session.properties defined and resolvable in the application classpath.
...
Resolves gh-55.
2021-06-09 17:59:06 -07:00
John Blum
431d364590
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-09 17:22:07 -07:00
John Blum
1ab13954ea
Cleanup compiler warnings and unnecessary use of the Java @SuppressWarnings annotation.
...
Edit Javadoc.
2021-06-09 16:31:09 -07:00
John Blum
9ead01b105
Edit reference documentation and Javadoc references in README.
2021-06-09 16:04:05 -07:00
John Blum
91c2581393
Edit Javadoc.
2021-06-09 13:35:31 -07:00
John Blum
4e096e6480
Cleanup Java Generics compiler warnings on raw type usage.
2021-06-09 13:29:17 -07:00
John Blum
62b7409919
Set version to 2.6.0-SNAPSHOT.
...
Set Spring Session core version to 2.6.0-SNAPSHOT.
2021-05-20 11:07:59 -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
John Blum
121918f0d2
Upgrade to Spring Session 2.5.0-RC1.
2021-04-14 15:42:03 -07:00
John Blum
72180ba389
Upgrade to Spring Data Pascal-RELEASE.
...
Upgrade to Spring Data BOM 2021.0.0 (Pascal-RELEASE).
Upgrade to Spring Data Commons 2.5.0.
Upgrade to Spring Data for Apache Geode 2.5.0.
2021-04-14 15:40:59 -07:00
John Blum
1d762b738c
Upgrade to Spring Boot 2.5.0-M3.
2021-04-14 15:38:47 -07:00
John Blum
4897d799d8
Upgrade to Spring Framework 5.3.6.
2021-04-14 15:38:04 -07:00
John Blum
c8c4a54706
Upgrade to Apache Geode 1.13.2.
2021-04-14 15:37:02 -07:00
John Blum
49bbbe6d6a
Upgrade to Gradle 6.8.3.
2021-04-14 15:36:10 -07:00
John Blum
947569c251
Edit changelog and include 2.4.3 release notes.
2021-04-14 15:35:42 -07:00
John Blum
819256f02a
Edit changelog and include 2.3.5.RELEASE notes.
2021-04-14 15:35:08 -07:00
John Blum
0cddf9f911
Edit changelog and include 2.2.8.RELEASE notes.
2021-04-14 15:34:35 -07:00