Skip to content

Releases: SERG-Delft/jpacman-framework

JPacman-Framework 8.1.1

04 Jan 22:00
6f703ad
Compare
Choose a tag to compare

Small release fixing some simple typos and minor patches.

Explicitly releasing so that these can be used in ongoing courses.

JPacman-Framework 8.0.0

27 Apr 10:08
Compare
Choose a tag to compare

Release of JPacman Framework 8.0.0.

  • Java 9 compliant
  • Update to latest dependencies, most notably JUnit 5.1
  • Removal of CheckerFramework and Cucumber dependencies
  • Replacement of (deprecated) Findbugs by Spotbugs
  • Refactoring of ghost logic, making it also easier to test -- HT @LiamClark

Binaries available on TU Delft EEMCS Nexus.

JPacman Framework Version 7.0.0

25 Apr 06:28
Compare
Choose a tag to compare

JPacman-Framework version 7.0.0.

Major changes:

  • Adoption of JUnit 5 M4!
  • Reorganization of Cucumber steps.
  • Adoption of null checks from the Checker Framework.
  • Stricter layout checking avoiding tabs (at last).

Binaries available on the DevHub Maven Repository.

Big thank you to all contributors!

JPacman Framework Version 7.0.0-M1

23 Apr 21:21
Compare
Choose a tag to compare
Pre-release

Milestone 1 towards JPacman-Framework version 7.0.0.

Major changes:

  • Adoption of JUnit 5
  • Reorganization of Cucumber steps
  • Adoption of null checks from Checker Framework

Binaries available on https://devhub.ewi.tudelft.nl/nexus/content/repositories/releases/nl/tudelft/jpacman/jpacman-framework/7.0.0-M1/

JPacman Framework Version 6.5.0

11 Apr 18:42
Compare
Choose a tag to compare

Final version using JUnit 4.

Compared to version 6.4.0, this release mostly includes various small refactorings.

JPacman Framework Version 6.4.0

18 Apr 20:03
Compare
Choose a tag to compare

Main extensions:

  • Added a very simple Cucumber test to show how Cucumber can be used for other scenarios
  • Enabled Jacoco in site report.
  • Various code improvements based on PMD, FindBugs, Checkstyle, and coverage analysis.
  • Provided ParameterizedAssignment annotation to support automated analysis of answers (in DevHub)

JPacman-Framework Version 6.3.0

12 Jun 19:24
Compare
Choose a tag to compare
  • Enabled PMD, Findbugs, and Checkstyle code anlaysis.
  • Opened up score panel in user interface, so that it can be used to display additional information.
  • Various small improvements.

JPacman-Framework Version 6.2.0

19 Apr 17:31
Compare
Choose a tag to compare

This release mostly brings small refactorings as suggested by FindBugs.

Furthermore, this release still is fully compatible with Java 7.

Most likely this is the last release that is compatible with jdk 7 -- after this release most likely Java 8 features will be adopted in JPacman-Framework.

This release is available via the devhub maven repository.

JPacman-Framework Version 6.1.1

02 Apr 20:10
Compare
Choose a tag to compare

Same as v6.1.0; now properly deployed on devhub's nexus server.

JPacman-Framework Version 6.1.0

02 Apr 20:09
Compare
Choose a tag to compare
  • Various changes to the pom file
  • Framework now requires Java 8
  • Visibility and documentation improvements.