v0.7.0
wuespace-admin
released this
22 Jan 17:25
·
0 commits
to ddb8bda9041950e675e871ad789ed25ab497045c
since this release
Features
- api: Add a default local and remote map for every verticle in
WithSharedData
(0ecaa9b) - api: Add automatic loading of the default configuration in
TelestionVerticle
(a62e37f) - api: Add generic types to request and register methods in
WithEventBus
trait (6a9d344) - api: Add Verticle trait that simplifies the access to the timing functions of Vert.x (c98c6c1)
- api: Update log message for no default configuration in
TelestionVerticle
to pass the AWESA principle (731572e) - api: Update request methods in
WithEventBus
trait (ddb8bda) - examples: Add example for automatic default configuration loading in
TelestionVerticle
(40f2d01) - examples: Add sample which shows the usage of the
WithTiming
trait (2d28b89) - examples: Add simple example in
TestVerticle
to show the usage of the default local map (126e4cd)