Commit Graph

862 Commits

Author SHA1 Message Date
John Blum
77c5bae08e Upgrade to Spring Security 6.0.0-M1. 2022-01-18 15:18:50 -08:00
John Blum
b2bd60b6a1 Upgrade to SLF4J 1.7.33. 2022-01-18 15:18:41 -08:00
John Blum
6b1aa026ef Upgrade to Selenium HtmlUnit 2.56.0. 2022-01-18 15:18:36 -08:00
John Blum
960255e134 Upgrade to Mockito 4.2.0. 2022-01-18 15:17:58 -08:00
John Blum
749caa70f0 Upgrade to JUnit Jupiter 5.8.2. 2022-01-18 15:17:49 -08:00
John Blum
a0359a3306 Upgrade to Log4j 2.17.1. 2022-01-18 15:17:43 -08:00
John Blum
0f964a469d Upgrade to AssertJ 3.22.0. 2022-01-18 15:17:38 -08:00
John Blum
e6dbbc07c8 Upgrade to Spring Test for Apache Geode 1.0.0-M1. 2022-01-18 15:17:30 -08:00
John Blum
de99bf4af6 Uprade to Spring Session BOM 2022.1.0-SNAPSHOT. 2022-01-18 15:17:25 -08:00
John Blum
1e38e36982 Upgrade to Spring Session 3.0.0-M1. 2022-01-18 15:17:19 -08:00
John Blum
46566a585d Upgrade to Spring Data BOM 2022.0.0-M1 (Turing-M1).
Upgrade to Spring Data Commons 3.0.0-M1.

Upgrade to Spring Data for Apache Geode 3.0.0-M1.
2022-01-18 15:17:08 -08:00
John Blum
f21e3fb4f3 Upgrade to Spring Framework 6.0.0-M2. 2022-01-18 13:54:52 -08:00
John Blum
a2e605e479 Remove unnecessary, provided Apache Geode module dependencies from the spring-session-data-geode module.
Remove the provided org.apache.geode:geode-logging module dependency.

Remove the provided org.apache.geode:geode-serialization module dependency.
2022-01-10 15:22:00 -08:00
John Blum
c832baed70 Remove use of Apache Geode internal o.a.g.internal.AbstractRegion API in the GemFireUtilsTests class. 2022-01-10 15:14:38 -08:00
John Blum
543fb3da29 Upgrade to Apache Geode 1.14.2.
Enable dependency management for Aapche Geode libs.
2022-01-10 14:53:01 -08:00
John Blum
4c382bc2df Set timeout (15 minutes) in the Jenkins CI 'Deploy Docs' and 'Deploy Artifacts' build stages. 2021-12-07 14:14:26 -08:00
John Blum
f145fcac7e Set Jenkins CI build to use Java/JDK 17. 2021-12-07 14:14:08 -08:00
John Blum
3e3f56b22e Refactor Java and all Groovy Gradle Plugins in buildSrc. 2021-12-07 13:31:11 -08:00
John Blum
b3855f547c Re-instate the @PostConstruct annotation on the GemFireHttpSessionConfiguration class, registerSessionSerializerBeanAlias() method.
This @PostConstruct annotation is required for XML configuration support.
2021-12-02 23:49:10 -08:00
John Blum
5ee77ed0f1 Refactor all Spring Session, Apache Geode Web Samples to use Glassfish Web Jarkarta Servlet JSP JTL implementation.
Remove use of WebJars.
2021-12-02 23:36:48 -08:00
John Blum
39ff983567 Refactor all Spring Session, Apache Geode Samples using Spring Boot to switch from Thymeleaf to FreeMarker.
Convert Thymelead templates to FreeMarker templates.

Remove the use of WebJars.

Refactor all Sample application code.
2021-12-02 23:33:57 -08:00
John Blum
0040b9a37e Add dependency management for the Glassfish Web Jakarta Servlet JSP JSTL implementation dependency.
In addition, add the Jakarta Servlet JSP JSTL dependency to the jstlDependencies extension in the DependencySet Gradle Plugin.
2021-12-02 23:28:19 -08:00
John Blum
164dc2f0d1 Rename initGemFire() method to registerSessionSerializerBeanAlias().
Call registerSessionSerializerBeanAlias() from setImportMetadata(:AnnotationMetadata) and remove the @PostConstruct annotation.

