Commit Graph

16 Commits

Author SHA1 Message Date
Marcos Reyes 03b548b917 Reducing verbosity by setting log level to INFO in samples and tests (#221)
* 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>
2020-02-07 14:22:49 -08:00
Ricardo Niepel c2d6464ff5
Review changes of 0.2.0 beta (#205)
* Enable Java highlighting for state sample

* Fix Why Pub-Sub link

* add http ingress sample debug instructions

* add invoke grpc sample debug instructions

* align pubsub sample readme w code, fix vscode java arg handling

* add input binding sample debug instructions

* add actors sample debug instructions

* change -D exec to -Dexec

* add sample debugging instructions for Unix

* fix some typos/language
2020-02-06 09:48:33 -08:00
Young Bu Park 0ed7363a3f
upgrade java-sdk version to 0.2.0-beta-2 2020-02-05 14:50:33 -08:00
Young Bu Park ac47b09f90 fix merge conflict 2020-02-05 12:30:17 -08:00
Artur Souza b8ac3ee2ad Release 0.2.0-beta-1 2020-01-31 16:56:17 -08:00
Artur Souza b2083187df
Add support for metadata in Bindings + fix serialization of output bi… (#186)
* Add support for metadata in Bindings + fix serialization of output binding."

* Remove generics from new bindings method.
2020-01-31 15:20:22 -08:00
Juan Jose Herrera c487294143
Fix Metata for Invoke Method (#189) 2020-01-31 13:41:42 -08:00
Andres Robles b7d6b1cc58
Renaming Adapters, to be just Clients for GRPC and HTTP (#179) 2020-01-30 13:05:42 -08:00
Leon Mai 313730c308
Fixes checkstyle in existing code and enables error on checkstyle warning (#172)
* checkstyle

* Fix checkstyle and enable build error on checkstyle warning

* Merge from master
2020-01-29 23:19:38 -08:00
Artur Souza 91ac017f7f
IT for actor state + handle actor config. (#163) 2020-01-29 21:50:46 -08:00
Leon Mai e72f1fa919
Actor IT - timers, reminders, turn-based concurrency (#162)
* 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>
2020-01-29 15:17:33 -08:00
Artur Souza 93b990be79
Keep the latest stable version of junit. (#169) 2020-01-29 14:01:39 -08:00
Juan Jose Herrera ebea096bef
Adding Integration Test for Pub Sub over HTTP (#167)
* 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>
2020-01-29 11:46:58 -08:00
Artur Souza 45fe471c48
Make serializers optional + javadocs about default serializers. (#168) 2020-01-29 11:18:29 -08:00
Artur Souza 0bdf939f91
Removing some dependencies after review. (#164)
Co-authored-by: Leon Mai <lemai@microsoft.com>
2020-01-29 10:09:45 -08:00
Artur Souza a40afafca4
Refactor IT into new jar + use JVM sytem properties (#156)
* Refactor IT into new jar + use JVM sytem properties

* Fixing ITs and silence flaky tests.

* Fix flaky tests.
2020-01-28 11:32:29 -08:00