Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update dependency org.junit-pioneer:junit-pioneer to v1.7.2 #27

Merged
merged 1 commit into from
Nov 9, 2022

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Nov 9, 2022

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
org.junit-pioneer:junit-pioneer (source) 1.4.2 -> 1.7.2 age adoption passing confidence

Release Notes

junit-pioneer/junit-pioneer

v1.7.2

Changelog generated by Shipkit Changelog Gradle Plugin

1.7.2
  • 2022-11-09 - 15 commit(s) by Daniel Kraus, Mathieu Fortin, Matthias Bünger, Mihály Verhás, Nicolai Parlog, Rob Spoor
  • Fix JitPack build (#​678)
  • JitPack fails building Pioneer: "invalid flag: -Xlint:all,-exports" (#​677)
  • Remove branch filtering from build (#​674)
  • Build pipeline workflow does not trigger (#​673)
  • Add issues templates for feature requests and bug reports (#​589 / #​667) (#​667)
  • Improve Cartesian test documentation (#​666)
  • Outdated documentation with @CartesianTest (#​665)
  • Fix JSON sources to convert to Lists and other types (#​664)
  • Upgrade build to use Java 19 as experimental version (#​659)
  • Update to JUnit 5.9 (#​652 / 657) (#​657)
  • Convert ArrayNode to List (#​654)
  • Add StdErr to StdIoExtension (#​653)
  • Include JUnit 5.9 in build (#​652)
  • Upgrade Gradle Wrapper and build against Java 18 (#​651)
  • Add StdErr to StdIoExtension (#​650)
  • Document use of transitive dependencies (#​646)
  • Explain lack of reproducibility for @​DisabledUntil (#​645)
  • Review README (#​644)
  • Polish documentation, particularly Stopwatch (#​643)
  • Review README (#​642)
  • Make entry-based extensions execute around classes (#​641)
  • Update Checkstyle and JaCoCo to fix build (#​637)
  • Allow non-static Cartesian factory methods with PER_CLASS lifecycle (#​628)
  • Execution order of extensions changed with 1.7.0 (#​623)
  • Upgrade Gradle and pipeline when Java 18 is supported (#​613)
  • Added suspendForMs to @​RetryingTest (#​604)
  • Add Issue Templates (#​589)
  • Extensions / Annotations to remind user about unfinished work (#​550)
  • Improve documentation of the Stopwatch extension (#​461)
  • Improve @RetryingTest: offer suspend attribute or similar to configure pauses between reruns (#​407)

v1.7.1

Changelog generated by Shipkit Changelog Gradle Plugin

1.7.1

v1.7.0: v1.7.0

Changelog generated by Shipkit Changelog Gradle Plugin

1.7.0

v1.6.2

Changelog generated by Shipkit Changelog Gradle Plugin

1.6.2
  • 2022-03-10 - 3 commit(s) by Marcono1234, Mihály Verhás
  • Refactor test template name handling (#​603)
  • Add name attribute for @RetryingTest (#​601)
  • Make RangeClass package-private (#​598)
  • Fix tests not reverting system property and environment variable changes (#​578)
  • org.junitpioneer.jupiter.params.RangeClass should be package-private (#​564)

v1.6.1

Changelog generated by Shipkit Changelog Gradle Plugin

1.6.1
  • 2022-02-21 - 3 commit(s) by Daniel Kraus, Nicolai Parlog
  • Fix module descriptor (#​597)
  • Missing opens directive in module descriptor (#​539)
  • Investigate parameter targeting of CartesianProductTest arguments source annotations (#​415)

v1.6.0

Changelog generated by Shipkit Changelog Gradle Plugin

1.6.0
  • 2022-02-19 - 19 commit(s) by Daniel Kraus, Gabriel Diegel, Marcono1234, Matthias Bünger, Mihály Verhás, Nicolai Parlog, Scott Leberknight, Simon Schrottner
  • Document handling of optional dependencies (#​593)
  • Adding Code of Conduct (#​590) (#​592)
  • Add a Code of Conduct (#​590)
  • Update Javadoc and visibility of classes (#​580)
  • Review all Javadoc of the project (#​576)
  • Use current JUnit Jupiter version in build matrix (#​572)
  • Improve exception message when modifying environment variables fails (#​571)
  • NoSuchMethodError: org.junit.platform.commons.util.AnnotationUtils.findAnnotation(Ljava/lang/Class;Ljava/lang/Class;Z)Ljava/util/Optional; (#​569)
  • Fix broken links in param package-info.java (#​568)
  • Improve Javadoc creation (#​566)
  • Update to Log4J2 2.17.0 (#​562 / #​563) (#​563)
  • Update to Log4J 2.17.0+ due to CVE (#​562)
  • Cleanup jupiter's package-info (#​554 / 556) (#​556)
  • Clean up package-info (#​554)
  • Fix warnings in build.gradle.kts (#​553)
  • Naming convention for test classes (#​552)
  • Update DisableIfDisplayName javadoc to match online documentation (#​548)
  • DisableIfDisplayName javadoc incorrect as of 1.5.0 (#​547)
  • Replace references to old RetryingTest class name (#​545)
  • Use HTTPS URLs (#​544)
  • Mention in CONTRIBUTING that test classes must end with Tests (#​543)
  • Add method-level sources to CartesianTest (#​540)
  • Add @​DisabledUntil annotation and extension (#​366) (#​529)
  • Generate Javadoc using JDK 17 (#​522)
  • Setting environment fails on Java 17-ea (#​509)
  • Failed test disable other tests (#​505)
  • Discuss approach to optional dependencies (#​502)
  • Disable tests if other tests failed (#​467)
  • Investigate parameter targeting of CartesianProductTest arguments source annotations (#​415)
  • Create @​DisabledUntil (#​366)
  • AsciiDoc code snippets in documentation (#​335)
  • Use AsciiDoc snippets to include code snippets in documentation (#​334)
  • Decide on what dependencies we should allow (#​33)

v1.5.0

Changelog generated by Shipkit Changelog Gradle Plugin

1.5.0
  • 2021-11-14 - 23 commit(s) by Daniel Kraus, Filip Hrisafov, John L, Jonathan Bluett-Duncan, Mihály Verhás, Nicolai Parlog, Roland Weisleder, Simon Schrottner
  • Use new Gradle build action (#​537)
  • Use Java 17 instead of 16 in build (#​536)
  • Disable environment variable tests on Java 17+ (#​535)
  • Disable environment variable tests on Java 17+ (#​534)
  • Untangle CartesianTestNameFormatter from ParameterizedTest (#​533)
  • Only adjust .idea/vcs.xml if it exists (#​532)
  • Correct workflow name so build status image is displayed (#​530) (#​531)
  • Pioneer build status image is not shown (#​530)
  • Support for array arguments in @CartesianTest (#​528)
  • Add JUnit 5.8 to build matrix (#​527)
  • @​CartesianTest not working with array arguments (#​523)
  • Add JDK 17 to the build matrix (#​521)
  • CartesianArgumentsProvider is not intuitive to implement (#​520)
  • Decouple CartesianArgumentsProvider from the Jupiter Arguments Provider (#​519)
  • Add @Deprecated on the CartesianValueSource (#​518)
  • Switch build from AdoptOpenJDK to Eclipse Adoptium (#​516)
  • Switch build to Eclipse Temurin (#​515)
  • Cache Gradle via setup-java (#​514)
  • Use new setup-java cache for Gradle to reduce workflow size (#​513)
  • Update JUnit Matrix to new version (#​512)
  • Update JUnit versions (#​511)
  • Setting environment fails on Java 17-ea (#​509)
  • Upgrade actions/setup-java to v2 (#​507)
  • Sync actions/setup-java versions/usage (#​506)
  • Retrying test on specific exceptions (#​504)
  • Remove unnecessary words in Javadoc (#​501)
  • Delete unused exception (#​500)
  • Add Daniel as maintainer (#​498)
  • Restructure build (#​474) (#​495)
  • Rework CartesianProductTest (#​487)
  • Move annotation discovery into AbstractEntryBasedExtension (#​485)
  • Restructure build matrix (#​474)
  • Investigate usage of findClosestEnclosingRepeatableAnnotations in EnvironmentVariableExtension and SystemPropertyExtension (#​460)
  • Investigate parameter targeting of CartesianProductTest arguments source annotations (#​415)
  • Improve @RetryingTest: allow defining exceptions for which to retry (#​406)
  • Move Pioneer utils to new package internal (#​403)
  • Untangle CartesianProductTestNameFormatter from ParameterizedTest (#​382)
  • DisableIfArgument (#​368)
  • Explore use of InvocationInterceptor to disable (parameterized) tests (#​313)

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@codecov
Copy link

codecov bot commented Nov 9, 2022

Codecov Report

Merging #27 (4d0e2ac) into main (0103d6a) will not change coverage.
The diff coverage is n/a.

@@            Coverage Diff            @@
##               main      #27   +/-   ##
=========================================
  Coverage     64.35%   64.35%           
  Complexity      139      139           
=========================================
  Files            34       34           
  Lines           620      620           
  Branches         47       47           
=========================================
  Hits            399      399           
  Misses          185      185           
  Partials         36       36           
Flag Coverage Δ
unittests 64.35% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

@Ahoo-Wang Ahoo-Wang merged commit 7cf1fee into main Nov 9, 2022
@Ahoo-Wang Ahoo-Wang deleted the renovate/org.junit-pioneer-junit-pioneer-1.x branch November 9, 2022 11:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant