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

Deprecate catchThrowableOfType(ThrowingCallable, Class) in favor of catchThrowableOfType(Class, ThrowingCallable) #2823

Merged
merged 19 commits into from
May 10, 2024

Commits on Oct 27, 2022

  1. Added new method

    java-coding-prodigy committed Oct 27, 2022
    Configuration menu
    Copy the full SHA
    a25784f View commit details
    Browse the repository at this point in the history
  2. replaced usages

    java-coding-prodigy committed Oct 27, 2022
    Configuration menu
    Copy the full SHA
    fc65a93 View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2022

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

Commits on Nov 6, 2022

  1. Configuration menu
    Copy the full SHA
    d00ec98 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a4d7146 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    67497c7 View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2022

  1. Configuration menu
    Copy the full SHA
    6631aa3 View commit details
    Browse the repository at this point in the history
  2. Documentation Fix

    java-coding-prodigy committed Nov 13, 2022
    Configuration menu
    Copy the full SHA
    dcbe4ed View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2022

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

Commits on Nov 19, 2022

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

Commits on Nov 21, 2022

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

Commits on Nov 26, 2022

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

Commits on Feb 8, 2023

  1. Configuration menu
    Copy the full SHA
    da08057 View commit details
    Browse the repository at this point in the history
  2. Fixed arguement order

    java-coding-prodigy committed Feb 8, 2023
    Configuration menu
    Copy the full SHA
    a3695c0 View commit details
    Browse the repository at this point in the history

Commits on May 10, 2024

  1. Apply code review

    scordio committed May 10, 2024
    Configuration menu
    Copy the full SHA
    d476cf8 View commit details
    Browse the repository at this point in the history
  2. Add Kotlin test

    scordio committed May 10, 2024
    Configuration menu
    Copy the full SHA
    f261e8e View commit details
    Browse the repository at this point in the history
  3. Merge branch 'refs/heads/3.x' into pr/assertjgh-2823

    # Conflicts:
    #	assertj-tests/assertj-integration-tests/assertj-core-kotlin/src/test/kotlin/org/assertj/core/tests/kotlin/Assertions_describedAs_text_supplier_Test.kt
    scordio committed May 10, 2024
    Configuration menu
    Copy the full SHA
    0d7c474 View commit details
    Browse the repository at this point in the history
  4. Spotless

    scordio committed May 10, 2024
    Configuration menu
    Copy the full SHA
    ceac01a View commit details
    Browse the repository at this point in the history
  5. Fix license header

    scordio committed May 10, 2024
    Configuration menu
    Copy the full SHA
    e639b66 View commit details
    Browse the repository at this point in the history