Skip to content

Use 1.16 rc.3 #1488

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 12 commits into from
Aug 11, 2025
Merged

Use 1.16 rc.3 #1488

merged 12 commits into from
Aug 11, 2025

Conversation

javier-aliaga
Copy link
Contributor

@javier-aliaga javier-aliaga commented Aug 7, 2025

Description

This pr introduces:

  • Use of new dapr RC
  • CI improvements
  • Examples improvements

Now the Validation jobs take 20 mins less to run

Previous runs:
imagen

Now:
imagen

Issue reference

We strive to have all PR being opened based on an issue, where the problem or feature have been discussed prior to implementation.

Please reference the issue this PR will close: #[issue number]

Checklist

Please make sure you've completed the relevant tasks for this PR, out of the following list:

  • Code compiles correctly
  • Created/updated tests
  • Extended the documentation

@javier-aliaga javier-aliaga force-pushed the use-1.16-rc.3 branch 2 times, most recently from d479ceb to c5d7f1b Compare August 7, 2025 16:17
@javier-aliaga javier-aliaga force-pushed the use-1.16-rc.3 branch 3 times, most recently from 5e0b7e6 to 6526468 Compare August 8, 2025 09:50
Signed-off-by: Javier Aliaga <[email protected]>
We have specifics jobs that runs tests. Do not run them as part as validations

Signed-off-by: Javier Aliaga <[email protected]>
No need to run separate jobs for clean, compile and install

Signed-off-by: Javier Aliaga <[email protected]>
@javier-aliaga javier-aliaga marked this pull request as ready for review August 8, 2025 12:04
@javier-aliaga javier-aliaga requested review from a team as code owners August 8, 2025 12:04
@javier-aliaga javier-aliaga force-pushed the use-1.16-rc.3 branch 2 times, most recently from b9ab351 to 9902838 Compare August 8, 2025 12:27
Signed-off-by: Javier Aliaga <[email protected]>
Signed-off-by: Javier Aliaga <[email protected]>
@javier-aliaga javier-aliaga force-pushed the use-1.16-rc.3 branch 5 times, most recently from 3bd4530 to 8cbc540 Compare August 8, 2025 15:20
Signed-off-by: Javier Aliaga <[email protected]>
@dapr-bot dapr-bot merged commit c5658eb into dapr:master Aug 11, 2025
11 of 15 checks passed
Copy link

codecov bot commented Aug 11, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 78.73%. Comparing base (d759c53) to head (c611edd).
⚠️ Report is 191 commits behind head on master.

Additional details and impacted files
@@             Coverage Diff              @@
##             master    #1488      +/-   ##
============================================
+ Coverage     76.91%   78.73%   +1.81%     
- Complexity     1592     1918     +326     
============================================
  Files           145      237      +92     
  Lines          4843     5924    +1081     
  Branches        562      610      +48     
============================================
+ Hits           3725     4664     +939     
- Misses          821      938     +117     
- Partials        297      322      +25     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

cicoyle pushed a commit to cicoyle/java-sdk that referenced this pull request Aug 12, 2025
* chore: Use dapr release 1.16-rc.3

Signed-off-by: Javier Aliaga <[email protected]>

* feat: Move field to top level request

Signed-off-by: Javier Aliaga <[email protected]>

* chore: Update mechanical markdown workflow timeouts

Signed-off-by: Javier Aliaga <[email protected]>

* chore: Run MM workflows tests in parallel

Signed-off-by: Javier Aliaga <[email protected]>

* fix: Fix tracing examples

Signed-off-by: Javier Aliaga <[email protected]>

* ci: Do not run tests during example validations

We have specifics jobs that runs tests. Do not run them as part as validations

Signed-off-by: Javier Aliaga <[email protected]>

* ci: Improve validate job

No need to run separate jobs for clean, compile and install

Signed-off-by: Javier Aliaga <[email protected]>

* ci: Run workflows examples sequentially

Signed-off-by: Javier Aliaga <[email protected]>

* ci: Add timeout to strem pubsub

