John Blum
|
fefb7e185d
|
Add SLF4J (Logback) Logger configuration for the 'org.gretty' Logger in all Spring Session Samples forking a Web (Servlet) container using the Gretty Gradle Plugin.
|
2022-03-17 15:22:02 -07:00 |
|
John Blum
|
66f6ddb763
|
Upgrade to Gretty Gradle Plugin 4.0.1.
|
2022-03-17 12:16:57 -07:00 |
|
John Blum
|
ec450e1942
|
Update Copyright to 2022.
|
2022-03-17 10:57:34 -07: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
|
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
|
7e719170ff
|
Replace all javax.servlet.* imports with jakarta.servlet.* imports.
|
2021-11-16 21:48:30 -08:00 |
|
John Blum
|
d70b8d9ed3
|
Replace all 'javax.servlet:javax.servlet-api' dependency declarations in all Gradle module build files with 'jakarta.servlet:jakarta.servlet-api'.
|
2021-11-16 21:48:30 -08:00 |
|
John Blum
|
56134a0fe1
|
Adapt all SSDG Gradle module build files to Gradle 7.3.
|
2021-11-16 20:47:47 -08: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
|
44ecff116e
|
Remove Javadoc file header.
|
2020-05-18 20:36:13 -07:00 |
|
John Blum
|
1c0487f0f8
|
Fix Asciidoc tags in source code.
|
2020-05-18 20:36:13 -07:00 |
|
John Blum
|
f1268b3887
|
Update Copyright Year to 2020.
|
2020-03-03 03:56:08 +01:00 |
|
John Blum
|
c640689b24
|
Add 'org.springframework.shell:spring-shell' as a runtime dependency.
|
2019-05-05 17:08:19 -07:00 |
|
Spring Operator
|
779bf6de61
|
URL Cleanup.
This commit updates URLs to prefer the https protocol. Redirects are not followed to avoid accidentally expanding intentionally shortened URLs (i.e. if using a URL shortener).
These URLs were switched to an https URL with a 2xx status. While the status was successful, your review is still recommended.
* http://www.apache.org/licenses/LICENSE-2.0 with 134 occurrences migrated to:
https://www.apache.org/licenses/LICENSE-2.0 ([https](https://www.apache.org/licenses/LICENSE-2.0) result 200).
* http://www.apache.org/licenses/LICENSE-2.0.html with 2 occurrences migrated to:
https://www.apache.org/licenses/LICENSE-2.0.html ([https](https://www.apache.org/licenses/LICENSE-2.0.html) result 200).
Resolves gh-27.
|
2019-04-04 17:21:23 -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
|
d5b1769157
|
Remove the 'testCompile seleniumDependencies' dependency declaration.
|
2018-08-24 21:29:41 -07:00 |
|
John Blum
|
1ac8aca9a7
|
Set maxInactiveIntervalInSeconds to 30 causing (HTTP) Session expiration after 30 seconds.
|
2018-08-20 23:16:39 -07:00 |
|
John Blum
|
e1b5b1c5b5
|
Edit and clean up the Sample User Guides.
|
2018-08-20 18:34:46 -07:00 |
|
John Blum
|
c80536d11b
|
Polish.
|
2018-08-16 18:04:41 -07:00 |
|
John Blum
|
c95f5aeddd
|
Remove unnecessary ide.gradle file and remove 'apply from: IDE_GRADLE' plugin declarations from Gradle module build files.
All IDE configuration logic is handle by the Spring Build Conventions Gradle project.
|
2018-08-16 17:55:12 -07:00 |
|
John Blum
|
44a9f5c535
|
Remove embedded Manager configuration.
|
2018-08-15 01:04:48 -07:00 |
|
John Blum
|
d6be6dacc4
|
Switch to Spring Boot Dependencies BOM for complete project dependency management.
|
2018-06-19 22:19:48 -07:00 |
|
John Blum
|
d7c9038e23
|
Remove Spring IO Platform Dependency Management.
Declare Spring's Dependency Management Gradle Plugin to manage project dependency versions.
|
2018-06-19 22:19:47 -07:00 |
|
John Blum
|
f44ae0c586
|
Change Apache Geode/Pivotal GemFire 'log-level' to 'error'.
Fix compiler warnings.
Fix Javadoc warnings.
|
2018-04-30 18:11:16 -07:00 |
|
John Blum
|
04168ef1b3
|
Fixup documentation and samples.
|
2017-07-26 16:08:11 -07:00 |
|
John Blum
|
9e53ae0910
|
Fix Selenium dependencies in :samples Gradle modules.
|
2017-06-07 01:12:01 -07:00 |
|
John Blum
|
492a51d120
|
Replace all Pivotal GemFire Java API base URL references with Apache Geode.
Replace all com.gemstone.gemfire.* package class references with org.apache.geode.*
|
2017-06-07 00:20:27 -07:00 |
|
John Blum
|
6b25500f09
|
Add gradle/ide.gradle file to mark src/integration-test/java sources as an IJ Test Sources Root.
|
2017-06-06 20:07:41 -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 |
|