Skip to content

Latest commit

 

History

History
57 lines (39 loc) · 1021 Bytes

changelog.rst

File metadata and controls

57 lines (39 loc) · 1021 Bytes

Change Log

Patch release of GDSC Test.

Change Description
Fix Avoid using a method reference to SplittableRandom. The method changes to a default implementation in JDK 17.

Patch release of GDSC Test.

Change Description
Update Update build tools to support JDK 17.
Update Remove redundant files from the gdsc-test-api jar.

First working version of GDSC Test.

GDSC Test 1.0 contains the following modules:

  • gdsc-test-build-tools (required only for building the source)
  • gdsc-test-generator
  • gdsc-test-api
  • gdsc-test-utils
  • gdsc-test-junit5 (requires JUnit 5)
  • gdsc-test-rng (requires Commons RNG)
  • gdsc-test-docs (documentation aggregator)
  • gdsc-test-examples

Requires Java 8.