Signed-off-by: Javier Aliaga <[email protected]>

* ci: Fix order of examples

Signed-off-by: Javier Aliaga <[email protected]>

* ci: Fix validation tests for sb workflows

Signed-off-by: Javier Aliaga <[email protected]>

* nit: Add copyright header

Signed-off-by: Javier Aliaga <[email protected]>

---------

Signed-off-by: Javier Aliaga <[email protected]>
@cicoyle cicoyle mentioned this pull request Aug 12, 2025
siri-varma pushed a commit to siri-varma/java-sdk that referenced this pull request Aug 12, 2025
* chore: Use dapr release 1.16-rc.3

Signed-off-by: Javier Aliaga <[email protected]>

* feat: Move field to top level request

Signed-off-by: Javier Aliaga <[email protected]>

* chore: Update mechanical markdown workflow timeouts

Signed-off-by: Javier Aliaga <[email protected]>

* chore: Run MM workflows tests in parallel

Signed-off-by: Javier Aliaga <[email protected]>

* fix: Fix tracing examples

Signed-off-by: Javier Aliaga <[email protected]>

* ci: Do not run tests during example validations

We have specifics jobs that runs tests. Do not run them as part as validations

Signed-off-by: Javier Aliaga <[email protected]>

* ci: Improve validate job

No need to run separate jobs for clean, compile and install

Signed-off-by: Javier Aliaga <[email protected]>

* ci: Run workflows examples sequentially

Signed-off-by: Javier Aliaga <[email protected]>

* ci: Add timeout to strem pubsub

Signed-off-by: Javier Aliaga <[email protected]>

* ci: Fix order of examples

Signed-off-by: Javier Aliaga <[email protected]>

* ci: Fix validation tests for sb workflows

Signed-off-by: Javier Aliaga <[email protected]>

* nit: Add copyright header

Signed-off-by: Javier Aliaga <[email protected]>

---------

Signed-off-by: Javier Aliaga <[email protected]>
siri-varma pushed a commit to siri-varma/java-sdk that referenced this pull request Aug 12, 2025
* chore: Use dapr release 1.16-rc.3

Signed-off-by: Javier Aliaga <[email protected]>

* feat: Move field to top level request

Signed-off-by: Javier Aliaga <[email protected]>

* chore: Update mechanical markdown workflow timeouts

Signed-off-by: Javier Aliaga <[email protected]>

* chore: Run MM workflows tests in parallel

Signed-off-by: Javier Aliaga <[email protected]>

* fix: Fix tracing examples

Signed-off-by: Javier Aliaga <[email protected]>

* ci: Do not run tests during example validations

We have specifics jobs that runs tests. Do not run them as part as validations

Signed-off-by: Javier Aliaga <[email protected]>

* ci: Improve validate job

No need to run separate jobs for clean, compile and install

Signed-off-by: Javier Aliaga <[email protected]>

* ci: Run workflows examples sequentially

Signed-off-by: Javier Aliaga <[email protected]>

* ci: Add timeout to strem pubsub

Signed-off-by: Javier Aliaga <[email protected]>

* ci: Fix order of examples

Signed-off-by: Javier Aliaga <[email protected]>

* ci: Fix validation tests for sb workflows

Signed-off-by: Javier Aliaga <[email protected]>

* nit: Add copyright header

Signed-off-by: Javier Aliaga <[email protected]>

---------

Signed-off-by: Javier Aliaga <[email protected]>
Signed-off-by: siri-varma <[email protected]>
siri-varma pushed a commit to siri-varma/java-sdk that referenced this pull request Aug 12, 2025
* chore: Use dapr release 1.16-rc.3

Signed-off-by: Javier Aliaga <[email protected]>

* feat: Move field to top level request

Signed-off-by: Javier Aliaga <[email protected]>

* chore: Update mechanical markdown workflow timeouts

Signed-off-by: Javier Aliaga <[email protected]>

* chore: Run MM workflows tests in parallel

Signed-off-by: Javier Aliaga <[email protected]>

