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 fill bpn in tombstone #859

Merged
merged 11 commits into from
Jul 31, 2024

Commits on Jul 29, 2024

  1. Configuration menu
    Copy the full SHA
    8a17e05 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c6e39e1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c57477c View commit details
    Browse the repository at this point in the history
  4. chore(quality): [eclipse-tractusx#841] simplify

    - inline method withProcessingError
    - use the new helper methods from ProcessingErrorBuilder
    dsmf committed Jul 29, 2024
    Configuration menu
    Copy the full SHA
    f0f30d0 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    84aa7d9 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    1ea18d6 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    1e0cf3e View commit details
    Browse the repository at this point in the history

Commits on Jul 30, 2024

  1. Configuration menu
    Copy the full SHA
    c047ffb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ea86a63 View commit details
    Browse the repository at this point in the history
  3. chore(quality): [eclipse-tractusx#841] correct exception hierarchy of…

    … UsagePolicy*Exception
    
    Reason: These exceptions both have the same attributes. Making the PolicyException interface a base class and moving the attributes there simplifies exception handling allowing to deal with both exceptions in the same way without casting / type checking.
    dsmf committed Jul 30, 2024
    Configuration menu
    Copy the full SHA
    40f1f2a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    aead813 View commit details
    Browse the repository at this point in the history