Skip to content

Releases: junit-pioneer/junit-pioneer

v1.2.0

16 Jan 21:38
Compare
Choose a tag to compare

Release notes were automatically generated by Shipkit

1.2.0

  • 2021-01-16 - 17 commits by 4 authors - published to Bintray
  • Commits: Matthias Bünger (6), Mihály Verhás (4), Nicolai Parlog (4), dependabot[bot] (3)
  • Improve documentation/logging of reflective warning for environment variable extensions (#404)
  • Move Pioneer utils to new package internal (#403)
  • Fixing CartesianProductTest not working properly with test classes with constructors (#402)
  • @CartesianProductTest - ParameterResolutionException with test class constructor with single parameter for TestInfo (#401)
  • Update dependabot to set our own labels (#396 / #399) (#399)
  • Update log4j-dependencies (NA / #398) (#398)
  • Update copyright to 2021 (#360 / #395) (#395)
  • Bump mockito-core from 3.3.3 to 3.6.28 (#394)
  • Bump assertj-core from 3.15.0 to 3.18.1 (#393)
  • Bump log4j-jul from 2.12.1 to 2.14.0 (#392)
  • Bump com.diffplug.gradle.spotless from 4.0.0 to 5.8.2 (#391)
  • Bump log4j-core from 2.12.1 to 2.14.0 (#390)
  • Handle duplication of PioneerAnnotationUtils (#389)
  • EnvironmentVariable - An illegal reflective access operation (#387)
  • Making SONAR happy (#386)
  • Add Mihály to the shiptkit developers list (#383 / #384) (#384)
  • Add Mihály to developers list in shipkit.gradle (#383)
  • IssueProcessor integration tests. (#380)
  • Fix issue documentation (#377)
  • @Issue-Documentation contains errors (#376)
  • Create integration test for @issue extensions (#375)
  • CartesianProductTest × RangeSources (#362)
  • Update copyright to 2021 (#360)
  • Make @CartesianProductTest work with range sources (#354)
  • Stopwatch extension (#38 / #182) (#182)
  • Move StopwatchExtension to pioneer (#38)

v1.1.0

25 Nov 14:36
Compare
Choose a tag to compare

Release notes were automatically generated by Shipkit

1.1.0

  • 2020-11-25 - 10 commits by 4 authors - published to Bintray
  • Commits: Daniel Kraus (3), Matthias Bünger (3), Nicolai Parlog (3), Mihály Verhás (1)
  • Allow adding an existing collection to CartesianProduct$Sets (#372)
  • Add commit message template to PR template (#371)
  • Remove issue references from PR template (#370)
  • Document system property extension with non-constant expressions (#369)
  • Add JUnit 5.6.3 to JUnit workflow (#364 / #365) (#365)
  • Add JUnit 5.6.3 to JUnit workflow (#364)
  • Update Gradle to 6.7 and latest Java to 15 (#359 / #363) (#363)
  • Introduce Issue-Extension with Service-API (#135 / #361) (#361)
  • Upgrade to Gradle 6.7 and add Java 15 to build workflow (#359)
  • Extend CartesianProductTest$Sets#add (#358)
  • Improve PR template (#357)
  • Document system property extension with non-constant expressions (#356)
  • Improvements to Pioneer assertions (#305)
  • Improvements to Pioneers assertions (#298)
  • Add declarative annotations for "issue" type support and infrastructure (#135)

v1.0.0

06 Oct 19:12
Compare
Choose a tag to compare

Release notes were automatically generated by Shipkit

1.0.0

v0.9.2

29 Sep 18:42
Compare
Choose a tag to compare

Release notes were automatically generated by Shipkit

0.9.2

v0.9.1

26 Sep 10:19
Compare
Choose a tag to compare

Release notes were automatically generated by Shipkit

0.9.1

v0.9.0

06 Aug 06:04
Compare
Choose a tag to compare

Release notes were automatically generated by Shipkit

0.9.0

  • 2020-08-06 - 5 commits by Matthias Bünger (2), Mihály Verhás (2), Simon Schrottner (1) - published to Bintray
  • Renamed documentation pages (#312)
  • Align documentation headers and ToC entries (#311)
  • GithubAction to manually start a release (#309) (#310)
  • GithubAction to manually start a release (#309)
  • DefaultLocaleExtension/DefaultTimeZoneExtension do not need BeforeAllCallback or AfterAllCallback (#308)
  • The extensions work without BeforeAllCallback and AfterAllCallback (#307)
  • Provide additional PioneerTestKit methods to create ExecutionResults (283) (#285)
  • Refactor PioneerTestKit::executeTestMethodWithParameterTypes to accept Class<?>[] (#283)
  • Improvements to StdIOExtension (#274)
  • Improve thread safety / parallel execution of extensions (#253)
  • Basic implementation of the StdIO extension for catching stdin/out (#227)
  • DefaultLocale/DefaultTimeZone - ExecutionMode (#131)

v0.8.0

30 Jul 18:17
Compare
Choose a tag to compare
  • 2020-07-30 - 7 commits by 5 authors - published to Bintray
  • Commits: Matthias Bünger (2), Simon Schrottner (2), Mihály Verhás (1), Nicolai Parlog (1), sullis (1)
  • Fixing gradle-wrapper-validation action (#304)
  • enable Gradle wrapper validation (#302)
  • Provide proposal for new PR template (#286) (#301)
  • Add Bradford Hovinen to list of contributors (#300)
  • Adding experimental build for multiple JUnit5 versions (#296) (#297)
  • Multiversion build with different JUnit versions (#296)
  • Do not corrupt ProcessEnvironment.theEnvironment on non-Windows platforms. (#288)
  • @SetEnvironmentVariable corrupts JDK-internal structures in some cases (#287)
  • Update PR-Template (#286)
  • Revamp/improvement of StdIoExtension (#275)
  • Improvements to StdIOExtension (#274)

v0.7.0

30 Jul 18:18
Compare
Choose a tag to compare
  • 2020-07-14 - 30 commits by 10 authors - published to Bintray
  • Commits: Mihály Verhás (6), Nicolai Parlog (6), Daniel Kraus (5), Simon Schrottner (4), Matthias Bünger (3), Dirk Wetzel (2), Allon Murienik (1), Hancho2009 (1), hovinen (1), Nishant Vashisth (1)
  • Improving and fixing releasing process (#284) (#295)
  • New behaviour for RetryingTest for Assumptions (#293)
  • Temporarily remove caching (#290) (#292)
  • RepeatFailedTest fails if assumptions are invalid (#291)
  • Minor import statement fix (#289)
  • Do not corrupt ProcessEnvironment.theEnvironment on non-Windows platforms. (#288)
  • @SetEnvironmentVariable corrupts JDK-internal structures in some cases (#287)
  • Release action for releasing version 0.7 failed (#284)
  • Fix @test timeout to actually time out (#280)
  • Update dependency on JUnit to 5.5.2 (#279)
  • Update JUnit 5 to 5.5 (#278)
  • Reinstate rule that requires issue and PR number in title (#273)
  • Added ExtensionConfigurationException to DefaultTimeZoneExtension (#272)
  • Add project site links to javadoc (#271)
  • Enforce UTF-8 encoding when reading source files (fixes build on Windows) (#270)
  • Bump cache action from v1 to v2 (#269)
  • Run SonarCloud analysis with Java 11 (#268)
  • SonarCloud update to Java 11 (#267)
  • Fix typo in docs (#266)
  • Shall the issue number be mentioned in commit title? (#264)
  • Typo in documentation: assertThat().isEqual_s_To() (#263)
  • Creating IDE Specific configuration with gradle (#262)
  • Finishing last clean up / alignments work (#260)
  • Renamed adoc file to fix typo - now in line with docs-nav (#259)
  • Documentation about SystemEnvironment not available (#258)
  • Fix sorting of 2020's contributors (#257)
  • Trigger Release with tag 'releaseTrigger' (#256)
  • Add links to Open Source Guide (#254)
  • Replace deprecated checkstyle setDir with new one (#250)
  • Reduce duplication (#248)
  • Add PublishCondition feature to the ReportEntryExtension (#247)
  • Create assertions for Pioneer (#232) (#245)
  • Extend Beginner Guide in CONTRIBUTING.md (#243)
  • Environmentvariableextension securitymanager tests (#242)
  • No EnvironmentVariableUtils Tests if a SecurityManager is set (#241)
  • Rename/clarify RepeatFailedTest (#233) (#236)
  • AppVeyor's caching mechanism throws error (#234)
  • RepeatFailedTest causes sporadically PreconditionViolationException (#233)
  • Provide pioneer own AssertJ assertions (#232)
  • Providing features for specific IDE (#229)
  • Basic implementation of the StdIO extension for catching stdin/out (#227)
  • Create team of maintainers (#226)
  • Implement PioneerTestKit and PioneerEngineExecutionResults (#6) (#218)
  • Clean up / align internal structure, names, etc. (#215)
  • GitHub Action for Deployments (#213)
  • Github Actions for Deployments (#199)
  • Evaluate ShipKit (#193)
  • Move from Travis CI to GitHub Actions (#192)
  • Reduce duplication (#180)
  • Add extension to disable per test name to be able to disable parameterized tests (#175)
  • Require configuration failiure tests? (#164)
  • Disable Parameterised tests selectively (#163)
  • Should Javadoc link to project site? (#149)
  • Move issue and PR numbers from commit action to body (#86)
  • No longer mention issue and PR numbers in commit title (#79)
  • Move StdIoExtension to pioneer (#34)
  • Fix @test Timeout to Actually Time Out (#10)
  • Replace Upstream Test Code With Dependency (#6)

v0.6.1-beta.6

02 May 16:25
Compare
Choose a tag to compare
v0.6.1-beta.6 Pre-release
Pre-release

Release notes were automatically generated by Shipkit

0.6.1-beta.6

v0.6.1-beta.4

01 May 18:00
Compare
Choose a tag to compare
v0.6.1-beta.4 Pre-release
Pre-release

Release notes were automatically generated by Shipkit

0.6.1-beta.4