* fix: Fix tracing examples

Signed-off-by: Javier Aliaga <[email protected]>

* ci: Do not run tests during example validations

We have specifics jobs that runs tests. Do not run them as part as validations

Signed-off-by: Javier Aliaga <[email protected]>

* ci: Improve validate job

No need to run separate jobs for clean, compile and install

Signed-off-by: Javier Aliaga <[email protected]>

* ci: Run workflows examples sequentially

Signed-off-by: Javier Aliaga <[email protected]>

* ci: Add timeout to strem pubsub

Signed-off-by: Javier Aliaga <[email protected]>

* ci: Fix order of examples

Signed-off-by: Javier Aliaga <[email protected]>

* ci: Fix validation tests for sb workflows

Signed-off-by: Javier Aliaga <[email protected]>

* nit: Add copyright header

Signed-off-by: Javier Aliaga <[email protected]>

---------

Signed-off-by: Javier Aliaga <[email protected]>
Signed-off-by: siri-varma <[email protected]>
siri-varma pushed a commit to siri-varma/java-sdk that referenced this pull request Aug 12, 2025
* chore: Use dapr release 1.16-rc.3

Signed-off-by: Javier Aliaga <[email protected]>

* feat: Move field to top level request

Signed-off-by: Javier Aliaga <[email protected]>

* chore: Update mechanical markdown workflow timeouts

Signed-off-by: Javier Aliaga <[email protected]>

* chore: Run MM workflows tests in parallel

Signed-off-by: Javier Aliaga <[email protected]>

* fix: Fix tracing examples

Signed-off-by: Javier Aliaga <[email protected]>

* ci: Do not run tests during example validations

We have specifics jobs that runs tests. Do not run them as part as validations

Signed-off-by: Javier Aliaga <[email protected]>

* ci: Improve validate job

No need to run separate jobs for clean, compile and install

Signed-off-by: Javier Aliaga <[email protected]>

* ci: Run workflows examples sequentially

Signed-off-by: Javier Aliaga <[email protected]>

* ci: Add timeout to strem pubsub

Signed-off-by: Javier Aliaga <[email protected]>

* ci: Fix order of examples

Signed-off-by: Javier Aliaga <[email protected]>

* ci: Fix validation tests for sb workflows

Signed-off-by: Javier Aliaga <[email protected]>

* nit: Add copyright header

Signed-off-by: Javier Aliaga <[email protected]>

---------

Signed-off-by: Javier Aliaga <[email protected]>
siri-varma pushed a commit to siri-varma/java-sdk that referenced this pull request Aug 12, 2025
* chore: Use dapr release 1.16-rc.3

Signed-off-by: Javier Aliaga <[email protected]>

* feat: Move field to top level request

Signed-off-by: Javier Aliaga <[email protected]>

* chore: Update mechanical markdown workflow timeouts

Signed-off-by: Javier Aliaga <[email protected]>

* chore: Run MM workflows tests in parallel

Signed-off-by: Javier Aliaga <[email protected]>

* fix: Fix tracing examples

Signed-off-by: Javier Aliaga <[email protected]>

* ci: Do not run tests during example validations

We have specifics jobs that runs tests. Do not run them as part as validations

Signed-off-by: Javier Aliaga <[email protected]>

* ci: Improve validate job

No need to run separate jobs for clean, compile and install

Signed-off-by: Javier Aliaga <[email protected]>

* ci: Run workflows examples sequentially

Signed-off-by: Javier Aliaga <[email protected]>

* ci: Add timeout to strem pubsub

Signed-off-by: Javier Aliaga <[email protected]>

* ci: Fix order of examples

Signed-off-by: Javier Aliaga <[email protected]>

* ci: Fix validation tests for sb workflows

Signed-off-by: Javier Aliaga <[email protected]>

* nit: Add copyright header

Signed-off-by: Javier Aliaga <[email protected]>

---------

Signed-off-by: Javier Aliaga <[email protected]>
Signed-off-by: siri-varma <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants