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
deepanshuagarwal
593da48bc4
Catering to all possible routes for Post Request ( #700 )
...
* Catering to all possible routes for Post Request
Signed-off-by: deepanshuagarwal <deepanshu.agarwal1984@gmail.com>
* Correcting checkstyle related violations
Signed-off-by: deepanshuagarwal <deepanshu.agarwal1984@gmail.com>
* Refactoring and Adding UTs for post method routes
Signed-off-by: deepanshuagarwal <deepanshu.agarwal1984@gmail.com>
* Using resolved topic name
Signed-off-by: deepanshuagarwal <deepanshu.agarwal1984@gmail.com>
* Shifting routesPostMethod to reduce its access
Signed-off-by: deepanshuagarwal <deepanshu.agarwal1984@gmail.com>
Co-authored-by: Mukundan Sundararajan <65565396+mukundansundar@users.noreply.github.com>
2022-03-21 14:27:29 +05:30
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
Sky Ao
e3fa24f67b
set maxRequestsPerHost of okhttp to support slow response requests and high TPS ( #708 )
...
* set maxRequestsPerHost of okjava to support slow response requests and high TPS
Signed-off-by: Sky Ao <aoxiaojian@gmail.com>
* fix typo in comments
Signed-off-by: Sky Ao <aoxiaojian@gmail.com>
* update comments
Signed-off-by: Sky Ao <aoxiaojian@gmail.com>
* update javadoc
Signed-off-by: Sky Ao <aoxiaojian@gmail.com>
2022-03-20 21:00:01 -07:00
Pravin Pushkar
b7e41a0748
Adding link for MSFT JDK11 in README.md ( #707 )
...
Signed-off-by: pravinpushkar <ppushkar@microsoft.com>
2022-03-16 01:00:48 -07:00
Mukundan Sundararajan
0b881d3826
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>
2022-03-15 10:59:12 -07:00
Shubham Sharma
904dbe0b18
Update FOSSA workflow condition to not run on Forks ( #706 )
...
* Add workflow and badge
Signed-off-by: Shubham Sharma <shubhash@microsoft.com>
* Encode space in URL
Signed-off-by: Shubham Sharma <shubhash@microsoft.com>
* Update FOSSA workflow condition
Signed-off-by: Shubham Sharma <shubhash@microsoft.com>
2022-03-15 02:32:46 -07:00
Shubham Sharma
eb215fbb3b
Add FOSSA workflow and badge ( #703 )
...
* Add workflow and badge
Signed-off-by: Shubham Sharma <shubhash@microsoft.com>
* Encode space in URL
Signed-off-by: Shubham Sharma <shubhash@microsoft.com>
2022-03-15 09:51:11 +05:30
dependabot[bot]
36763ea16f
Bump actions/checkout from 2 to 3 ( #699 )
...
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>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-03-07 08:57:47 +05:30
dependabot[bot]
6bb29072ac
Bump actions/github-script from 5 to 6 ( #684 )
...
Bumps [actions/github-script](https://github.com/actions/github-script ) from 5 to 6.
- [Release notes](https://github.com/actions/github-script/releases )
- [Commits](https://github.com/actions/github-script/compare/v5...v6 )
---
updated-dependencies:
- dependency-name: actions/github-script
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-03-05 22:04:40 +05:30
dependabot[bot]
70d88e71c4
Bump actions/setup-java from 2.5.0 to 3 ( #696 )
...
Bumps [actions/setup-java](https://github.com/actions/setup-java ) from 2.5.0 to 3.
- [Release notes](https://github.com/actions/setup-java/releases )
- [Commits](https://github.com/actions/setup-java/compare/v2.5.0...v3 )
---
updated-dependencies:
- dependency-name: actions/setup-java
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-03-03 22:19:40 +05:30
Mukundan Sundararajan
4c077e1de2
fix github action for dapr comment analyzer bot ( #680 )
...
Signed-off-by: Mukundan Sundararajan <msundar.ms@outlook.com>
Co-authored-by: Artur Souza <artursouza.ms@outlook.com>
2022-01-27 11:00:40 -08:00
Pravin Pushkar
9989832b56
Adding javadocs to some Domain classes ( #673 )
...
* Adding javadocs to some Domain classes
Signed-off-by: pravinpushkar <ppushkar@microsoft.com>
* Fixing code coverage
Signed-off-by: pravinpushkar <ppushkar@microsoft.com>
* Incorporating review comments
Signed-off-by: pravinpushkar <ppushkar@microsoft.com>
2022-01-27 03:00:49 -08:00
Artur Souza
3e5fe39933
Generate updated javadocs for 1.4.0 ( #677 )
2022-01-25 09:26:56 -08:00
Pravin Pushkar
db33b48fd4
Java SDK - Documentation for configuration API methods ( #676 )
...
* Java SDK - Documentation for configuration API methods
Signed-off-by: pravinpushkar <ppushkar@microsoft.com>
* review comment fixes
Signed-off-by: pravinpushkar <ppushkar@microsoft.com>
Co-authored-by: Artur Souza <artursouza.ms@outlook.com>
2022-01-24 03:30:50 -08:00
Artur Souza
7f87b732c6
Update proto RC. ( #674 )
...
Signed-off-by: Artur Souza <artursouza.ms@outlook.com>
2022-01-20 16:43:52 -08: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
Pravin Pushkar
185cdba293
Config api support ( #670 )
...
* inital draft for config api
Signed-off-by: Pravin Pushkar <ppushkar@microsoft.com>
* Introducing new client for preview apis and code refactoring
Signed-off-by: Pravin Pushkar <ppushkar@microsoft.com>
* Unit tests and code refactoring
Signed-off-by: Pravin Pushkar <ppushkar@microsoft.com>
* Adding integration test
Signed-off-by: pravinpushkar <ppushkar@microsoft.com>
* Copyright changes
Signed-off-by: pravinpushkar <ppushkar@microsoft.com>
* Review comments fixes
Signed-off-by: pravinpushkar <ppushkar@microsoft.com>
* Removed DaprPreviewClientProxy and updated example README
Signed-off-by: pravinpushkar <ppushkar@microsoft.com>
* Adding validate workflow for cofiguration api example
Signed-off-by: pravinpushkar <ppushkar@microsoft.com>
* fixing example autovalidation and code coverage
Signed-off-by: pravinpushkar <ppushkar@microsoft.com>
* Fixing autovalidation and removing getAllConfiguration
Signed-off-by: pravinpushkar <ppushkar@microsoft.com>
* Fixing review comments
Signed-off-by: pravinpushkar <ppushkar@microsoft.com>
* Add regex header checkstyle.
Signed-off-by: Artur Souza <artursouza.ms@outlook.com>
* Fix headers and add javadocs to some.
Signed-off-by: Artur Souza <artursouza.ms@outlook.com>
Co-authored-by: Artur Souza <artursouza.ms@outlook.com>
2022-01-12 16:01:13 -08:00
dependabot[bot]
d8b8a5b4a8
Bump actions/setup-java from 2.4.0 to 2.5.0 ( #668 )
...
Bumps [actions/setup-java](https://github.com/actions/setup-java ) from 2.4.0 to 2.5.0.
- [Release notes](https://github.com/actions/setup-java/releases )
- [Commits](https://github.com/actions/setup-java/compare/v2.4.0...v2.5.0 )
---
updated-dependencies:
- dependency-name: actions/setup-java
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>
Co-authored-by: Artur Souza <artursouza.ms@outlook.com>
2022-01-10 20:48:08 +05:30
Will
91dd2fbe7d
Add DCO requirements and updated code of conduct ( #669 )
...
Issue reference: dapr/docs#2039
Signed-off-by: Will <william.wl.tsai@gmail.com>
2021-12-30 00:04:20 -08:00
dependabot[bot]
413a036c58
Bump actions/github-script from 1 to 5 ( #655 )
...
Bumps [actions/github-script](https://github.com/actions/github-script ) from 1 to 5.
- [Release notes](https://github.com/actions/github-script/releases )
- [Commits](https://github.com/actions/github-script/compare/v1...v5 )
---
updated-dependencies:
- dependency-name: actions/github-script
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>
2021-12-17 13:59:23 -08:00
greenie-msft
d37881b469
Update LICENSE to Apache 2.0 ( #657 )
...
* Update LICENSE to Apache 2.0
Signed-off-by: Artur Souza <artursouza.ms@outlook.com>
* Update headers to Apache 2.
Signed-off-by: Artur Souza <artursouza.ms@outlook.com>
Co-authored-by: Artur Souza <artursouza.ms@outlook.com>
2021-12-09 20:15:47 +05:30