Commit Graph

12 Commits

Author SHA1 Message Date
John Blum
cbb51289bf Move Spring Geode Security Sample test class to the example.app.security.tests package.
Declare both SBDG security auth and SSL environment post-proccessor enabled properties.
2021-03-30 12:08:35 -07:00
John Blum
59b91376b0 Refactor the dataReadNotAllowed() test case method to use JUnit 4 Exception handling (try-catch with expected Exception) rather than JUnit 5's (Jupiter) assertThrows(..) method. 2021-03-30 00:08:39 -07:00
John Blum
591483c892 Set SBDG security SSL property to ensure auto-configuration of SSL is enabled and takes effect. 2021-03-25 03:21:10 -07:00
John Blum
c77f9b183b Annotate Spring Geode Security Sample test class with Spring's @DirtiesContext annotation.
This test uses GemFire/Geode SSL configuration and therefore needs to mark the ApplicationContext as dirty.
2021-03-24 15:51:06 -07:00
John Blum
03fb54d83a Upgrade to Freefair Lombok Gradle Plugin 5.3.0. 2020-12-09 12:56:04 -08:00
John Blum
e32fc75643 Replace the use of the deprecated 'bootJar' Gradle task, 'mainClassName' property with 'mainClass'. 2020-12-08 09:44:19 -08:00
John Blum
09d15e87c2 Upgrade to FreeFair Lombok Gradle Plugin 5.2.1. 2020-09-18 02:33:58 -07:00
John Blum
305ca74262 Fix HTTP URL to Apache Shiro's project sit in Javadoc. 2020-08-07 15:50:27 -07:00
John Blum
0e55c44570 Switch from System.err message output to using a SLF4J Logger.
Resolves gh-81.
2020-08-07 15:21:02 -07:00
John Blum
093083be95 Polish Security Sample Tests.
Resolves gh-81.
2020-08-07 15:04:43 -07:00
John Blum
bb8c9a5b81 Polish Security Sample Code.
Resolves gh-81.
2020-08-07 15:04:43 -07:00
Patrick Johnson
16abdea031 Add Security Sample Guide and Code.
Resolves gh-81.
2020-08-07 15:04:43 -07:00