www
e2d4d1e1ea
replace vault to local ( #719 )
...
* replace vault to local
Signed-off-by: zjx244729 <zjx244729@alibaba-inc.com>
* change secret store name style
Signed-off-by: zjx244729 <zjx244729@alibaba-inc.com>
* delete vault token file
Signed-off-by: zjx244729 <zjx244729@alibaba-inc.com>
* remove vault int validate.yml
Signed-off-by: zjx244729 <zjx244729@alibaba-inc.com>
* fix it secret case
Signed-off-by: zjx244729 <zjx244729@alibaba-inc.com>
* replace vault to local
Signed-off-by: zjx244729 <zjx244729@alibaba-inc.com>
* change secret store name style
Signed-off-by: zjx244729 <zjx244729@alibaba-inc.com>
* delete vault token file
Signed-off-by: zjx244729 <zjx244729@alibaba-inc.com>
* remove vault int validate.yml
Signed-off-by: zjx244729 <zjx244729@alibaba-inc.com>
* fix it secret case
Signed-off-by: zjx244729 <zjx244729@alibaba-inc.com>
* fix it dead loop
Signed-off-by: zjx244729 <zjx244729@alibaba-inc.com>
Co-authored-by: zjx244729 <zjx244729@alibaba-inc.com>
Co-authored-by: Mukundan Sundararajan <65565396+mukundansundar@users.noreply.github.com>
2022-05-05 13:55:13 +05:30
Artur Souza
bb6db2ec6b
Upgrade the version to 1.6.0-SNAPSHOT ( #727 )
...
Signed-off-by: Artur Souza <artursouza.ms@outlook.com>
2022-03-31 22:11:32 -07:00
Mukundan Sundararajan
06d92dafca
Query State Preview API implementation. ( #697 )
...
* Query State Preview API implementation.
Signed-off-by: Mukundan Sundararajan <msundar.ms@outlook.com>
* Use latest dapr ref and fix grpc query state api
Signed-off-by: Mukundan Sundararajan <msundar.ms@outlook.com>
* fix service invocation automatic unesacpe
Signed-off-by: Mukundan Sundararajan <msundar.ms@outlook.com>
* add more unit tests
Signed-off-by: Mukundan Sundararajan <msundar.ms@outlook.com>
* Add query state API docs
Signed-off-by: Mukundan Sundararajan <msundar.ms@outlook.com>
* Fix example to be user friendly
Signed-off-by: Mukundan Sundararajan <msundar.ms@outlook.com>
* Fix example in docs
Signed-off-by: Mukundan Sundararajan <msundar.ms@outlook.com>
* make pagination immutable
Signed-off-by: Mukundan Sundararajan <msundar.ms@outlook.com>
Co-authored-by: Artur Souza <artursouza.ms@outlook.com>
2022-03-20 21:03:11 -07:00
Artur Souza
0c2fcb48a2
Update for next release: 1.5.0 snapshot ( #672 )
...
* Update CLI and runtime to 1.6.0-rc.x
Signed-off-by: Artur Souza <artursouza.ms@outlook.com>
* Upgrade the version to 1.5.0-SNAPSHOT
Signed-off-by: Artur Souza <artursouza.ms@outlook.com>
2022-01-18 12:28:35 +05:30
Maarten Mulders
be7edb17f6
Migrated out of JCenter as a Maven repository manager ( #648 )
...
* Upgrade okhttp-mock dependency
Version 1.3.2 was never deployed to Maven Central
* No longer refer to JCenter, as it has been shut down
2021-10-29 14:51:10 -07:00
Artur Souza
ed1fac1f89
Upgrade the version to 1.4.0-SNAPSHOT ( #632 )
2021-09-15 22:03:12 -07:00
Maarten Mulders
ae5c2a1314
Declare CloudEvent generic to allow automatic payload deserialization using Jackson ( #591 )
...
* Declare CloudEvent generic
* Fix timestamp in logging
* Declare Spring Boot version once
* Simplify administration of received events
* Update docs
* Always return a list, even if it's empty
Rather than returning `null` when no
messages are present for a topic.
2021-08-13 13:52:37 -07:00
Bernd Verst
48b2d44aa7
Add support for configuring actor reminder storage partitions ( #574 )
...
* Update GRPC libraries for security updates
* AdConfigurable actor reminder storage patitions
* autoformat code
* Fix test and linter error
* more autoformatting
* competing style checker :(
Co-authored-by: Ubuntu <beverst@beverst-ubuntu.4gvshbv0hrpejbsei5kugsxnoc.xx.internal.cloudapp.net>
Co-authored-by: Artur Souza <artursouza.ms@outlook.com>
2021-07-12 16:02:25 -07:00
halspang
2eb6e1d9e3
Upgrade the version to 1.2.0-SNAPSHOT ( #549 )
2021-05-19 22:01:28 -07:00
Artur Souza
589a352450
w3c tracing integration test ( #522 )
...
* w3c tracing integration test
* Addresses PR comments.
2021-03-23 14:30:34 -07:00
Artur Souza
45c81afa06
Upgrade the version to 1.1.0-SNAPSHOT ( #494 )
2021-02-16 18:14:23 -08:00
Artur Souza
7eacfcc88f
Fix error handling in http invoke.
...
ITs to validate invoke errors on http and grpc services.
Handle serialization of proto objects.
2021-01-27 22:22:22 -08:00
Artur Souza
de4c37e3a5
Upgrade the version to 1.0.0-SNAPSHOT ( #413 )
2020-12-15 23:34:20 -08:00
Artur Souza
a5c9bf73ba
Upgrade the version to 0.11.0-SNAPSHOT ( #390 )
2020-11-16 12:34:44 -08:00
Artur Souza
c466e211f1
Fix build due to deprecated maven repo, using jcenter now. ( #392 )
2020-11-16 12:01:53 -08:00
Mukundan Sundararajan
97eacf9598
update open telemetry lib version 0.7.1 ( #380 )
...
* update readme with secrets example link
* Update opentelemetry to 0.7.1, change repo id for sping
Co-authored-by: Artur Souza <artursouza.ms@outlook.com>
2020-11-09 21:52:36 -08:00
Mukundan Sundararajan
751ea2168c
upgrade dependency versions ( #378 )
2020-11-04 16:22:39 -08:00
dependabot[bot]
f911756444
Bump junit from 4.12 to 4.13.1 in /sdk-tests ( #359 )
...
Bumps [junit](https://github.com/junit-team/junit4 ) from 4.12 to 4.13.1.
- [Release notes](https://github.com/junit-team/junit4/releases )
- [Changelog](https://github.com/junit-team/junit4/blob/main/doc/ReleaseNotes4.12.md )
- [Commits](https://github.com/junit-team/junit4/compare/r4.12...r4.13.1 )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Artur Souza <artursouza.ms@outlook.com>
2020-10-16 15:38:18 -07:00
Artur Souza
76c848bb6f
Fixes timer invocation after app restarts. ( #363 )
2020-10-16 14:29:31 -07:00
Artur Souza
7f261be7ed
Upgrade the version to 0.10.0-SNAPSHOT ( #345 )
2020-09-28 11:15:38 -07:00
Artur Souza
baab109202
Bulk get state ( #335 )
...
* unfinished work
* Working version of Bulk get state API.
Co-authored-by: Haishi2016 <hbai@microsoft.com>
2020-09-16 11:29:01 -07:00
Charlie Stanley
d72e4cc49b
Upgrade the version to 0.9.0-SNAPSHOT
2020-08-19 13:38:16 -07:00
Mukundan Sundararajan
a388a6a90f
Upgrade the version to 0.8.0-SNAPSHOT ( #314 )
2020-07-30 12:00:53 -07:00
Artur Souza
dbdab2ed69
Upgrade the version to 0.7.0-SNAPSHOT ( #292 )
2020-06-05 20:01:51 -07:00
Artur Souza
c48c8870c8
Upgrade the version to 0.6.0-SNAPSHOT
2020-05-05 11:09:30 -07:00
Artur Souza
53adaa9ce8
Release 0.5.0-SNAPSHOT ( #262 )
2020-04-01 14:25:00 -07:00
Artur Souza
4611f40cb5
Springboot integration. ( #256 )
2020-03-30 09:49:31 -07:00
Artur Souza
46a1e5b8b4
Upgrade the version to 0.4.0-SNAPSHOT ( #253 )
2020-03-11 17:41:08 -07:00
Artur Souza
66b1cad71f
Support for GetSecret + ITs + sample. ( #249 )
2020-03-10 11:39:17 -07:00
Artur Souza
1739391f2a
Upgrade the version to 0.3.0-SNAPSHOT ( #232 )
2020-02-12 11:55:34 -08:00
Artur Souza
93b990be79
Keep the latest stable version of junit. ( #169 )
2020-01-29 14:01:39 -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