For an unknown reason, Spring Framework 6 possibly initializes Singleton beans before Spring @Configuration classes, @PostConstruct methods are invoked.
2021-12-02 23:25:28 -08:00
John Blum
f1753d0758 Remove Apache Standard Taglibs from jstlDependencies declaration build extension. 2021-12-01 20:50:44 -08:00
John Blum
523bfccee6 Upgrade to Spring Boot 3.0.0-SNAPSHOT. 2021-12-01 20:49:50 -08:00
John Blum
ecb85f162d Remove the use of WebJars (CSS) from the HTML and JSP pages of the Samples. 2021-12-01 12:35:32 -08:00
John Blum
5583621a96 Upgrade to WebJars jQuery 3.6.0. 2021-12-01 12:26:32 -08:00
John Blum
ac0a2b75db Remove dependency management for WebJars taglib. 2021-12-01 12:26:06 -08:00
John Blum
24141d5664 Upgrade to AsciidoctorJ 3.3.2.
See https://stackoverflow.com/questions/69637205/cannot-locate-a-guava-jar-in-the-gradle-distribution.
2021-11-30 23:05:32 -08:00
John Blum
26ebd29e86 Refactor and polish the Gradle JavadocApiPlugin. 2021-11-30 22:49:06 -08:00
John Blum
1b262e1f8e Clear secondary sources and configure DuplicatesStrategy for resources when generating Docs. 2021-11-30 21:52:27 -08:00
John Blum
d69e316bf9 Refactor and polish build Gradle Plugins. 2021-11-30 21:50:04 -08:00
John Blum
09e8bea7d9 Upgrade to AsciidoctorJ 3.2.0. 2021-11-30 21:39:54 -08:00
John Blum
d9a2517355 Simplify test configuration.
Remove GemFire/Geode log-level declaration.

Format source code.
2021-11-30 17:25:58 -08:00
John Blum
59a7d43db0 Fix (adapt) Spring Session with Apache Geode tests on Java 17. 2021-11-30 17:25:58 -08:00
John Blum
71a49a066d Add test JVM options to configure (enable) Apache Geode to run on Java 17. 2021-11-30 17:25:58 -08:00
John Blum
0c808de97c Reduce test (compile/implementation) dependencies and rely on the 'testDependencies' Gradle build extension.
Re-add the Google Code FindBugs dependency to the test compile classpath to remove the Java annotation (When) warnings.
2021-11-30 17:25:50 -08:00
John Blum
e56125e7c7 Add JUnit 5 Jupiter dependencies to the testDependencies Gradle build extension in the DependencySet Gradle Plugin. 2021-11-30 17:25:00 -08:00
John Blum
785e0a1c7b Add dependency management for JUnit 5 Jupiter.
Re-organize dependency declarations in the dependency management block by category (e.g. Java (Jakarta) EE 9, Apache Geode, JUnit/Test, Logging and Web dependencies), respectively.
2021-11-30 17:23:38 -08:00
John Blum
1f309e157b Add Spring Test for Apache Geode (STDG) to the set of testDependencies Gradle build extension in the DependencySet Gradle Plugin. 2021-11-30 17:23:23 -08:00
John Blum
1db3ad9aca Edit Javadoc. 2021-11-30 17:23:23 -08:00
John Blum
8441c55024 Upgrade to Jacoco 0.8.7.
Jacoco 0.8.7 includes experimental support for Java 17 and is required to run on Java 17.

https://www.jacoco.org/jacoco/trunk/doc/changes.html.
2021-11-30 17:22:50 -08:00
John Blum
a8a9b0f525 Upgrade to Freefair Lombok Gradle Plugin 6.3.0. 2021-11-16 21:59:07 -08:00
John Blum
030d507010 Fix version reference syntax error in dependency-management.gradle. 2021-11-16 21:55:19 -08:00
John Blum
b4fd68c9bf Replace all javax.annotation.Resource imports with jakarta.annotation.Resource imports. 2021-11-16 21:51:28 -08:00
John Blum
8a73238cac Declare 'jakarta.resource:jakarta.resource-api' as a provided dependency in the spring-session-data-geode module. 2021-11-16 21:48:37 -08:00
John Blum
5bc6be330e Add dependency management for 'jakarta.resource:jakarta.resource-api:2.0.0'. 2021-11-16 21:48:37 -08:00
John Blum
2b43d8eeae Fix missing dependency on 'jakarta.servlet:jakarta.servlet-api'. 2021-11-16 21:48:37 -08:00
John Blum
7e719170ff Replace all javax.servlet.* imports with jakarta.servlet.* imports. 2021-11-16 21:48:30 -08:00
John Blum
3c84f9f8aa Replace the 'javax.servlet.jsp.jstl:javax.servlet.jsp.jstl-api' dependency in the jstlDependencies declaration of the DependencySet Gradle Plugin with 'jakarta.servlet.jsp.jstl:jakarta.servlet.jsp.jstl-api'. 2021-11-16 21:48:30 -08:00