Commit Graph

  • 24141d5664 Upgrade to AsciidoctorJ 3.3.2. John Blum 2021-11-30 23:04:15 -08:00
  • 26ebd29e86 Refactor and polish the Gradle JavadocApiPlugin. John Blum 2021-11-30 22:34:01 -08:00
  • 1b262e1f8e Clear secondary sources and configure DuplicatesStrategy for resources when generating Docs. John Blum 2021-11-30 21:52:27 -08:00
  • d69e316bf9 Refactor and polish build Gradle Plugins. John Blum 2021-11-30 21:50:04 -08:00
  • 09e8bea7d9 Upgrade to AsciidoctorJ 3.2.0. John Blum 2021-11-30 21:39:54 -08:00
  • d9a2517355 Simplify test configuration. John Blum 2021-11-30 17:18:22 -08:00
  • 59a7d43db0 Fix (adapt) Spring Session with Apache Geode tests on Java 17. John Blum 2021-11-17 15:09:36 -08:00
  • 71a49a066d Add test JVM options to configure (enable) Apache Geode to run on Java 17. John Blum 2021-11-17 14:46:46 -08:00
  • 0c808de97c Reduce test (compile/implementation) dependencies and rely on the 'testDependencies' Gradle build extension. John Blum 2021-11-17 13:20:46 -08:00
  • e56125e7c7 Add JUnit 5 Jupiter dependencies to the testDependencies Gradle build extension in the DependencySet Gradle Plugin. John Blum 2021-11-17 13:19:16 -08:00
  • 785e0a1c7b Add dependency management for JUnit 5 Jupiter. John Blum 2021-11-17 13:18:26 -08:00
  • 1f309e157b Add Spring Test for Apache Geode (STDG) to the set of testDependencies Gradle build extension in the DependencySet Gradle Plugin. John Blum 2021-11-17 12:54:05 -08:00
  • 1db3ad9aca Edit Javadoc. John Blum 2021-11-17 12:53:22 -08:00
  • 8441c55024 Upgrade to Jacoco 0.8.7. John Blum 2021-11-17 12:30:57 -08:00
  • a8a9b0f525 Upgrade to Freefair Lombok Gradle Plugin 6.3.0. John Blum 2021-11-16 21:59:07 -08:00
  • 030d507010 Fix version reference syntax error in dependency-management.gradle. John Blum 2021-11-16 21:55:19 -08:00
  • b4fd68c9bf Replace all javax.annotation.Resource imports with jakarta.annotation.Resource imports. John Blum 2021-11-16 21:50:34 -08:00
  • 8a73238cac Declare 'jakarta.resource:jakarta.resource-api' as a provided dependency in the spring-session-data-geode module. John Blum 2021-11-16 21:45:54 -08:00
  • 5bc6be330e Add dependency management for 'jakarta.resource:jakarta.resource-api:2.0.0'. John Blum 2021-11-16 21:43:16 -08:00
  • 2b43d8eeae Fix missing dependency on 'jakarta.servlet:jakarta.servlet-api'. John Blum 2021-11-16 21:40:25 -08:00
  • 7e719170ff Replace all javax.servlet.* imports with jakarta.servlet.* imports. John Blum 2021-11-16 21:34:57 -08:00
  • 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'. John Blum 2021-11-16 21:28:15 -08:00
  • d70b8d9ed3 Replace all 'javax.servlet:javax.servlet-api' dependency declarations in all Gradle module build files with 'jakarta.servlet:jakarta.servlet-api'. John Blum 2021-11-16 21:26:13 -08:00
  • 18900c5f09 Add dependency management for 'jakarta.servlet:jakarta.servlet-api:5.0.0'. John Blum 2021-11-16 21:23:04 -08:00
  • aac69485de Change import of javax.annotation.PostConstruct to a Jakarta import. John Blum 2021-11-16 21:18:56 -08:00
  • b0f40fd62c Declare 'jakarta.annotation:jakarta-annotation-api' as a compile dependency in the spring-session-data-geode module. John Blum 2021-11-16 21:08:51 -08:00
  • 92bdbfbadf Add dependency management for 'jakarta.annotation:jakarta-annotation-api:2.0.0'. John Blum 2021-11-16 21:08:19 -08:00
  • 1523659d62 Upgrade to Spring Session 3.0.0-SNAPSHOT. John Blum 2021-11-16 20:55:16 -08:00
  • 6e394adf04 Upgrade to Spring Data Next. John Blum 2021-11-16 20:54:44 -08:00
  • 2bb5a3b713 Upgrade to Spring Framework 6.0.0. John Blum 2021-11-16 20:51:50 -08:00
  • ef263ad747 Upgrade to Java 17. John Blum 2021-11-16 20:48:00 -08:00
  • 56134a0fe1 Adapt all SSDG Gradle module build files to Gradle 7.3. John Blum 2021-11-16 20:47:47 -08:00
  • 11716691a2 Adapt the GemFireServerPlugin (Gradle Plugin) to Gradle API changes in version 7.3. John Blum 2021-11-16 20:45:19 -08:00
  • 0cf6e848ef Upgrade to Gradle 7.3. John Blum 2021-11-16 20:44:30 -08:00
  • aa04c9a8a2 Change 'developer' metadata (id, name, email) for the Gradle generated Maven POM file. John Blum 2021-11-16 20:44:01 -08:00
  • 653c71a789 Add dependency management for the 'org.projectlombok:lombok:1.18.22' dependency. John Blum 2021-11-16 20:42:46 -08:00
  • 6e8aef70e2 Refactor the SSDG Gradle build project to build with the local Spring Build Conventions Gradle Plugins. John Blum 2021-11-16 20:40:51 -08:00
  • 8c0f72eacb Re-organize the dependencies in the buildSrc project Gradle build file. John Blum 2021-11-16 20:35:11 -08:00
  • a1f299a967 Refactor Spring Build Conventions Gradle Plugins with missing features and logic required by SSDG. John Blum 2021-11-16 20:32:38 -08:00
  • dad6328828 Remove unnecessary and unused SortedProperties Groovy class. John Blum 2021-11-16 20:29:44 -08:00
  • 7b450cd913 Add missing Spring Build Conventions Gradle Plugins requried by SSDG. John Blum 2021-11-16 20:28:55 -08:00
  • 7bf623894f Include the Spring Build Conventions Gradle Plugins in Gradle buildSrc. John Blum 2021-11-16 17:10:49 -08:00
  • dd3389f8f4 Set version to 3.0.0-SNAPSHOT. John Blum 2021-11-16 20:25:45 -08:00
  • 2ebb978b08 Edit README to refer to 2.6.0 release. John Blum 2021-11-16 11:54:54 -08:00
  • 4342bce10e Prepare next development iteration. John Blum 2021-11-16 11:01:07 -08:00
  • ab15742506 Release 2.6.0. John Blum 2021-11-16 10:48:30 -08:00
  • 3a43ce8f5a Edit changelog and add 2.6.0 release notes. John Blum 2021-11-16 10:46:48 -08:00
  • 41d30ca5ef Upgrade to Spring Security 5.6.0. John Blum 2021-11-16 10:22:54 -08:00
  • 2913c0c493 Upgrade to Spring Session 2.6.0. John Blum 2021-11-16 10:18:48 -08:00
  • db5f2fa11c Upgrade to Spring Data Q GA. John Blum 2021-11-16 10:17:33 -08:00
  • 2b4ef8b0a2 Upgrade to Spring Framework 5.3.13. John Blum 2021-11-16 10:15:51 -08:00
  • 27e0acca44 Upgrade to Spring Test for Apache Geode 0.0.28. John Blum 2021-10-28 17:29:46 -07:00
  • 8285d9a5ae Upgrade to Spring Test for Apache Geode 0.0.27. John Blum 2021-10-28 11:51:34 -07:00
  • 4188f7304f Upgrade to Spring Boot 2.6.0-RC1. John Blum 2021-10-28 11:50:33 -07:00
  • 1eed0e8056 Upgrade to Spring Framework 5.3.12. John Blum 2021-10-28 11:49:58 -07:00
  • dde76f02f1 Remove 'org.apache.geode:geode-membership' and 'org.apache.geode:geode-tcp-server' provided dependency declarations. John Blum 2021-10-20 16:37:19 -07:00
  • d83f8694ce Edit README to refer to 2.6.0-RC1. John Blum 2021-10-20 16:00:41 -07:00
  • 533a3d3c61 Prepare next development iteration. John Blum 2021-10-20 15:53:53 -07:00
  • 5de6f94bcd Release 2.6.0-RC1. John Blum 2021-10-20 15:40:00 -07:00
  • 0ba2c4cb96 Edit changelog and add 2.6.0-RC1 release notes. John Blum 2021-10-20 15:38:27 -07:00
  • 0012efa451 Upgrade to Apache Geode 1.14.0. John Blum 2021-10-20 15:17:28 -07:00
  • 6773e0c5a4 Upgrade to Spring Session 2.6.0-RC1. John Blum 2021-10-20 15:01:12 -07:00
  • 87858b2d18 Upgrade to Spring Security 5.6.0-RC1. John Blum 2021-10-20 14:58:16 -07:00
  • 1039ae7fb9 Upgrade to Spring Data Q-RC1. John Blum 2021-10-20 15:00:23 -07:00
  • c223d52dfc Upgrade to Spring Boot 2.6.0-M3. John Blum 2021-10-20 14:59:14 -07:00
  • cf4fd470a0 Upgrade to Spring Framework 5.3.11. John Blum 2021-10-20 14:58:44 -07:00
  • a2bf8159d8 Upgrade to SLF4J 1.7.32. John Blum 2021-10-20 15:02:46 -07:00
  • 0fa1da51d7 Upgrade to Mockito 4.0.0. John Blum 2021-10-20 14:57:41 -07:00
  • 2f9f0c448d Upgrade to AssertJ 3.21.0. John Blum 2021-10-20 14:51:01 -07:00
  • 318df47ccc Edit changelog and include 2.5.5 release notes. John Blum 2021-10-20 14:49:55 -07:00
  • b77eaa3c82 Edit changelog and include 2.4.8 release notes. John Blum 2021-10-20 14:49:14 -07:00
  • a0e9ce387c Edit README to refer to 2.5.5. John Blum 2021-10-20 14:47:36 -07:00
  • 1a0fb6c5f8 Prepare next development iteration. John Blum 2021-10-20 14:37:18 -07:00
  • d6acee5a49 Release 2.5.5. John Blum 2021-10-20 14:31:32 -07:00
  • 7d2afd9d5e Edit changelog and add 2.5.5 release notes. John Blum 2021-10-20 14:29:19 -07:00
  • 15e683760e Adapt to API changes STDG 0.0.26. John Blum 2021-10-20 14:21:47 -07:00
  • 72259435be Upgrade to Gradle 6.9.1. John Blum 2021-10-20 14:17:31 -07:00
  • 594dba8134 Upgrade to Mockito 4.0.0. John Blum 2021-10-20 14:16:38 -07:00
  • 728e01c9ff Upgrade to AssertJ 3.21.0. John Blum 2021-10-20 14:15:49 -07:00
  • 6039c93f65 Upgrade to Spring Test for Apache Geode 0.0.26. John Blum 2021-10-20 14:13:30 -07:00
  • fc4cbf0797 Upgrade to Spring Session BOM 2021.0.2. John Blum 2021-10-20 14:14:47 -07:00
  • 572e372889 Upgrade to Spring Session 2.5.3. John Blum 2021-10-20 14:12:53 -07:00
  • 826abc2728 Upgrade to Spring Data Pascal-SR6. John Blum 2021-10-20 14:11:44 -07:00
  • a8c4946251 Upgrade to Spring Boot 2.5.5. John Blum 2021-10-20 14:10:05 -07:00
  • 4b311185c0 Upgrade to Spring Framework 5.3.11. John Blum 2021-10-20 14:09:16 -07:00
  • 2610516d85 Edit changelog and include 2.4.8 release notes. John Blum 2021-10-20 14:07:22 -07:00
  • 2120e0001f Edit README to refer to SSDG 2.4.8. 2.4.x John Blum 2021-10-20 13:50:26 -07:00
  • 2d50d4426e Prepare next development iteration. John Blum 2021-10-20 13:42:13 -07:00
  • 34fa50b640 Release 2.4.8. John Blum 2021-10-20 13:19:04 -07:00
  • a0247e5582 Edit changelog and add 2.4.8 release notes. John Blum 2021-10-20 13:12:28 -07:00
  • 926f2b5828 Upgrade to Gradle 6.9.1. John Blum 2021-10-20 13:00:55 -07:00
  • e3315aae8e Upgrade to Spring Session (core) 2.4.6. John Blum 2021-10-20 12:59:52 -07:00
  • 73ad57bb9b Upgrade to Spring Data Ockham-SR13. John Blum 2021-10-20 12:58:05 -07:00
  • a414b6b5f8 Upgrade to Spring Boot 2.4.11. John Blum 2021-10-20 12:53:14 -07:00
  • aa2f9f41b1 Upgrade to Spring Framework 5.3.11. John Blum 2021-10-20 12:52:00 -07:00
  • faf1f8b10e Upgrade to Gradle 6.9.1. John Blum 2021-09-29 10:52:25 -07:00
  • 44344e8424 Adapt to API changes in STDG 0.0.26. John Blum 2021-09-29 10:51:32 -07:00
  • e64ce8d50a Upgrade to Spring Test for Apache Geode 0.0.26 John Blum 2021-09-29 10:51:16 -07:00
  • c06104a636 Upgrade to Mockito 3.12.4. John Blum 2021-09-01 17:02:41 -07:00
  • 8adced40cc Uppgrade to Spring Boot 2.6.0-M2. John Blum 2021-09-01 17:01:33 -07:00