Commit graph

11 commits

Author SHA1 Message Date
Reinhard Prechtl
587e7d1d0d Improve error checking
The container now gives error messages if you use programmatic cache creation with invalid InfinispanServer versions or invalid Hotrod protocol versions
2017-12-22 15:47:37 +01:00
Reinhard Prechtl
d08688124e Create seperate test examples for different Infinispan versions
Programmatic cache configuration only works for Infinispan 9.1.x. Previous versions can use a linked configuration file to create caches. The InfinispanContainer needed to be updated in order to make the use of GenericContainer methods work.
2017-12-22 15:07:41 +01:00
Reinhard Prechtl
ebb1320506 Update the Infinispan client to the latest version 2017-12-22 15:02:01 +01:00
Reinhard Prechtl
e375c73813 Add easy cache creation and documentation 2017-12-17 17:39:26 +01:00
Reinhard Prechtl
882ebaf6d8 Make the tests fail for connection errors 2017-12-17 17:38:36 +01:00
Reinhard Prechtl
231b85696f Overloading fluent command setters
We're overloading the fluent command setters, because we want to make sure that the "standalone" command is always present.
If needed, setCommand() inherited from GenericContainer can still be used to bypass this behaviour.
2017-12-15 19:30:22 +01:00
Reinhard Prechtl
02d34ceb75 Add missing Infinispan configuration file for integration test 2017-12-15 12:22:21 +01:00
Reinhard Prechtl
e51c95618e Improve custom configuration and API 2017-12-15 07:39:22 +01:00
Reinhard Prechtl
a14dac8a80 Adjusted readiness check for infinispan 2017-12-08 11:30:37 +01:00
Reinhard Prechtl
d496e58fd3 Added a usage description 2017-12-07 18:37:55 +01:00
Reinhard Prechtl
7a32c77ad1 Adding initial InfinispanContainer implementation 2017-12-07 11:49:52 +01:00