spring-test-data-geode
spring-test-data-geode copied to clipboard
A Spring-based Test Framework supporting Unit and Integration testing for Spring Boot applications using Spring Data with either Apache Geode or VMware Tanzu GemFire
Bumps [ch.qos.logback:logback-classic](https://github.com/qos-ch/logback) from 1.4.5 to 1.4.12. Commits 88abf59 prepare release 1.4.12 2cd8cab cater for array size marked with -1 9c782b4 prevent DOS attacks using on malicious serialized input f6d690d further...
For example: `@ClientServerIntegrationTest` This will: * Use conventions to determine the server-side configuration class (e.g. `GeodeServerConfiguration`, or simply `ServerConfiguration`), or... * Perhaps use annotations (e.g. `@ServerConfiguration`) to declare the server's...
From @dturanski: ``` geode = new GenericContainer("apachegeode/geode:1.12.0"); geode.withCommand("tail","-f","/dev/null").start(); ```
ForkingClientServerIntegrationTestsSupport does not support the starting of multiple servers. The starting of multiple servers causes the last server to override the processWrapper. Which then results in not being able to...
`ForkingClientServerIntegrationTestsSupport.startGemFireServer(…)` should propagate enabled feature preview (`--enable-preview`) when enabled in the parent JVM. The use-case is integration testing with Java 11+ with enabled preview features (`java --enable-preview …`).