Skip to content
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

Add the dapr runtime returned error details to the Java DaprException #998

Merged
merged 19 commits into from
Feb 13, 2024

Commits on Feb 1, 2024

  1. properly add the dapr runtime returned error details to the Java Dapr…

    …Exception
    
    Signed-off-by: Cassandra Coyle <cassie@diagrid.io>
    cicoyle committed Feb 1, 2024
    Configuration menu
    Copy the full SHA
    139a230 View commit details
    Browse the repository at this point in the history
  2. add error handling to sdk docs

    Signed-off-by: Cassandra Coyle <cassie@diagrid.io>
    cicoyle committed Feb 1, 2024
    Configuration menu
    Copy the full SHA
    c97dd51 View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2024

  1. add tests for the dapr exception changes

    Signed-off-by: Cassandra Coyle <cassie@diagrid.io>
    cicoyle committed Feb 2, 2024
    Configuration menu
    Copy the full SHA
    783ebf2 View commit details
    Browse the repository at this point in the history
  2. try verifyNoMoreInteractions w/ channel

    Signed-off-by: Cassandra Coyle <cassie@diagrid.io>
    cicoyle committed Feb 2, 2024
    Configuration menu
    Copy the full SHA
    cf64bc4 View commit details
    Browse the repository at this point in the history
  3. verify channel close -> channel close explicitly

    Signed-off-by: Cassandra Coyle <cassie@diagrid.io>
    cicoyle committed Feb 2, 2024
    Configuration menu
    Copy the full SHA
    a402db2 View commit details
    Browse the repository at this point in the history
  4. rm verifyNoMoreInteractions

    Signed-off-by: Cassandra Coyle <cassie@diagrid.io>
    cicoyle committed Feb 2, 2024
    Configuration menu
    Copy the full SHA
    c217129 View commit details
    Browse the repository at this point in the history
  5. rm test to see if that is the orphaned managed channel issue

    Signed-off-by: Cassandra Coyle <cassie@diagrid.io>
    cicoyle committed Feb 2, 2024
    Configuration menu
    Copy the full SHA
    f8ffb2d View commit details
    Browse the repository at this point in the history
  6. re-add test since that doesnt seem to be the issue

    Signed-off-by: Cassandra Coyle <cassie@diagrid.io>
    cicoyle committed Feb 2, 2024
    Configuration menu
    Copy the full SHA
    967100e View commit details
    Browse the repository at this point in the history

Commits on Feb 3, 2024

  1. channel.close(); -> verify(channel).close();

    Signed-off-by: Cassandra Coyle <cassie@diagrid.io>
    cicoyle committed Feb 3, 2024
    Configuration menu
    Copy the full SHA
    69b0d68 View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2024

  1. Configuration menu
    Copy the full SHA
    eb96cf2 View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2024

  1. Rewrite and redesign of the DaprErrorDetail in DaprException.

    Signed-off-by: Artur Souza <asouza.pro@gmail.com>
    artursouza committed Feb 13, 2024
    Configuration menu
    Copy the full SHA
    d377fad View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d7b492d View commit details
    Browse the repository at this point in the history
  3. Update daprdocs too for DaprErrorDetails.

    Signed-off-by: Artur Souza <asouza.pro@gmail.com>
    artursouza committed Feb 13, 2024
    Configuration menu
    Copy the full SHA
    c23c685 View commit details
    Browse the repository at this point in the history
  4. Fix README.md mm string.

    Signed-off-by: Artur Souza <asouza.pro@gmail.com>
    artursouza committed Feb 13, 2024
    Configuration menu
    Copy the full SHA
    77975d8 View commit details
    Browse the repository at this point in the history
  5. Fix exception example.

    Signed-off-by: Artur Souza <asouza.pro@gmail.com>
    artursouza committed Feb 13, 2024
    Configuration menu
    Copy the full SHA
    896e997 View commit details
    Browse the repository at this point in the history
  6. Use runtime 1.13.0-rc.2

    Signed-off-by: Artur Souza <asouza.pro@gmail.com>
    artursouza committed Feb 13, 2024
    Configuration menu
    Copy the full SHA
    84ebb63 View commit details
    Browse the repository at this point in the history
  7. Fix exception example to match gRPC output.

    Signed-off-by: Artur Souza <asouza.pro@gmail.com>
    artursouza committed Feb 13, 2024
    Configuration menu
    Copy the full SHA
    41a36ac View commit details
    Browse the repository at this point in the history
  8. Update error message in IT as per new Dapr runtime version.

    Signed-off-by: Artur Souza <asouza.pro@gmail.com>
    artursouza committed Feb 13, 2024
    Configuration menu
    Copy the full SHA
    14c1880 View commit details
    Browse the repository at this point in the history
  9. Dapr 1.13 is less tolerant of app downtime to keep timers.

    Signed-off-by: Artur Souza <asouza.pro@gmail.com>
    artursouza committed Feb 13, 2024
    Configuration menu
    Copy the full SHA
    1cf7325 View commit details
    Browse the repository at this point in the history