Commit Graph

17 Commits

Author SHA1 Message Date
amardeep2006 bc0430a277 feat: upgraded springboot to 3.3.1 and bumped up other dependencies to latest.
docs: Updated read me files to use Java 17 as baseline
Signed-off-by: amardeep2006 <amardeep2006@gmail.com>
2024-06-29 15:10:27 +05:30
Paul Yuknewicz f69396038a Bringing Java projects up to Java17 and Dapr 1.13 RC aligned SDKs
Signed-off-by: Paul Yuknewicz <paulyuk@microsoft.com>
2024-02-28 07:16:54 -08:00
Paul Yuknewicz dcd97eeeeb
Updating Readme's to default to `dapr run -f .` (#874)
* Updating Invoke readme in C# to favor dapr run -f

Signed-off-by: Paul Yuknewicz <paulyuk@Pauls-MacBook-Pro-2.local>

* Adding back single app run steps and tests, but to the end.

Signed-off-by: Paul Yuknewicz <paulyuk@Pauls-MBP-2.lan>

* Update service_invocation/csharp/http/README.md

Co-authored-by: Mark Fussell <markfussell@gmail.com>
Signed-off-by: Paul Yuknewicz <paulyuk@microsoft.com>

* Updated and hardened test

Signed-off-by: Paul Yuknewicz <paulyuk@Pauls-MBP-2.lan>

* Invoke * and partial PubSub with multi-run files & readmes & tests

Signed-off-by: Paul Yuknewicz <paulyuk@Pauls-MBP-2.lan>

* Multi run done for Pubsub C#, Python and Node (http, sdk)

Signed-off-by: Paul Yuknewicz <paulyuk@Pauls-MacBook-Pro-2.local>

* Added Pubsub support for Go, Java

Signed-off-by: Paul Yuknewicz <paulyuk@Pauls-MacBook-Pro-2.local>

* updating readmes with correct appid

Signed-off-by: Paul Yuknewicz <paulyuk@Pauls-MacBook-Pro-2.local>

* Updating tests for PubSub and Service invoke to Paas with multiapp run

Signed-off-by: Paul Yuknewicz <paulyuk@Pauls-MBP-2.lan>

* More fine tuning of pubsub tests (timeouts, step ends)

Signed-off-by: Paul Yuknewicz <paulyuk@Pauls-MBP-2.lan>

* Fixing Python FastAPI and C# Pubsub tests

Signed-off-by: Paul Yuknewicz <paulyuk@Pauls-MBP-2.lan>

---------

