Skip to content

Commit

Permalink
Remove Binary Compatibility section
Browse files Browse the repository at this point in the history
Release notes are no longer published in the reference documentation.
Binary compatibility details of each release are mentioned in the
corresponding entry at https://github.com/assertj/assertj/releases.
  • Loading branch information
scordio committed Aug 16, 2024
1 parent 25b9964 commit e11095d
Show file tree
Hide file tree
Showing 28 changed files with 0 additions and 334,259 deletions.
89 changes: 0 additions & 89 deletions src/docs/asciidoc/user-guide/assertj-core-quickstart.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -66,95 +66,6 @@ With Gradle, you can override the AssertJ Core version by including the followin
ext['assertj.version'] = '{assertj-version}'
----

===== Binary Compatibility

The table below shows the binary compatibility of each minor release with the previous ones, always considering the latest bugfix version.

[cols="h,8*^"]
|===
| | 3.22.0 | 3.21.0 | 3.20.2 | 3.19.0 | 3.18.1 | 3.17.2 | 3.16.1 | 3.15.0

|3.23.1
|[green]#icon:check[]#
|[red]#icon:times[]#
|[red]#icon:times[]#
|[red]#icon:times[]#
|[red]#icon:times[]#
|[red]#icon:times[]#
|[red]#icon:times[]#
|[red]#icon:times[]#

|3.22.0
|-
|[red]#icon:times[]# icon:file-text[link=reports/assertj-core/japicmp-3.22.0-3.21.0.html, window=_blank]
|[red]#icon:times[]# icon:file-text[link=reports/assertj-core/japicmp-3.22.0-3.20.2.html, window=_blank]
|[red]#icon:times[]# icon:file-text[link=reports/assertj-core/japicmp-3.22.0-3.19.0.html, window=_blank]
|[red]#icon:times[]# icon:file-text[link=reports/assertj-core/japicmp-3.22.0-3.18.1.html, window=_blank]
|[red]#icon:times[]# icon:file-text[link=reports/assertj-core/japicmp-3.22.0-3.17.2.html, window=_blank]
|[red]#icon:times[]# icon:file-text[link=reports/assertj-core/japicmp-3.22.0-3.16.1.html, window=_blank]
|[red]#icon:times[]# icon:file-text[link=reports/assertj-core/japicmp-3.22.0-3.15.0.html, window=_blank]

|3.21.0
|-
|-
|[green]#icon:check[]#
|[red]#icon:times[]# icon:file-text[link=reports/assertj-core/japicmp-3.21.0-3.19.0.html, window=_blank]
|[red]#icon:times[]# icon:file-text[link=reports/assertj-core/japicmp-3.21.0-3.18.1.html, window=_blank]
|[red]#icon:times[]# icon:file-text[link=reports/assertj-core/japicmp-3.21.0-3.17.2.html, window=_blank]
|[red]#icon:times[]# icon:file-text[link=reports/assertj-core/japicmp-3.21.0-3.16.1.html, window=_blank]
|[red]#icon:times[]# icon:file-text[link=reports/assertj-core/japicmp-3.21.0-3.15.0.html, window=_blank]

|3.20.2
|-
|-
|-
|[red]#icon:times[]# icon:file-text[link=reports/assertj-core/japicmp-3.20.2-3.19.0.html, window=_blank]
|[red]#icon:times[]# icon:file-text[link=reports/assertj-core/japicmp-3.20.2-3.18.1.html, window=_blank]
|[red]#icon:times[]# icon:file-text[link=reports/assertj-core/japicmp-3.20.2-3.17.2.html, window=_blank]
|[red]#icon:times[]# icon:file-text[link=reports/assertj-core/japicmp-3.20.2-3.16.1.html, window=_blank]
|[red]#icon:times[]# icon:file-text[link=reports/assertj-core/japicmp-3.20.2-3.15.0.html, window=_blank]

|3.19.0
|-
|-
|-
|-
|[red]#icon:times[]# icon:file-text[link=reports/assertj-core/japicmp-3.19.0-3.18.1.html, window=_blank]
|[red]#icon:times[]# icon:file-text[link=reports/assertj-core/japicmp-3.19.0-3.17.2.html, window=_blank]
|[red]#icon:times[]# icon:file-text[link=reports/assertj-core/japicmp-3.19.0-3.16.1.html, window=_blank]
|[red]#icon:times[]# icon:file-text[link=reports/assertj-core/japicmp-3.19.0-3.15.0.html, window=_blank]

|3.18.1
|-
|-
|-
|-
|-
|[red]#icon:times[]# icon:file-text[link=reports/assertj-core/japicmp-3.18.1-3.17.2.html, window=_blank]
|[red]#icon:times[]# icon:file-text[link=reports/assertj-core/japicmp-3.18.1-3.16.1.html, window=_blank]
|[red]#icon:times[]# icon:file-text[link=reports/assertj-core/japicmp-3.18.1-3.15.0.html, window=_blank]

|3.17.2
|-
|-
|-
|-
|-
|-
|[red]#icon:times[]# icon:file-text[link=reports/assertj-core/japicmp-3.17.2-3.16.1.html, window=_blank]
|[red]#icon:times[]# icon:file-text[link=reports/assertj-core/japicmp-3.17.2-3.15.0.html, window=_blank]

|3.16.1
|-
|-
|-
|-
|-
|-
|-
|[red]#icon:times[]# icon:file-text[link=reports/assertj-core/japicmp-3.16.1-3.15.0.html, window=_blank]
|===

==== Use Assertions class entry point

The `Assertions` class is the only class you need to start using AssertJ, it provides all the methods you need.
Expand Down
Loading

0 comments on commit e11095d

Please sign in to comment.