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

Fix/841 fix get root error messages #864

Closed

Commits on Jul 30, 2024

  1. Configuration menu
    Copy the full SHA
    b8a3255 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    39780ce View commit details
    Browse the repository at this point in the history
  3. chore(quality): [eclipse-tractusx#841] mark unhandy construction meth…

    …ods as deprecated
    
    use builder instead, even though this will be more eloquent it will be more flexible and easier to understand and change
    dsmf committed Jul 30, 2024
    Configuration menu
    Copy the full SHA
    3cef700 View commit details
    Browse the repository at this point in the history
  4. chore(quality): [eclipse-tractusx#841] add bpn and edcUrl attributes …

    …to EdcRetrieverException, add builder
    dsmf committed Jul 30, 2024
    Configuration menu
    Copy the full SHA
    a95e960 View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2024

  1. chore(quality): [eclipse-tractusx#841] simplify builder for EdcReceiv…

    …erException
    
    single field builder and private setters in the class are sufficient here and reduce amount of boilerplate code
    dsmf committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    f2d88aa View commit details
    Browse the repository at this point in the history
  2. fix(exception-handling): [eclipse-tractusx#841] Fixes, improvements, …

    …test
    
    - Use the new EdcRetrieverException.Builder.
    - Add endpoint url(s) and BPN in some places.
    - Enhance tests.
    - Remove the constructor methods Tombstone.from. Builder is used now.
    - General code cleanup and formatting improvements across multiple test and implementation classes to enhance readability and maintainability including extraction of code to methods.
    dsmf committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    543daf6 View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2024

  1. Configuration menu
    Copy the full SHA
    b4def46 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dd74856 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9ea3551 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2fe49e9 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7778cc4 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    5290a25 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    7c80642 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    1c4ab9e View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    b6fd328 View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2024

  1. Configuration menu
    Copy the full SHA
    6e309ad View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fef51fc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    147f701 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d3c8af7 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d89603b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    76d22fa View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    d6f6920 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    913d0a6 View commit details
    Browse the repository at this point in the history
  9. fix(exception-handling): [eclipse-tractusx#841] fix checkstyle warning

    replace tabs with spaces
    dsmf committed Aug 2, 2024
    Configuration menu
    Copy the full SHA
    1a6a677 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    2e7f4ad View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    fb9dc0d View commit details
    Browse the repository at this point in the history