AssertJ Swing latest news

Release date : 2019-02-08

Version 3.9.2 is a maintenance release which updates AssertJ Core dependency and contains:

Release date : 2017-11-15

Version 2.3.0 is a maintenance release which updates AssertJ Core dependency and should increase stability.

Release date : 2017-08-09

Version 3.8.0 contains new features:

and some fixes:

  • JavaDoc references fixed.

Release date : 2017-07-12

Version 3.7.0 contains new features:

and some fixes:

  • Calculation of the center point of a JList cell
  • Fixed TextNG before and after methods when running with groups

Release date : 2017-05-16

Version 3.6.0 contains a new feature:

and a bug fix:

Release date : 2016-12-14

Version 3.5.0 contains a new feature:

and bug fixes:

Release date : 2016-07-04

Version 3.4.0 contains a new feature:

and bug fixes:

Release date : 2016-04-25

Version 3.3.0 contains new features:

Release date : 2016-02-29

Version 3.2.0 contains new features:

and a couple of bug fixes:

Release date : 2016-02-15

Version 3.1.1 contains:

Note that 3.1.0 was not released publically and thus omitted on this page.

Release date : 2015-11-02

Version 3.0.2 contains:

Note that 3.0.1 was broken and thus has been omitted on this page.

Release date : 2015-10-05

Version 3.0.0 is the first Java 8 release and uses new dependencies:

  • org.testng:testng 6.9.6 (5.7)
  • org.slf4j:slf4j-api 1.7.12 (1.7.10)
  • commons-codec:commons-codec 1.10 (1.3)
  • org.apache.ant:ant-junit 1.9.6 (1.7.0)
  • com.google.code.findbugs:jsr305 3.0.0 (1.3.9)
These won't have an effect on you but it might be interesting to know :)

Release date : 2015-10-05

Version 2.2.0 is compatible with AssertJ Core 2.2.0:

Release date : 2015-08-03

Version 2.1.1 contains a bug fix:

Release date : 2015-06-22

Version 2.1.0 contains some new features:

and a couple of bug fixes:

Release date : 2015-06-08

Version 2.0.2 is an empty AssertJ Swing release that just updates:

  • assertj-core dependency to 2.0.0

Release date : 2015-06-08

Version 2.0.1 of AssertJ Swing contains a fix:

Release date : 2015-05-11

Version 2.0.0 of AssertJ Swing is intended to be used with Java 7:

Release date : 2015-03-10

Version 1.2.0 is an empty AssertJ Swing release that just updates:

  • assertj-core dependency to 1.7.1

Release date : 2015-02-16

Version 1.1.0 is the first AssertJ Swing release after a long period and it comes with a new feature:

  • Convenient methods for using Containers with own Robot:
    Containers.frameFixtureFor(robot(), panel);
    Containers.showInFrame(robot(), panel);
  • JIDE-support is added by the new module assertj-swing-jide

Release date : 2014-07-22

Version 1.0.0 is the first AssertJ Swing release after the fork from FEST-Swing (version: Mar 3, 2013), here are the changes compared to FEST-Swing:

  • Ensure timeouts
  • Make Swing module work with latest AssertJ core
  • Reduce published dependencies
  • Stabilise AssertJ Swing under Java 7