Skip to content

Conversation

cicoyle
Copy link
Contributor

@cicoyle cicoyle commented Jul 15, 2025

@cicoyle cicoyle requested review from a team as code owners July 15, 2025 19:12
@cicoyle
Copy link
Contributor Author

cicoyle commented Jul 15, 2025

* supporting placement and scheduler custom images

Signed-off-by: salaboy <[email protected]>

* Bump org.apache.commons:commons-lang3 from 3.9 to 3.18.0 (dapr#1446)

Bumps org.apache.commons:commons-lang3 from 3.9 to 3.18.0.

---
updated-dependencies:
- dependency-name: org.apache.commons:commons-lang3
  dependency-version: 3.18.0
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: artur-ciocanu <[email protected]>
Signed-off-by: salaboy <[email protected]>

* Update dapr docs for Hugo upgrade (dapr#1443)

Signed-off-by: Marc Duiker <[email protected]>
Co-authored-by: Cassie Coyle <[email protected]>
Signed-off-by: salaboy <[email protected]>

* Adds note about workflow start time (dapr#1444)

Signed-off-by: joshvanl <[email protected]>
Co-authored-by: Dapr Bot <[email protected]>
Co-authored-by: artur-ciocanu <[email protected]>
Signed-off-by: salaboy <[email protected]>

* adding test to validate canonical names with substitutes

Signed-off-by: salaboy <[email protected]>

* Migrate PubSub removing flaky test (dapr#1407)

* Migrate PubSub removing flaky test

Signed-off-by: Matheus Cruz <[email protected]>

* Adjust assertion

Signed-off-by: Matheus Cruz <[email protected]>

* Change assert

Signed-off-by: Matheus Cruz <[email protected]>

* Apply pull request suggestions

Signed-off-by: Matheus Cruz <[email protected]>

* Use custom ObjectSerializer

Signed-off-by: Matheus Cruz <[email protected]>

---------

Signed-off-by: Matheus Cruz <[email protected]>
Co-authored-by: artur-ciocanu <[email protected]>
Signed-off-by: salaboy <[email protected]>

* adding tests for coverage

Signed-off-by: salaboy <[email protected]>

---------

Signed-off-by: salaboy <[email protected]>
Signed-off-by: dependabot[bot] <[email protected]>
Signed-off-by: Marc Duiker <[email protected]>
Signed-off-by: joshvanl <[email protected]>
Signed-off-by: Matheus Cruz <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: artur-ciocanu <[email protected]>
Co-authored-by: Marc Duiker <[email protected]>
Co-authored-by: Cassie Coyle <[email protected]>
Co-authored-by: Josh van Leeuwen <[email protected]>
Co-authored-by: Dapr Bot <[email protected]>
Co-authored-by: Matheus Cruz <[email protected]>
@cicoyle cicoyle merged commit fcd6f90 into dapr:release-1.15 Jul 15, 2025
11 of 12 checks passed
Copy link

codecov bot commented Jul 15, 2025

Codecov Report

Attention: Patch coverage is 83.33333% with 6 lines in your changes missing coverage. Please review.

Please upload report for BASE (release-1.15@16638a7). Learn more about missing BASE report.

Files with missing lines Patch % Lines
...oconfigure/client/DaprClientAutoConfiguration.java 33.33% 2 Missing and 2 partials ⚠️
.../workflows/internal/ApiTokenClientInterceptor.java 75.00% 1 Missing ⚠️
...ain/java/io/dapr/testcontainers/DaprContainer.java 94.11% 1 Missing ⚠️
Additional details and impacted files
@@               Coverage Diff               @@
##             release-1.15    #1453   +/-   ##
===============================================
  Coverage                ?   77.65%           
  Complexity              ?     1793           
===============================================
  Files                   ?      207           
  Lines                   ?     5537           
  Branches                ?      602           
===============================================
  Hits                    ?     4300           
  Misses                  ?      915           
  Partials                ?      322           

☔ 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.

siri-varma pushed a commit to siri-varma/java-sdk that referenced this pull request Aug 12, 2025
* supporting spring boot property for API TOKEN on workflow interceptor (dapr#1452)

Signed-off-by: salaboy <[email protected]>

* Supporting placement and scheduler custom images (dapr#1450)

* supporting placement and scheduler custom images

Signed-off-by: salaboy <[email protected]>

* Bump org.apache.commons:commons-lang3 from 3.9 to 3.18.0 (dapr#1446)

Bumps org.apache.commons:commons-lang3 from 3.9 to 3.18.0.

---
updated-dependencies:
- dependency-name: org.apache.commons:commons-lang3
  dependency-version: 3.18.0
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: artur-ciocanu <[email protected]>
Signed-off-by: salaboy <[email protected]>

* Update dapr docs for Hugo upgrade (dapr#1443)

Signed-off-by: Marc Duiker <[email protected]>
Co-authored-by: Cassie Coyle <[email protected]>
Signed-off-by: salaboy <[email protected]>

* Adds note about workflow start time (dapr#1444)

Signed-off-by: joshvanl <[email protected]>
Co-authored-by: Dapr Bot <[email protected]>
Co-authored-by: artur-ciocanu <[email protected]>
Signed-off-by: salaboy <[email protected]>

* adding test to validate canonical names with substitutes

Signed-off-by: salaboy <[email protected]>

* Migrate PubSub removing flaky test (dapr#1407)

* Migrate PubSub removing flaky test

Signed-off-by: Matheus Cruz <[email protected]>

* Adjust assertion

Signed-off-by: Matheus Cruz <[email protected]>

* Change assert

Signed-off-by: Matheus Cruz <[email protected]>

* Apply pull request suggestions

Signed-off-by: Matheus Cruz <[email protected]>

* Use custom ObjectSerializer

Signed-off-by: Matheus Cruz <[email protected]>

---------

Signed-off-by: Matheus Cruz <[email protected]>
Co-authored-by: artur-ciocanu <[email protected]>
Signed-off-by: salaboy <[email protected]>

* adding tests for coverage

Signed-off-by: salaboy <[email protected]>

---------

Signed-off-by: salaboy <[email protected]>
Signed-off-by: dependabot[bot] <[email protected]>
Signed-off-by: Marc Duiker <[email protected]>
Signed-off-by: joshvanl <[email protected]>
Signed-off-by: Matheus Cruz <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: artur-ciocanu <[email protected]>
Co-authored-by: Marc Duiker <[email protected]>
Co-authored-by: Cassie Coyle <[email protected]>
Co-authored-by: Josh van Leeuwen <[email protected]>
Co-authored-by: Dapr Bot <[email protected]>
Co-authored-by: Matheus Cruz <[email protected]>

---------

Signed-off-by: salaboy <[email protected]>
Signed-off-by: dependabot[bot] <[email protected]>
Signed-off-by: Marc Duiker <[email protected]>
Signed-off-by: joshvanl <[email protected]>
Signed-off-by: Matheus Cruz <[email protected]>
Co-authored-by: salaboy <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: artur-ciocanu <[email protected]>
Co-authored-by: Marc Duiker <[email protected]>
Co-authored-by: Josh van Leeuwen <[email protected]>
Co-authored-by: Dapr Bot <[email protected]>
Co-authored-by: Matheus Cruz <[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
* supporting spring boot property for API TOKEN on workflow interceptor (dapr#1452)

Signed-off-by: salaboy <[email protected]>

* Supporting placement and scheduler custom images (dapr#1450)

* supporting placement and scheduler custom images

Signed-off-by: salaboy <[email protected]>

* Bump org.apache.commons:commons-lang3 from 3.9 to 3.18.0 (dapr#1446)

Bumps org.apache.commons:commons-lang3 from 3.9 to 3.18.0.

---
updated-dependencies:
- dependency-name: org.apache.commons:commons-lang3
  dependency-version: 3.18.0
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: artur-ciocanu <[email protected]>
Signed-off-by: salaboy <[email protected]>

* Update dapr docs for Hugo upgrade (dapr#1443)

Signed-off-by: Marc Duiker <[email protected]>
Co-authored-by: Cassie Coyle <[email protected]>
Signed-off-by: salaboy <[email protected]>

* Adds note about workflow start time (dapr#1444)

Signed-off-by: joshvanl <[email protected]>
Co-authored-by: Dapr Bot <[email protected]>
Co-authored-by: artur-ciocanu <[email protected]>
Signed-off-by: salaboy <[email protected]>

* adding test to validate canonical names with substitutes

Signed-off-by: salaboy <[email protected]>

* Migrate PubSub removing flaky test (dapr#1407)

* Migrate PubSub removing flaky test

Signed-off-by: Matheus Cruz <[email protected]>

* Adjust assertion

Signed-off-by: Matheus Cruz <[email protected]>

* Change assert

Signed-off-by: Matheus Cruz <[email protected]>

* Apply pull request suggestions

Signed-off-by: Matheus Cruz <[email protected]>

* Use custom ObjectSerializer

Signed-off-by: Matheus Cruz <[email protected]>

---------

Signed-off-by: Matheus Cruz <[email protected]>
Co-authored-by: artur-ciocanu <[email protected]>
Signed-off-by: salaboy <[email protected]>

* adding tests for coverage

Signed-off-by: salaboy <[email protected]>

---------

Signed-off-by: salaboy <[email protected]>
Signed-off-by: dependabot[bot] <[email protected]>
Signed-off-by: Marc Duiker <[email protected]>
Signed-off-by: joshvanl <[email protected]>
Signed-off-by: Matheus Cruz <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: artur-ciocanu <[email protected]>
Co-authored-by: Marc Duiker <[email protected]>
Co-authored-by: Cassie Coyle <[email protected]>
Co-authored-by: Josh van Leeuwen <[email protected]>
Co-authored-by: Dapr Bot <[email protected]>
Co-authored-by: Matheus Cruz <[email protected]>

---------

Signed-off-by: salaboy <[email protected]>
Signed-off-by: dependabot[bot] <[email protected]>
Signed-off-by: Marc Duiker <[email protected]>
Signed-off-by: joshvanl <[email protected]>
Signed-off-by: Matheus Cruz <[email protected]>
Co-authored-by: salaboy <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: artur-ciocanu <[email protected]>
Co-authored-by: Marc Duiker <[email protected]>
Co-authored-by: Josh van Leeuwen <[email protected]>
Co-authored-by: Dapr Bot <[email protected]>
Co-authored-by: Matheus Cruz <[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
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants