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

Refine exception translation for client session exceptions #605

Closed
wants to merge 5 commits into from

Commits on Aug 30, 2024

  1. Prepare issue branch.

    mp911de committed Aug 30, 2024
    Configuration menu
    Copy the full SHA
    422a9ca View commit details
    Browse the repository at this point in the history
  2. DATAMONGO-2073 - Evaluate exception label when translating MongoExcep…

    …tions.
    
    We now distinguish between Transient and NonTransient failures by checking the Error labels of an Error and create the according DataAccessException based on that information.
    
    These URLs were switched to an https URL with a 2xx status. While the status was successful, your review is still recommended.
    
    * [ ] http://www.apache.org/licenses/ with 1 occurrences migrated to:
      https://www.apache.org/licenses/ ([https](https://www.apache.org/licenses/) result 200).
    * [ ] http://www.apache.org/licenses/LICENSE-2.0 with 852 occurrences migrated to:
      https://www.apache.org/licenses/LICENSE-2.0 ([https](https://www.apache.org/licenses/LICENSE-2.0) result 200).
    
    Original Pull Request: #721
    christophstrobl authored and mp911de committed Aug 30, 2024
    Configuration menu
    Copy the full SHA
    b233c8f View commit details
    Browse the repository at this point in the history
  3. Polishing.

    mp911de committed Aug 30, 2024
    Configuration menu
    Copy the full SHA
    c0b82fc View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2024

  1. Configuration menu
    Copy the full SHA
    3dd86c1 View commit details
    Browse the repository at this point in the history
  2. Add documentation.

    mp911de committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    31fe900 View commit details
    Browse the repository at this point in the history