Signed-off-by: Paul Yuknewicz <paulyuk@Pauls-MacBook-Pro-2.local>
Signed-off-by: Paul Yuknewicz <paulyuk@Pauls-MBP-2.lan>
Signed-off-by: Paul Yuknewicz <paulyuk@microsoft.com>
Co-authored-by: Paul Yuknewicz <paulyuk@Pauls-MacBook-Pro-2.local>
Co-authored-by: Paul Yuknewicz <paulyuk@Pauls-MBP-2.lan>
Co-authored-by: Mark Fussell <markfussell@gmail.com>
2023-09-22 10:02:07 -07:00
Hannah Hunter 6d88455770
update from components path to resources path (#781)
Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
Signed-off-by: Hannah Hunter <94493363+hhunter-ms@users.noreply.github.com>
Signed-off-by: Artur Souza <artursouza.ms@outlook.com>
Co-authored-by: Artur Souza <artursouza.ms@outlook.com>
2023-02-03 10:51:02 -08:00
Amulya Varote ac52d39dfd Changed port numbers and app ids
Signed-off-by: Amulya Varote <amulyavarote@microsoft.com>
2022-08-30 16:03:55 -07:00
Amulya Varote b50d01d947 Removed docker image prefix addition step
Signed-off-by: Amulya Varote <amulyavarote@microsoft.com>
2022-07-25 12:28:57 -07:00
Bilgin Ibryam dda8838cb6 701: Java quickstarts cleanup:
- Removed unused imports
- Code style: add space after statements
- Removed unused test code
- Moved Dapr client creation outside of loops
- Update dapr-sdk versions to 1.5
- Added Maven artifact name and description where missing
- Aligned Maven artifact names to camel case

Signed-off-by: Bilgin Ibryam <bibryam@gmail.com>
2022-07-08 12:35:43 +01:00
Pravin Pushkar eb69a7ce12
Java quickstarts auto validate for pubsub, state mgmt and service invo (#671)
* Java quickstarts auto validate changes

Signed-off-by: Pravin Pushkar <ppushkar@microsoft.com>

* changing action-setup-docker version for macos failures

Signed-off-by: Pravin Pushkar <ppushkar@microsoft.com>

* Changing actions-setup-docker version to v1

Signed-off-by: Pravin Pushkar <ppushkar@microsoft.com>

* Script for installing docker on macos instead of actions-setup-docker

Signed-off-by: Pravin Pushkar <ppushkar@microsoft.com>
2022-05-23 11:58:05 -07:00
Yaron Schneider 5bd523f849
change order_pub_sub to orderpubsub (#654)
Signed-off-by: yaron2 <schneider.yaron@live.com>
2022-04-26 16:10:19 -07:00
Doug Davis c21a8f58d5
Reorder quickstarts so the processor is run before the publisher (#637)
Signed-off-by: Doug Davis <dug@microsoft.com>
2022-04-07 16:29:15 -07:00
Paul Yuknewicz 009a9adae8
Fixing regressions to broken tests (new link) and dev container (#617)
* moving devcontainer to root to enable

* Fix for tutorials to point to new dapr-cli-link

Signed-off-by: Paul Yuknewicz <paulyuk@microsoft.com>

* Fixed additional broken links found by MMD `make validate` in tutorials.

Signed-off-by: Paul Yuknewicz <paulyuk@microsoft.com>

* Changing readme to call python3 instead of python per best practices

Signed-off-by: Paul Yuknewicz <paulyuk@microsoft.com>

* Fixed zipkin api bug failing tests.  Duration with current multiply code will never be slow enough to return traces results!

Signed-off-by: Paul Yuknewicz <paulyuk@microsoft.com>
2022-03-21 16:28:16 -07:00
tanvigour e6e11411e2
add new validaters for new quickstarts - pubsub (#606)
* add new validaters for clean test runs

Signed-off-by: tanvigour <tanvi.gour@gmail.com>

* fix the path

Signed-off-by: tanvigour <tanvi.gour@gmail.com>

* clean apps and make validation more accurate in sequence

Signed-off-by: tanvigour <tanvi.gour@gmail.com>

* fix the java sdk test

Signed-off-by: tanvigour <tanvi.gour@gmail.com>

* combine pubsub runs to single validator

Signed-off-by: tanvigour <tanvi.gour@gmail.com>

* fix license

Signed-off-by: tanvigour <tanvi.gour@gmail.com>

* fix version issues

Signed-off-by: tanvigour <tanvi.gour@gmail.com>

* remove java triggers due to flakiness

Signed-off-by: tanvigour <tanvi.gour@gmail.com>

* remove individual validator per lang

Signed-off-by: tanvigour <tanvi.gour@gmail.com>
2022-03-16 18:00:33 -07:00
tanvigour d80967408b
pubsub test fixes (#596)
* csharp test fixes

Signed-off-by: tanvigour <tanvi.gour@gmail.com>

* fix all pubsub tests

Signed-off-by: tanvigour <tanvi.gour@gmail.com>
2022-03-14 16:09:04 -07:00
Pravin Pushkar 3077811508
Removing java/.gitignore and including MSFT JDK link in README.md (#590)
Signed-off-by: Pravin Pushkar <ppushkar@microsoft.com>
2022-03-10 15:07:06 -08:00
tanvigour 7100caccf1
Add tests for pubsub java (#575)
* Add tests for java pubsub

Signed-off-by: tanvigour <tanvi.gour@gmail.com>

* fix typos

Signed-off-by: tanvigour <tanvi.gour@gmail.com>
2022-03-08 12:16:02 -08:00
Pravin Pushkar 554ee20ddf
using sequence instead of random numbers for orders (#540)
Signed-off-by: Pravin Pushkar <ppushkar@microsoft.com>
2022-02-22 21:28:34 -08:00
Pravin Pushkar d4ffc3347e
Feature/java http pubsub quickstarts (#534)
* code changes for pubsub using http request

Signed-off-by: Pravin Pushkar <ppushkar@microsoft.com>

* Removing .mvn files and fixing other review comments.

Signed-off-by: Pravin Pushkar <ppushkar@microsoft.com>

* Incorporating review comments

Signed-off-by: Pravin Pushkar <ppushkar@microsoft.com>

* Fixing README.md as suggested

Signed-off-by: Pravin Pushkar <ppushkar@microsoft.com>
2022-02-17 11:54:44 -08:00