Artur Souza
d34bcb8c5e
Upgrade the version to 1.10.0-SNAPSHOT ( #874 )
...
Signed-off-by: Artur Souza <asouza.pro@gmail.com>
2023-06-09 14:35:23 -07:00
Mukundan Sundararajan
787173eff1
auto validate actors ( #863 )
...
Signed-off-by: Mukundan Sundararajan <65565396+mukundansundar@users.noreply.github.com>
2023-05-24 12:34:24 -07:00
MregXN
375e867ea5
Add PubSub subscriber examples over gPRC ( #833 )
...
* add grpc subscriber
Signed-off-by: MregXN <mregxn@gmail.com>
* modify README.md
Signed-off-by: MregXN <mregxn@gmail.com>
* modify README.md in examples
Signed-off-by: MregXN <mregxn@gmail.com>
* Modify DaprApplication to support examples where protocol is not specified.
Signed-off-by: MregXN <mregxn@gmail.com>
* modify formatter to pass checkstyle
Signed-off-by: MregXN <mregxn@gmail.com>
* Update springboot to latest minor.patch version. (#826 )
Signed-off-by: MregXN <mregxn@gmail.com>
* Use runtime 1.10.0-rc.X and CLI 1.10.0-rc.X (#827 )
Signed-off-by: Artur Souza <asouza.pro@gmail.com>
Signed-off-by: MregXN <mregxn@gmail.com>
* Upgrade the version to 1.9.0-SNAPSHOT (#829 )
Signed-off-by: Artur Souza <asouza.pro@gmail.com>
Signed-off-by: MregXN <mregxn@gmail.com>
* Generate updated javadocs for 1.8.0 (#836 )
Signed-off-by: Artur Souza <asouza.pro@gmail.com>
Signed-off-by: MregXN <mregxn@gmail.com>
* Update Dapr runtime and CLI to 1.10. (#837 )
Signed-off-by: Artur Souza <asouza.pro@gmail.com>
Signed-off-by: MregXN <mregxn@gmail.com>
* Inject autoconfiguration in the Spring Boot 3 style (#831 )
* Bump from spring boot 2.3.5.RELEASE to 2.7.8
Signed-off-by: Sergio <champel@gmail.com>
(cherry picked from commit 9152c91bc1f08ecf2dd3bccf8159fd5d0500e351)
* Ensure old versions of spring boot are still compatible
Signed-off-by: Sergio <champel@gmail.com>
---------
Signed-off-by: champel <champel@gmail.com>
Signed-off-by: Sergio <champel@gmail.com>
Signed-off-by: MregXN <mregxn@gmail.com>
* Bump from reactor 2.3.5.RELEASE to 2.7.8 (#830 )
* Bump from reactor 2.3.5.RELEASE to 2.7.8
Signed-off-by: Sergio <champel@gmail.com>
* Simplification
Signed-off-by: Sergio <champel@gmail.com>
---------
Signed-off-by: Sergio <champel@gmail.com>
Signed-off-by: MregXN <mregxn@gmail.com>
* rerun checks
Signed-off-by: MregXN <mregxn@gmail.com>
* modify the way of grpc server starts
Signed-off-by: MregXN <mregxn@gmail.com>
* modify README
Signed-off-by: MregXN <mregxn@gmail.com>
* Update pom.xml
Signed-off-by: MregXN <46479059+MregXN@users.noreply.github.com>
---------
Signed-off-by: MregXN <mregxn@gmail.com>
Signed-off-by: Artur Souza <asouza.pro@gmail.com>
Signed-off-by: champel <champel@gmail.com>
Signed-off-by: Sergio <champel@gmail.com>
Signed-off-by: MregXN <46479059+MregXN@users.noreply.github.com>
Co-authored-by: Artur Souza <artursouza.ms@outlook.com>
Co-authored-by: champel <champel@gmail.com>
Co-authored-by: Mukundan Sundararajan <65565396+mukundansundar@users.noreply.github.com>
2023-05-22 07:55:37 -07:00
Mukundan Sundararajan
aaa5f7bc76
Convert Config API to Stable endpoints. ( #846 )
2023-05-09 10:46:54 -07:00
champel
7649ae44b0
Bump from reactor 2.3.5.RELEASE to 2.7.8 ( #830 )
...
* Bump from reactor 2.3.5.RELEASE to 2.7.8
Signed-off-by: Sergio <champel@gmail.com>
* Simplification
Signed-off-by: Sergio <champel@gmail.com>
---------
Signed-off-by: Sergio <champel@gmail.com>
2023-03-22 09:41:45 -07: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
31a47f5521
Update springboot to latest minor.patch version. ( #826 )
2023-02-02 12:30:22 -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
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
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
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
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
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
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
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
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
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
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
Artur Souza
f31734d277
Fix vault example + Upgrade Dapr CLI and runtime. ( #666 )
...
* Upgrade Dapr CLI and runtime.
Signed-off-by: Artur Souza <artursouza.ms@outlook.com>
* Fix expected vault output.
Signed-off-by: Artur Souza <artursouza.ms@outlook.com>
2021-12-08 18:39:53 -08:00
Artur Souza
ed1fac1f89
Upgrade the version to 1.4.0-SNAPSHOT ( #632 )
2021-09-15 22:03:12 -07:00
Tom Cools
ac93218c5a
Cleanup Maven POM files ( #604 )
...
Added fixed versions for maven-deploy-plugin & spring-boot-maven-plugin as this would otherwise break in a future maven version.
Also fixed some indenting and removed duplicate declarations.
Co-authored-by: Dapr Bot <56698301+dapr-bot@users.noreply.github.com>
2021-08-20 19:07:31 -07:00
Mukundan Sundararajan
f199afba95
deprecate builders and add setters for domain classes ( #596 )
...
* deprecate builders and add setters for domain classes
exclude builders from coverage checks
properly set parallelism for getbulkstaterequest
Initialize default metadata to empty HashMap PublishEventRequest
Decrease code coeverage ratio for dapr-sdk
* Fix casing
2021-08-20 14:54:01 -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
Justin Rovang
0e5e3112de
Added SPEL evaluation against spring boot @Topic attributes ( #556 )
...
* [WIP] Added SPEL evaluation against spring boot @Topic name and pubsubname attributes
* [WIP] Updated SubscriberController to use SPEL in @Topic
* 554 - SPEL for @Topic attributes: Updated documentation and examples
* Updated documentation as discussed
* Update README.md
* Update SubscriberController.java
Co-authored-by: Artur Souza <artursouza.ms@outlook.com>
2021-06-17 22:48:45 -07:00
halspang
2eb6e1d9e3
Upgrade the version to 1.2.0-SNAPSHOT ( #549 )
2021-05-19 22:01:28 -07:00
Artur Souza
27ce598369
Bring back stop examples, use 1.2 RCs ( #548 )
...
* Revert "Update refs to release-1.2-rc1 (#547 )"
This reverts commit 30c008939a
.
* Update CLI and daprd to 1.2.0 RCs.
2021-05-19 13:08:05 -07:00
halspang
30c008939a
Update refs to release-1.2-rc1 ( #547 )
2021-05-18 20:28:37 -07:00
Artur Souza
dfd0d5c7af
Modify the pubsub example to have custom span. ( #538 )
2021-05-03 11:26:21 -07:00
Artur Souza
7467575a97
Revert "Adjusted the configuration of Maven. ( #532 )" ( #536 )
...
This reverts commit 5cc79811cb
.
2021-04-29 18:48:29 -07:00
LLLLimbo
5cc79811cb
Adjusted the configuration of Maven. ( #532 )
...
* Adjusted the configuration of Maven.
* Update pom.xml
* Remove os-maven-plugin and spring-boot-maven-plugin in parent pom
* Add version of spring-boot-maven-plugin in the example pom.
Add spring-boot-dependencies dependency management in sdk-springboot.
Add maven-compiler-plugin to the parent pom's pluginManagement
Remove protoc-jar-maven-plugin in example's dependencies.
* Update pom.xml
Co-authored-by: Artur Souza <artursouza.ms@outlook.com>
Co-authored-by: Mukundan Sundararajan <musundar@microsoft.com>
2021-04-26 23:26:11 -07:00
Artur Souza
1d36d550f9
Merge branch 'master' into tracing_example_validate
2021-03-11 10:20:29 -08:00
Artur Souza
157d5bef11
Auto-validation for tracing sample.
2021-03-10 23:59:27 -08:00
Artur Souza
c574955214
Remove all example PNGs that are text only.
2021-03-10 22:12:42 -08:00
Artur Souza
3ca641c429
Merge remote-tracking branch 'upstream/release-1.0' into merge_release_100
2021-02-16 18:19:15 -08:00
Artur Souza
45c81afa06
Upgrade the version to 1.1.0-SNAPSHOT ( #494 )
2021-02-16 18:14:23 -08:00
Artur Souza
564b0870f9
Upgrade version to 1.0.0
2021-02-16 17:56:14 -08:00
Artur Souza
9dd312310d
Release 1.0.0-rc-6
2021-02-16 00:14:04 -08:00
Artur Souza
c03441c782
Merge remote-tracking branch 'upstream/master' into release-1.0
2021-02-16 00:10:23 -08:00
Artur Souza
ce7ecb9965
Allows override of content-type in pubsub publish. ( #492 )
2021-02-16 00:03:08 -08:00
Artur Souza
f4a35e7b7f
Merge pull request #488 from dapr/master
2021-02-12 08:26:02 -08:00
Mukundan Sundararajan
0a826d0726
fix examples for latest rc. validate build with latest rc ( #487 )
2021-02-11 17:01:26 -08:00
Artur Souza
207ed0231d
Release 1.0.0-rc-5
2021-02-10 21:16:11 -08:00