* Reducing verbosity in logs by setting log level to INFO in examples and tests
* Reducing verbosity in logs by setting log level to INFO in examples and tests
* Delete application.properties
* Delete application.properties
Co-authored-by: Artur Souza <artursouza.ms@outlook.com>
* Actor IT - timers, reminders, turn-based concurrency
IT for actor timer, reminder, turn-based concurrency
* Remove commented out code
* Remove comment
* Update MyActorService.java
* Update ActorTurnBasedConcurrencyIT.java
* Keep the latest stable version of junit. (#169)
* merge with changes in master
Co-authored-by: Artur Souza <artursouza.ms@outlook.com>
* Adding Integration Test for Pub Sub over HTTP
* Update PubSubIT.java
* Remove unneeded thread sleep
* Serializer is now optional in client builder.
Co-authored-by: Artur Souza <artursouza.ms@outlook.com>