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 javadoc options / Use legacy mode to overcome <source> level issue #3231

Closed
wants to merge 9 commits into from

Commits on Apr 27, 2024

  1. Add Throwable Stacktrace to ShouldHaveCauseInstance

    Fix assertj#3392
    
    (cherry picked from commit acd282b)
    shaikhu authored and joel-costigliola committed Apr 27, 2024
    Configuration menu
    Copy the full SHA
    9206a11 View commit details
    Browse the repository at this point in the history

Commits on Apr 28, 2024

  1. Deprecate ObjectAssertFactory

    (cherry picked from commit 39e6bda)
    scordio committed Apr 28, 2024
    Configuration menu
    Copy the full SHA
    3b847da View commit details
    Browse the repository at this point in the history

Commits on May 3, 2024

  1. Add doesNot[Start/End]WithWhitespaces to CharSequenceAssert

    Fix assertj#3433
    Author: Lim Wonjae
    
    (cherry picked from commit 3cf3900)
    yyytir777 authored and joel-costigliola committed May 3, 2024
    Configuration menu
    Copy the full SHA
    2101c33 View commit details
    Browse the repository at this point in the history
  2. Fix: AbstractOptionalDoubleAssert.hasValue(double) fails with NaN

    Fix assertj#3401
    
    (cherry picked from commit f086a92)
    pbacz authored and joel-costigliola committed May 3, 2024
    Configuration menu
    Copy the full SHA
    c067da5 View commit details
    Browse the repository at this point in the history

Commits on May 4, 2024

  1. Make isNotEqualTo(boolean) to pass when actual is null

    Fix assertj#3341
    
    (cherry picked from commit ba02181)
    biergit authored and joel-costigliola committed May 4, 2024
    Configuration menu
    Copy the full SHA
    c960fe8 View commit details
    Browse the repository at this point in the history

Commits on May 5, 2024

  1. refactor: implement boolean assertions directly in AbstractBooleanAss…

    …ert and remove Booleans internal class
    
    (cherry picked from commit 35e85a2)
    joel-costigliola committed May 5, 2024
    Configuration menu
    Copy the full SHA
    714c136 View commit details
    Browse the repository at this point in the history

Commits on May 6, 2024

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

Commits on May 10, 2024

  1. feat: add values method in AbstractMapAssert to make assertions on va…

    …lues of the map (fix assertj#3291)
    
    (cherry picked from commit ded8fd8)
    Kruschenstein authored and joel-costigliola committed May 10, 2024
    Configuration menu
    Copy the full SHA
    f7205d7 View commit details
    Browse the repository at this point in the history

Commits on May 14, 2024

  1. [javadocs] Fix javadocs

    option needed to have additional arguments, removed old source 8 on javadocs as no longer needed here.
    hazendaz committed May 14, 2024
    Configuration menu
    Copy the full SHA
    ec03b22 View commit details
    Browse the repository at this point in the history