Commit Graph

45 Commits

Author SHA1 Message Date
John Blum
3ba31285d4 Configure logging for the Gretty Gradle Plugin using the SLF4J Logback configuration file (logback-test.xml) from the sample integration test source. 2022-03-17 15:21:19 -07:00
John Blum
f3cc426d94 Refactor the SpringSampleWarPlugin Gradle Plugin.
Remove unnecessary use of semicolons.

Declare utility methods static.
2022-03-17 12:10:07 -07:00
John Blum
96cdb7457e Disable Gretty logging to console. 2022-03-17 11:04:49 -07:00
John Blum
5413952aeb Rename the org.slf4j:jul-over-slf4j dependency to org.slf4j:jul-to-slf4j. 2022-03-17 10:57:34 -07:00
John Blum
1a511afce4 Update the Copyright for all local Spring Build Conventions Gradle Plugins in buildSrc/ to 2022. 2022-03-17 10:57:34 -07:00
John Blum
0b0f103655 Reinstate the GemFireServerPlugin Gradle Plugin. 2022-03-17 10:57:27 -07:00
John Blum
c2c29986ba Polish local Spring Build Conventions Gradle Plugins in buildSrc/.
The Spring Build Conventions Gradle Plugins were copied from the refactored SBDG Spring Build Conventions Gradle Plugins into buildSrc/ and adjusted for SSDG.
2022-03-17 10:31:14 -07:00
John Blum
d9790d0683 Cleanup Gradle Build Plugins declaration configuration and dependencies. 2022-01-20 15:40:15 -08:00
John Blum
08b9e815f8 Upgrade to Spring Dependency Management Gradle Plugin 1.0.11.RELEASE. 2022-01-18 15:19:14 -08:00
John Blum
891f9b6700 Upgrade to Spring NoHTTP Gradle Plugin 0.0.10. 2022-01-18 15:19:06 -08:00
John Blum
3e3f56b22e Refactor Java and all Groovy Gradle Plugins in buildSrc. 2021-12-07 13:31:11 -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
f1753d0758 Remove Apache Standard Taglibs from jstlDependencies declaration build extension. 2021-12-01 20:50:44 -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
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
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
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
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
John Blum
11716691a2 Adapt the GemFireServerPlugin (Gradle Plugin) to Gradle API changes in version 7.3. 2021-11-16 20:45:19 -08:00
John Blum
8c0f72eacb Re-organize the dependencies in the buildSrc project Gradle build file. 2021-11-16 20:35:11 -08:00
John Blum
a1f299a967 Refactor Spring Build Conventions Gradle Plugins with missing features and logic required by SSDG.
Format source code.
2021-11-16 20:32:56 -08:00
John Blum
dad6328828 Remove unnecessary and unused SortedProperties Groovy class. 2021-11-16 20:29:44 -08:00
John Blum
7b450cd913 Add missing Spring Build Conventions Gradle Plugins requried by SSDG.
Add Asciidoctor (Convention) Gradle Plugin.

Add DependencySet Gradle Plugin.
2021-11-16 20:28:55 -08:00
John Blum
7bf623894f Include the Spring Build Conventions Gradle Plugins in Gradle buildSrc.
Include the Spring Maven Gradle Plugin in Gradle buildSrc.

Include the Spring PropDeps Gradle Plugin in Gradle buildSrc.

Include the Spring Sagan (spring.io website) Gradle Plugin in Gradle buildSrc.

(Optional?) Include the Spring GitHub Milestone Gradle Plugin in Gradle buildSrc.
2021-11-16 20:26:14 -08:00
John Blum
f1268b3887 Update Copyright Year to 2020. 2020-03-03 03:56:08 +01:00
John Blum
e574fa646e Switch all HTTP URLs to HTTPS. 2019-07-03 17:38:46 -07:00
John Blum
8d9bdbd497 Set absolute path to 'java' EXE. 2019-05-29 12:24:32 -07:00
John Blum
4b8047123c Update Copyright to 2019.
Resolve gh-20.
2019-01-15 07:49:23 -08:00
John Blum
7426a0c92e Update Copyright to 2018. 2018-11-08 00:28:51 -08:00
John Blum
4536dfa5e3 Refactor GemFireServer Gradle Plugin to handle both Boot and WAR based integration tests. 2018-08-22 10:51:17 -07:00
John Blum
d856bce248 Re-organize all client/server sample code to separate client and server classes into client and server packages, respectively.
Rename sample.ServerConfig class to sample.server.GemFireServer and apply the GemFireServer Gradle Plugin.

Change all 'spring.session.data.gemfire.*' and 'spring.session.data.geode.*' properties to use the SDG property prefixed with 'spring.data.gemfire.*'.
2018-08-22 10:51:17 -07:00
John Blum
61048a3e04 Run GemFireServer class in the sample.server package.
Change all Spring Session (Data Geode) System properties to SDG properties (i.e. 'spring.data.gemfire.*').

Remove any 'spring.session.data.gemfire.*' and 'spring.session.data.geode.*' property configuration.

Remove commented code.
2018-08-22 10:51:04 -07:00
John Blum
0569a8da74 Change 'spring.session.data.gemfire.cache.server.port' System property for configuring the GemFire CacheServer port to 'spring.data.gemfire.cache.server.port'. 2018-08-21 22:04:54 -07:00
John Blum
fbf5044930 Set the 'spring.data.gemfire.pool.servers' property. 2018-08-15 01:04:48 -07:00
John Blum
3c984bad1d Set the 'spring.data.gemfire.cache.server.port' property in addition to the 'spring.session.data.geode.cache.server.port' property. 2018-08-13 17:00:11 -07:00
John Blum
04168ef1b3 Fixup documentation and samples. 2017-07-26 16:08:11 -07:00
John Blum
f501df2315 Refactor the GemFireServer Groovy Plugin to log debug messages to System.err.
Change process?.destroyForcibly() to process?.destroy().
2017-07-20 13:45:17 -07:00
John Blum
4043d51b71 Rename 'gemFireServer' property to 'gemfireServer'. 2017-06-07 09:44:40 -07:00
John Blum
dd3b01fba2 Add a .gitignore file. 2017-06-06 17:20:34 -07:00
John Blum
767074d7b8 Additional spring-session-data-geode setup. 2017-06-06 16:04:40 -07:00
Rob Winch
35e1ba929b Initial spirng-session-data-geode setup.
(cherry picked from commit c5a1ee021016d37dda5e5eb96320ee1be9869314)
Signed-off-by: John Blum <jblum@pivotal.io>
2017-06-06 16:00:46 -07:00