Artur Souza
806ddc00bd
Update Dapr runtime and CLI to 1.10. ( #837 )
...
Signed-off-by: Artur Souza <asouza.pro@gmail.com>
2023-02-16 09:53:38 -08:00
Artur Souza
242d93a1ac
Generate updated javadocs for 1.8.0 ( #836 )
...
Signed-off-by: Artur Souza <asouza.pro@gmail.com>
2023-02-16 09:53:19 -08:00
Artur Souza
10d09619db
Upgrade the version to 1.9.0-SNAPSHOT ( #829 )
...
Signed-off-by: Artur Souza <asouza.pro@gmail.com>
2023-02-03 09:00:17 -08:00
Artur Souza
339c46e0f1
Use runtime 1.10.0-rc.X and CLI 1.10.0-rc.X ( #827 )
...
Signed-off-by: Artur Souza <asouza.pro@gmail.com>
2023-02-03 08:36:50 -08:00
Artur Souza
31a47f5521
Update springboot to latest minor.patch version. ( #826 )
2023-02-02 12:30:22 -08:00
dependabot[bot]
a947d5d5b1
Bump codecov/codecov-action from 3.1.0 to 3.1.1 ( #788 )
...
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action ) from 3.1.0 to 3.1.1.
- [Release notes](https://github.com/codecov/codecov-action/releases )
- [Changelog](https://github.com/codecov/codecov-action/blob/master/CHANGELOG.md )
- [Commits](https://github.com/codecov/codecov-action/compare/v3.1.0...v3.1.1 )
---
updated-dependencies:
- dependency-name: codecov/codecov-action
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
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>
2023-01-25 13:13:00 -08:00
LionTao
bd6e91b871
Add ElementType.Type to ActorType ( #812 )
...
Signed-off-by: LionTao <taojiachun980831@163.com>
Signed-off-by: LionTao <taojiachun980831@163.com>
Co-authored-by: Mukundan Sundararajan <65565396+mukundansundar@users.noreply.github.com>
Co-authored-by: Artur Souza <artursouza.ms@outlook.com>
2023-01-25 13:11:28 -08:00
Artur Souza
beafb5a5b3
Deprecate HTTP client with warning. ( #824 )
...
Signed-off-by: Artur Souza <asouza.pro@gmail.com>
Signed-off-by: Artur Souza <asouza.pro@gmail.com>
2023-01-24 16:50:43 -08:00
Mukundan Sundararajan
81591b9f5b
initial bulk publish impl for java ( #789 )
...
* initial bulk publish impl for java
Signed-off-by: Mukundan Sundararajan <65565396+mukundansundar@users.noreply.github.com>
* add UTs and clean up java doc for new interface methods.
Signed-off-by: Mukundan Sundararajan <65565396+mukundansundar@users.noreply.github.com>
* add more interface methods for bulk publish
Signed-off-by: Mukundan Sundararajan <65565396+mukundansundar@users.noreply.github.com>
* adding examples and ITs for bulk publish
Signed-off-by: Mukundan Sundararajan <65565396+mukundansundar@users.noreply.github.com>
* addressing review comments
Signed-off-by: Mukundan Sundararajan <65565396+mukundansundar@users.noreply.github.com>
* use latest ref from dapr branch
Signed-off-by: Mukundan Sundararajan <65565396+mukundansundar@users.noreply.github.com>
* add example validation
Signed-off-by: Mukundan Sundararajan <65565396+mukundansundar@users.noreply.github.com>
* fix bindings example validation
Signed-off-by: Mukundan Sundararajan <65565396+mukundansundar@users.noreply.github.com>
* make changes for latest bulk publish dapr changes
Signed-off-by: Mukundan Sundararajan <65565396+mukundansundar@users.noreply.github.com>
* fix examples
Signed-off-by: Mukundan Sundararajan <65565396+mukundansundar@users.noreply.github.com>
* fix examples
Signed-off-by: Mukundan Sundararajan <65565396+mukundansundar@users.noreply.github.com>
* fix typo
Signed-off-by: Mukundan Sundararajan <65565396+mukundansundar@users.noreply.github.com>
* test against java 11 only
Signed-off-by: Mukundan Sundararajan <65565396+mukundansundar@users.noreply.github.com>
* change to latest dapr commit
Signed-off-by: Mukundan Sundararajan <65565396+mukundansundar@users.noreply.github.com>
* run only pubsub IT, upload failsafe reports as run artifact
Signed-off-by: Mukundan Sundararajan <65565396+mukundansundar@users.noreply.github.com>
* fix checkstyle
Signed-off-by: Mukundan Sundararajan <65565396+mukundansundar@users.noreply.github.com>
* fix IT report upload condition
Signed-off-by: Mukundan Sundararajan <65565396+mukundansundar@users.noreply.github.com>
* fix compile issues
Signed-off-by: Mukundan Sundararajan <65565396+mukundansundar@users.noreply.github.com>
* fix spotbugs issue
Signed-off-by: Mukundan Sundararajan <65565396+mukundansundar@users.noreply.github.com>
* run pubsubIT only
Signed-off-by: Mukundan Sundararajan <65565396+mukundansundar@users.noreply.github.com>
* change upload artifact name for IT
Signed-off-by: Mukundan Sundararajan <65565396+mukundansundar@users.noreply.github.com>
* fix tests
Signed-off-by: Mukundan Sundararajan <65565396+mukundansundar@users.noreply.github.com>
* fix
Signed-off-by: Mukundan Sundararajan <65565396+mukundansundar@users.noreply.github.com>
* introduce sleep
Signed-off-by: Mukundan Sundararajan <65565396+mukundansundar@users.noreply.github.com>
* test bulk publish with redis
Signed-off-by: Mukundan Sundararajan <65565396+mukundansundar@users.noreply.github.com>
* change longvalues test to kafka
Signed-off-by: Mukundan Sundararajan <65565396+mukundansundar@users.noreply.github.com>
* change bulk pub to kafka and revert long values changes
Signed-off-by: Mukundan Sundararajan <65565396+mukundansundar@users.noreply.github.com>
* remove kafka pubsub from pubsub IT
Signed-off-by: Mukundan Sundararajan <65565396+mukundansundar@users.noreply.github.com>
* change match order in examples
Signed-off-by: Mukundan Sundararajan <65565396+mukundansundar@users.noreply.github.com>
* set fail fast as false
Signed-off-by: Mukundan Sundararajan <65565396+mukundansundar@users.noreply.github.com>
* fix Internal Invoke exception in ITs
Signed-off-by: Mukundan Sundararajan <65565396+mukundansundar@users.noreply.github.com>
* address review comments
Signed-off-by: Mukundan Sundararajan <65565396+mukundansundar@users.noreply.github.com>
* fix IT
Signed-off-by: Mukundan Sundararajan <65565396+mukundansundar@users.noreply.github.com>
* fix app scopes in examples
Signed-off-by: Mukundan Sundararajan <65565396+mukundansundar@users.noreply.github.com>
* add content to daprdocs
Signed-off-by: Mukundan Sundararajan <65565396+mukundansundar@users.noreply.github.com>
* address review comments
Signed-off-by: Mukundan Sundararajan <65565396+mukundansundar@users.noreply.github.com>
* fix mm.py step comment
Signed-off-by: Mukundan Sundararajan <65565396+mukundansundar@users.noreply.github.com>
* reset bindings examples readme
Signed-off-by: Mukundan Sundararajan <65565396+mukundansundar@users.noreply.github.com>
* fix example, IT and make classes immutable
Signed-off-by: Mukundan Sundararajan <65565396+mukundansundar@users.noreply.github.com>
Signed-off-by: Mukundan Sundararajan <65565396+mukundansundar@users.noreply.github.com>
Co-authored-by: Artur Souza <asouza.pro@gmail.com>
2023-01-19 12:57:06 -08:00
Shubham Sharma
eb8565cca0
feat(pubsub): add bulk subscribe support ( #791 )
2023-01-18 17:58:03 -08:00
Artur Souza
b83661d109
Update daprd, fix invoke it and improve binding it ( #823 )
...
* Use app health check in ITs to minimize flakiness.
Signed-off-by: Artur Souza <artursouza.ms@outlook.com>
* Fix DaprRun and update Dapr runtime ref.
Signed-off-by: Artur Souza <artursouza.ms@outlook.com>
* Add retry logic to tracing example's validation
Signed-off-by: Artur Souza <artursouza.ms@outlook.com>
* Printing validation steps.
Signed-off-by: Artur Souza <artursouza.ms@outlook.com>
* Change retry logic for tracing it
Signed-off-by: Artur Souza <artursouza.ms@outlook.com>
* Updare Dapr ref.
Signed-off-by: Artur Souza <artursouza.ms@outlook.com>
* Revert secret.json
Signed-off-by: Artur Souza <artursouza.ms@outlook.com>
* Add gRPC HealthCheck.
Signed-off-by: Artur Souza <artursouza.ms@outlook.com>
* Change expectations for invoke tests.
Signed-off-by: Artur Souza <artursouza.ms@outlook.com>
* Fix typo causing compilation error.
Signed-off-by: Artur Souza <asouza.pro@gmail.com>
* Update Dapr ref to latest master.
Signed-off-by: Artur Souza <asouza.pro@gmail.com>
* Fix binding and method invoke ITs.
Signed-off-by: Artur Souza <asouza.pro@gmail.com>
* Add wait time to reduce flakiness of ApiIT.
Signed-off-by: Artur Souza <asouza.pro@gmail.com>
* Re-enable health-check.
Signed-off-by: Artur Souza <asouza.pro@gmail.com>
* Remove AppHealth as it breaks actor ITs.
Signed-off-by: Artur Souza <artur.barbalho@outlook.com>
Signed-off-by: Artur Souza <artursouza.ms@outlook.com>
Signed-off-by: Artur Souza <asouza.pro@gmail.com>
Signed-off-by: Artur Souza <artur.barbalho@outlook.com>
2023-01-16 22:01:00 -08:00
Shubham Sharma
96259e49de
Fix App-IDs across examples and tests ( #814 )
...
* Update App IDs across examples and ITs
Signed-off-by: Shubham Sharma <shubhash@microsoft.com>
* Convert string to lower case
Signed-off-by: Shubham Sharma <shubhash@microsoft.com>
* Final
Signed-off-by: Shubham Sharma <shubhash@microsoft.com>
* re-trigger pipeline
Signed-off-by: Shubham Sharma <shubhash@microsoft.com>
* Update tracing IT
Signed-off-by: Shubham Sharma <shubhash@microsoft.com>
* re-trigger pipeline
Signed-off-by: Shubham Sharma <shubhash@microsoft.com>
* re-trigger pipeline
Signed-off-by: Shubham Sharma <shubhash@microsoft.com>
Signed-off-by: Shubham Sharma <shubhash@microsoft.com>
Co-authored-by: Mukundan Sundararajan <65565396+mukundansundar@users.noreply.github.com>
2023-01-04 15:56:04 -08:00
dependabot[bot]
dcee2f7785
Bump actions/checkout from 2 to 3 ( #800 )
...
Bumps [actions/checkout](https://github.com/actions/checkout ) from 2 to 3.
- [Release notes](https://github.com/actions/checkout/releases )
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md )
- [Commits](https://github.com/actions/checkout/compare/v2...v3 )
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
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>
Co-authored-by: Mukundan Sundararajan <65565396+mukundansundar@users.noreply.github.com>
2022-12-05 05:05:32 -08:00
Sarthak Sharma
7593b0e078
Update docs for configuration api ( #813 )
...
* fix docs for configuration api
Signed-off-by: Sarthak Sharma <sartsharma@microsoft.com>
* Update daprdocs/content/en/java-sdk-docs/_index.md
Signed-off-by: Mukundan Sundararajan <65565396+mukundansundar@users.noreply.github.com>
Signed-off-by: Sarthak Sharma <sartsharma@microsoft.com>
Signed-off-by: Mukundan Sundararajan <65565396+mukundansundar@users.noreply.github.com>
Co-authored-by: Mukundan Sundararajan <65565396+mukundansundar@users.noreply.github.com>
2022-11-25 15:08:28 +05:30
addjuarez
bc9de9fa7e
report sdk version in user-agent ( #810 )
...
* report sdk version in user-agent
Signed-off-by: addjuarez <addiajuarez@gmail.com>
* make private
Signed-off-by: addjuarez <addiajuarez@gmail.com>
* close input
Signed-off-by: addjuarez <addiajuarez@gmail.com>
* style
Signed-off-by: addjuarez <addiajuarez@gmail.com>
* debug
Signed-off-by: addjuarez <addiajuarez@gmail.com>
* typo
Signed-off-by: addjuarez <addiajuarez@gmail.com>
* use try resource block
Signed-off-by: addjuarez <addiajuarez@gmail.com>
* fix exception
Signed-off-by: addjuarez <addiajuarez@gmail.com>
* newline
Signed-off-by: addjuarez <addiajuarez@gmail.com>
* use defaults
Signed-off-by: addjuarez <addiajuarez@gmail.com>
* Use getSdkVersion()
Signed-off-by: addjuarez <addiajuarez@gmail.com>
Signed-off-by: addjuarez <addiajuarez@gmail.com>
2022-11-20 22:07:02 -08:00
Artur Souza
622844b30a
Generate updated javadocs for 1.7.1 ( #809 )
...
Signed-off-by: Artur Souza <artursouza.ms@outlook.com>
Signed-off-by: Artur Souza <artursouza.ms@outlook.com>
2022-11-14 21:25:53 -08:00
Artur Souza
c0a8c2b1d2
Update to latest Dapr run time and CLI. ( #807 )
...
Signed-off-by: Artur Souza <artursouza.ms@outlook.com>
Signed-off-by: Artur Souza <artursouza.ms@outlook.com>
2022-11-10 14:06:57 -08:00
John Ewart
aeb42d833f
Allow subscription builder to be called with the same route ( #805 )
...
If the route being provided for a topic is the same as it was previously,
do not raise an exception.
Fixes parallel test execution without `forkMode=always` (#766 )
Signed-off-by: John Ewart <johnewart@microsoft.com>
Signed-off-by: John Ewart <johnewart@microsoft.com>
2022-11-07 11:00:23 -08:00
John Ewart
5dd45adcf2
Update docs regarding changing the protobuf url and skip the cache ( #793 )
...
* Update docs regarding changing the protobuf url and skip the cache when downloading protobuf definitions
Signed-off-by: John Ewart <john@johnewart.net>
* Update pom.xml
Changed protobuf base url to point back at commit `683a436ff1367e4ff2d27da2d79069c04ec2c46d`
Signed-off-by: John Ewart <john@johnewart.net>
* Update README.md
Minor change to readme
Signed-off-by: John Ewart <john@johnewart.net>
Signed-off-by: John Ewart <john@johnewart.net>
Co-authored-by: Artur Souza <artursouza.ms@outlook.com>
2022-11-06 21:19:21 -08:00
dependabot[bot]
95afd236d8
Bump jackson-databind from 2.12.6.1 to 2.13.4.1 in /sdk ( #801 )
...
Bumps [jackson-databind](https://github.com/FasterXML/jackson ) from 2.12.6.1 to 2.13.4.1.
- [Release notes](https://github.com/FasterXML/jackson/releases )
- [Commits](https://github.com/FasterXML/jackson/commits )
---
updated-dependencies:
- dependency-name: com.fasterxml.jackson.core:jackson-databind
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
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>
2022-11-06 21:17:39 -08:00
Artur Souza
186298daf0
Generate updated javadocs for 1.7.0 ( #798 )
...
Signed-off-by: Artur Souza <artursouza.ms@outlook.com>
Signed-off-by: Artur Souza <artursouza.ms@outlook.com>
2022-11-06 21:17:15 -08:00
Artur Souza
a53f02d3d8
Upgrade the version to 1.8.0-SNAPSHOT ( #796 )
...
Signed-off-by: Artur Souza <artursouza.ms@outlook.com>
Signed-off-by: Artur Souza <artursouza.ms@outlook.com>
2022-11-06 21:16:47 -08:00
Artur Souza
5a2833ca63
Update Dapr and CLI to 1.9 RC1 ( #795 )
...
* Update Dapr and CLI to 1.9 RC1
Signed-off-by: Artur Souza <artursouza.ms@outlook.com>
* Fix HTTP service invocation without content-type.
Signed-off-by: Artur Souza <artursouza.ms@outlook.com>
* Update RCs.
Signed-off-by: Artur Souza <artursouza.ms@outlook.com>
Signed-off-by: Artur Souza <artursouza.ms@outlook.com>
2022-10-03 11:21:16 -07:00
Pravin Pushkar
04e7298702
Config API : HTTP APIs and Unsubscribe gRPC API changes ( #740 )
...
* Config API : Unsubscribe config items changes
Signed-off-by: pravinpushkar <ppushkar@microsoft.com>
* Unit and integration tests changes
Signed-off-by: pravinpushkar <ppushkar@microsoft.com>
* Addressing review comments
Signed-off-by: Pravin Pushkar <ppushkar@microsoft.com>
* GetConfiguration HTTP API impl
Signed-off-by: Pravin Pushkar <ppushkar@microsoft.com>
* Subscribe and Unsubscribe HTTP changes
Signed-off-by: Pravin Pushkar <ppushkar@microsoft.com>
* Subscribe config http changes
Signed-off-by: Pravin Pushkar <ppushkar@microsoft.com>
* Http unsubscribe and unit tests
Signed-off-by: Pravin Pushkar <ppushkar@microsoft.com>
* Integration tests for http config apis
Signed-off-by: Pravin Pushkar <ppushkar@microsoft.com>
* Fixing lint
Signed-off-by: Pravin Pushkar <ppushkar@microsoft.com>
* Chnaging rersponse of HTTP Unsubscribe API
Signed-off-by: Pravin Pushkar <ppushkar@microsoft.com>
* Fix integration test failure
Signed-off-by: Pravin Pushkar <ppushkar@microsoft.com>
* refactor IT tests
Signed-off-by: Pravin Pushkar <ppushkar@microsoft.com>
* code clean up
Signed-off-by: Pravin Pushkar <ppushkar@microsoft.com>
* setting dapr ref
Signed-off-by: Pravin Pushkar <ppushkar@microsoft.com>
* Update readme
Signed-off-by: Pravin Pushkar <ppushkar@microsoft.com>
* Modify Unit tests
Signed-off-by: Pravin Pushkar <ppushkar@microsoft.com>
* Remove failing buggy tests
Signed-off-by: Pravin Pushkar <ppushkar@microsoft.com>
* fix review commnets and integration tests
Signed-off-by: Pravin Pushkar <ppushkar@microsoft.com>
* trigger pr check
Signed-off-by: Pravin Pushkar <ppushkar@microsoft.com>
* Fix for getAll keys
Signed-off-by: Pravin Pushkar <ppushkar@microsoft.com>
* Fix subscribe All
Signed-off-by: Pravin Pushkar <ppushkar@microsoft.com>
* Move http subscribe handle to dapr controller
Signed-off-by: Pravin Pushkar <ppushkar@microsoft.com>
* Simplified examples
Signed-off-by: Pravin Pushkar <ppushkar@microsoft.com>
* change dapr ref, and add unit test
Signed-off-by: Pravin Pushkar <ppushkar@microsoft.com>
* trigger pr checks
Signed-off-by: Pravin Pushkar <ppushkar@microsoft.com>
* trigger pr checks
Signed-off-by: Pravin Pushkar <ppushkar@microsoft.com>
* Use biConsumer to register handlers
Signed-off-by: Pravin Pushkar <ppushkar@microsoft.com>
* Re use args contructors and re add final modifier
Signed-off-by: Pravin Pushkar <ppushkar@microsoft.com>
* put dapr run back
Signed-off-by: Pravin Pushkar <ppushkar@microsoft.com>
* fix nitpick
Signed-off-by: Pravin Pushkar <ppushkar@microsoft.com>
* Remove the springboot HTTP "convenience".
Signed-off-by: Artur Souza <artursouza.ms@outlook.com>
Signed-off-by: pravinpushkar <ppushkar@microsoft.com>
Signed-off-by: Pravin Pushkar <ppushkar@microsoft.com>
Signed-off-by: Artur Souza <artursouza.ms@outlook.com>
Co-authored-by: Artur Souza <artursouza.ms@outlook.com>
2022-09-29 20:37:46 -07:00
Hannah Hunter
44f80c956d
[Docs] Add input bindings section ( #776 )
...
* add input bindings to java doc
Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
* add missing code
Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
2022-09-14 11:23:53 -07:00
addjuarez
bbb6a1d9c0
Removed final from CloudEvent class ( #775 )
...
* Remove final from CloudEvent Class
Signed-off-by: addjuarez <addiajuarez@gmail.com>
* Add private field
Signed-off-by: addjuarez <addiajuarez@gmail.com>
* Changing test to not use a complex constructor and double deserialization.
Signed-off-by: Artur Souza <artursouza.ms@outlook.com>
* Remove OBJECT_MAPPER.
Signed-off-by: Artur Souza <artursouza.ms@outlook.com>
Signed-off-by: addjuarez <addiajuarez@gmail.com>
Signed-off-by: Artur Souza <artursouza.ms@outlook.com>
Co-authored-by: Artur Souza <artursouza.ms@outlook.com>
2022-09-08 17:34:11 -07:00
addjuarez
2cc9e536c8
Update sdk to use configuration dictionaries ( #769 )
...
* Update sdk to use configuration maps
Signed-off-by: addjuarez <addiajuarez@gmail.com>
* add ref
Signed-off-by: addjuarez <addiajuarez@gmail.com>
* add ref validate
Signed-off-by: addjuarez <addiajuarez@gmail.com>
* go 1.19
Signed-off-by: addjuarez <addiajuarez@gmail.com>
* fix it test
Signed-off-by: addjuarez <addiajuarez@gmail.com>
* update comments
Signed-off-by: addjuarez <addiajuarez@gmail.com>
* use immutable maps
Signed-off-by: addjuarez <addiajuarez@gmail.com>
Signed-off-by: addjuarez <addiajuarez@gmail.com>
2022-09-05 19:28:34 -07:00
Pravin Pushkar
997c86d526
Added Headers passed through metadata ( #770 )
...
* Added Headers passed through metadata
Signed-off-by: Pravin Pushkar <ppushkar@microsoft.com>
* trigger pr check
Signed-off-by: Pravin Pushkar <ppushkar@microsoft.com>
Signed-off-by: Pravin Pushkar <ppushkar@microsoft.com>
2022-08-30 11:39:28 -07:00
Mr.Black
866b166e11
fix the okhttp3 version bug ( #762 )
...
Signed-off-by: RcXu <honeyxhl@163.com>
2022-07-18 03:36:49 -07:00
Artur Souza
cff90c0015
Generate updated javadocs for 1.6.0 ( #758 )
...
Signed-off-by: Artur Souza <asouza.pro@gmail.com>
2022-07-12 09:04:55 -07:00
Mukundan Sundararajan
2c62f5db3e
test with 1.8 rc3 and cli rc1 ( #754 )
...
Signed-off-by: Mukundan Sundararajan <65565396+mukundansundar@users.noreply.github.com>
2022-06-24 13:54:30 -07:00
Artur Souza
5b2d8f482d
Upgrade the version to 1.7.0-SNAPSHOT ( #753 )
...
Signed-off-by: Artur Souza <artursouza.ms@outlook.com>
2022-06-24 10:13:33 +05:30
Phil Kedy
2235e3d978
Adding pubsub routing support ( #631 )
...
* Adding pubsub routing support
Signed-off-by: Artur Souza <artursouza.ms@outlook.com>
* remove deprecated classes (#704 )
* remove deprecated classes
Signed-off-by: Mukundan Sundararajan <msundar.ms@outlook.com>
* remove builder class ref in ITs
Signed-off-by: Mukundan Sundararajan <msundar.ms@outlook.com>
* fix setter in IT
Signed-off-by: Mukundan Sundararajan <msundar.ms@outlook.com>
Signed-off-by: Artur Souza <artursouza.ms@outlook.com>
* Address PR comments.
Signed-off-by: Artur Souza <artursouza.ms@outlook.com>
Co-authored-by: Mukundan Sundararajan <65565396+mukundansundar@users.noreply.github.com>
Co-authored-by: Artur Souza <artursouza.ms@outlook.com>
2022-06-23 11:40:10 -07:00
Artur Souza
a9672c4438
Update Dapr runtime to 1.8 RC2. ( #752 )
...
Signed-off-by: Artur Souza <artursouza.ms@outlook.com>
2022-06-23 09:58:52 -07:00
Artur Souza
6ff58e9ee7
Fix integration tests on Windows. ( #750 )
...
Signed-off-by: Artur Souza <artursouza.ms@outlook.com>
2022-06-22 14:18:51 +05:30
Hannah Hunter
ea19b26d5d
typo fix ( #742 )
...
Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
2022-05-26 13:14:26 -07:00
dependabot[bot]
b70a9e1057
Bump codecov/codecov-action from 2.1.0 to 3.1.0 ( #735 )
...
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action ) from 2.1.0 to 3.1.0.
- [Release notes](https://github.com/codecov/codecov-action/releases )
- [Changelog](https://github.com/codecov/codecov-action/blob/master/CHANGELOG.md )
- [Commits](https://github.com/codecov/codecov-action/compare/v2.1.0...v3.1.0 )
---
updated-dependencies:
- dependency-name: codecov/codecov-action
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-05-05 16:56:10 +05:30
dependabot[bot]
39da710120
Bump fossas/fossa-action from 1.1.0 to 1.3.1 ( #737 )
...
Bumps [fossas/fossa-action](https://github.com/fossas/fossa-action ) from 1.1.0 to 1.3.1.
- [Release notes](https://github.com/fossas/fossa-action/releases )
- [Commits](https://github.com/fossas/fossa-action/compare/v1.1.0...v1.3.1 )
---
updated-dependencies:
- dependency-name: fossas/fossa-action
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-05-05 16:25:57 +05:30
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
Shubham Sharma
65936ee963
Pin fossa-action version ( #734 )
...
Signed-off-by: Shubham Sharma <shubhash@microsoft.com>
2022-04-19 22:51:54 +05:30
dependabot[bot]
81ebd763cd
Bump actions/setup-go from 2 to 3 ( #731 )
...
Bumps [actions/setup-go](https://github.com/actions/setup-go ) from 2 to 3.
- [Release notes](https://github.com/actions/setup-go/releases )
- [Commits](https://github.com/actions/setup-go/compare/v2...v3 )
---
updated-dependencies:
- dependency-name: actions/setup-go
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-04-10 22:00:43 -07:00
Artur Souza
1f2e038439
Generate updated javadocs for 1.5.0 ( #730 )
...
Signed-off-by: Artur Souza <artursouza.ms@outlook.com>
2022-04-08 00:57:41 -07:00
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
78a7312c75
Test long vals ( #717 )
...
* run IT test for long values
Signed-off-by: tanvigour <tanvi.gour@gmail.com>
* Fix the class name
Signed-off-by: tanvigour <tanvi.gour@gmail.com>
* assert for all messages and fix class name
Signed-off-by: tanvigour <tanvi.gour@gmail.com>
* test for Long.MAX_VALUE
Signed-off-by: tanvigour <tanvi.gour@gmail.com>
* revert back long number and print
Signed-off-by: tanvigour <tanvi.gour@gmail.com>
* fix the typo
Signed-off-by: tanvigour <tanvi.gour@gmail.com>
* update the latest dapr commit in workflow files
Signed-off-by: tanvigour <tanvi.gour@gmail.com>
* log some more data to debug
Signed-off-by: tanvigour <tanvi.gour@gmail.com>
* debug
Signed-off-by: tanvigour <tanvi.gour@gmail.com>
* get the value from messages
Signed-off-by: tanvigour <tanvi.gour@gmail.com>
* fix long values assert
Signed-off-by: Mukundan Sundararajan <65565396+mukundansundar@users.noreply.github.com>
* increasing TTL
Signed-off-by: Mukundan Sundararajan <65565396+mukundansundar@users.noreply.github.com>
Co-authored-by: tanvigour <tanvi.gour@gmail.com>
Co-authored-by: tanvigour <60332928+tanvigour@users.noreply.github.com>
2022-03-31 21:36:16 -07:00
Artur Souza
bfe7f3842a
Update to 1.7.0-rc2 ( #720 )
...
Signed-off-by: Artur Souza <artursouza.ms@outlook.com>
2022-03-30 18:30:00 -07:00
dependabot[bot]
6bdba2244b
Bump jackson-databind from 2.11.3 to 2.12.6.1 in /sdk ( #718 )
...
Bumps [jackson-databind](https://github.com/FasterXML/jackson ) from 2.11.3 to 2.12.6.1.
- [Release notes](https://github.com/FasterXML/jackson/releases )
- [Commits](https://github.com/FasterXML/jackson/commits )
---
updated-dependencies:
- dependency-name: com.fasterxml.jackson.core:jackson-databind
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-03-30 16:21:27 -07:00
tanvigour
1ce67387b6
IT test for long values ( #713 )
...
* run IT test for long values
Signed-off-by: tanvigour <tanvi.gour@gmail.com>
* Fix the class name
Signed-off-by: tanvigour <tanvi.gour@gmail.com>
* assert for all messages and fix class name
Signed-off-by: tanvigour <tanvi.gour@gmail.com>
* test for Long.MAX_VALUE
Signed-off-by: tanvigour <tanvi.gour@gmail.com>
* revert back long number and print
Signed-off-by: tanvigour <tanvi.gour@gmail.com>
* fix the typo
Signed-off-by: tanvigour <tanvi.gour@gmail.com>
* update the latest dapr commit in workflow files
Signed-off-by: tanvigour <tanvi.gour@gmail.com>
* log some more data to debug
Signed-off-by: tanvigour <tanvi.gour@gmail.com>
* debug
Signed-off-by: tanvigour <tanvi.gour@gmail.com>
* get the value from messages
Signed-off-by: tanvigour <tanvi.gour@gmail.com>
* address feedback
Signed-off-by: tanvigour <tanvi.gour@gmail.com>
* change the assertion
Signed-off-by: tanvigour <tanvi.gour@gmail.com>
* Add hashcode and equals functione and create new obj while adding value to set
Signed-off-by: tanvigour <tanvi.gour@gmail.com>
* move iterator
Signed-off-by: tanvigour <tanvi.gour@gmail.com>
* log value before adding to hashset
Signed-off-by: tanvigour <tanvi.gour@gmail.com>
* log value before adding to hashset
Signed-off-by: tanvigour <tanvi.gour@gmail.com>
* log value before adding to hashset
Signed-off-by: tanvigour <tanvi.gour@gmail.com>
* change assertion
Signed-off-by: tanvigour <tanvi.gour@gmail.com>
* fix equals method
Signed-off-by: tanvigour <tanvi.gour@gmail.com>
* adding debugging for expected value
Signed-off-by: tanvigour <tanvi.gour@gmail.com>
* adding logs for expected value
Signed-off-by: tanvigour <tanvi.gour@gmail.com>
* log value before adding to hashset
Signed-off-by: tanvigour <tanvi.gour@gmail.com>
Co-authored-by: Mukundan Sundararajan <65565396+mukundansundar@users.noreply.github.com>
2022-03-29 15:06:41 -07:00
Mukundan Sundararajan
c7cc94d6d9
fix duration parsing ( #714 )
2022-03-23 22:20:18 -07:00
greenie-msft
b0b6c4c7e5
Update tutorial link for observability ( #711 )
...
Signed-off-by: Nick Greenfield <nigreenf@microsoft.com>
2022-03-23 21:20:37 +05:30
Mukundan Sundararajan
436586292e
Add IntelliJ IT docs ( #705 )
...
* add intellij IT docs
Signed-off-by: Mukundan Sundararajan <msundar.ms@outlook.com>
* use wsl2
Signed-off-by: Mukundan Sundararajan <msundar.ms@outlook.com>
2022-03-21 20:59:39 -07:00