Skip to content

Bump junit4-maven-plugin from 2.3.3 to 2.7.0#76

Closed
dependabot-preview[bot] wants to merge 1 commit into
masterfrom
dependabot/maven/com.carrotsearch.randomizedtesting-junit4-maven-plugin-2.7.0
Closed

Bump junit4-maven-plugin from 2.3.3 to 2.7.0#76
dependabot-preview[bot] wants to merge 1 commit into
masterfrom
dependabot/maven/com.carrotsearch.randomizedtesting-junit4-maven-plugin-2.7.0

Conversation

@dependabot-preview
Copy link
Copy Markdown

Bumps junit4-maven-plugin from 2.3.3 to 2.7.0.

Release notes

Sourced from junit4-maven-plugin's releases.

Release 2.7.0

Bug Fixes

  • GH-269: 2.6.x runners and junit 4.12 show much noise for a single
    test method in IntellJ Idea (thanks Vladimir Dolzhenko).

Changes in Backwards Compatibility

  • GH-270: Upgrade to support JUnit 4.12. This also means that Hamcrest
    is required (as JUnit 4.12 uses it).

Release 2.6.4

Bug Fixes

  • GH-247: Allow java.io.tmpdir to be placed under cwd with isolated
    directories and nonEmptyWorkDirAction=wipe.

  • GH-255: Invalid event nesting on security logging crashes the runner.

  • GH-266: QUIT event may not be read from the event log on slow machines.

  • GH-267: Project does not build/ test on Java 11.

Improvements

  • An additional property 'junit4.tempDir' is passed to forked JVMs to allow
    easier configuration of security policy files. This folder must have
    read/ write file policy.

  • Added a test case that runs with a security manager enabled.

  • GH-253: IntelliJ only recognizes proper test methods for re-runs
    when descriptions have " [...]" instead of " {...}. This fix uses square
    brackets on IntelliJ runner.

Changes in Backwards Compatibility

  • GH-265: Deprecate RandomizedTest.randomInt(v) and RandomizedTest.randomLong(v).

Release 2.6.3

A fixup of bytecode incompatibility resulting from covariant API changes in Java (2.6.2 cross-compiled from Java 9 to Java 8).

Release 2.6.2

New Features

  • GH-261: Ant and Maven runner can specify external JUnit 4 RunListeners. (Steven Zaluk)

Release 2.6.1

Bug Fixes

... (truncated)
Changelog

Sourced from junit4-maven-plugin's changelog.

======================= randomizedtesting 2.7.0 ====================

Bug Fixes

  • GH-269: 2.6.x runners and junit 4.12 show much noise for a single
    test method in IntellJ Idea (thanks Vladimir Dolzhenko).

Changes in Backwards Compatibility

  • GH-270: Upgrade to support JUnit 4.12. This also means that Hamcrest
    is required (as JUnit 4.12 uses it).

======================= randomizedtesting 2.6.4 ====================

Bug Fixes

  • GH-247: Allow java.io.tmpdir to be placed under cwd with isolated
    directories and nonEmptyWorkDirAction=wipe.

  • GH-255: Invalid event nesting on security logging crashes the runner.

  • GH-266: QUIT event may not be read from the event log on slow machines.

  • GH-267: Project does not build/ test on Java 11.

Improvements

  • An additional property 'junit4.tempDir' is passed to forked JVMs to allow
    easier configuration of security policy files. This folder must have
    read/ write file policy.

  • Added a test case that runs with a security manager enabled.

  • GH-253: IntelliJ only recognizes proper test methods for re-runs
    when descriptions have " [...]" instead of " {...}. This fix uses square
    brackets on IntelliJ runner.

Changes in Backwards Compatibility

  • GH-265: Deprecate RandomizedTest.randomInt(v) and RandomizedTest.randomLong(v).

======================= randomizedtesting 2.6.3 ====================

Bug Fixes

  • GH-263: event bus dispatch error (covariant incompatibility due to
    jdk 9 compilation to java 8 bytecode).

======================= randomizedtesting 2.6.2 ====================

... (truncated)
Commits
  • 8261755 Add changes entry for GH-269
  • 72bb958 Bump version to 2.7.0
  • 00d1485 Don't use deprecated guava method.
  • 2950a48 Bumping version to 2.7.0 after upgrading to junit 4.12
  • 6d79773 GH-270: Initial JUnit 4.12 support.
  • 92e7fb5 junit 4.12 shows much noise for a single test method (#269)
  • 683d823 Version 2.6.5 bump.
  • 2563793 Documented junit4.tempDir.
  • 59646dd Figured out policy failures on the build server.
  • c11e576 Pass junit4.tempDir to forked JVMs so that security manager policies can allo...
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot ignore this [patch|minor|major] version will close this PR and stop Dependabot creating any more for this minor/major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Automerge options (never/patch/minor, and dev/runtime dependencies)
  • Pull request limits (per update run and/or open at any time)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

Finally, you can contact us by mentioning @dependabot.

@dependabot-preview dependabot-preview Bot added the dependencies Pull requests that update a dependency file label Oct 1, 2018
@dependabot-preview
Copy link
Copy Markdown
Author

Superseded by #112.

@dependabot-preview dependabot-preview Bot deleted the dependabot/maven/com.carrotsearch.randomizedtesting-junit4-maven-plugin-2.7.0 branch December 1, 2018 11:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant