Skip to content

Bump junit4-maven-plugin from 2.3.3 to 2.6.3#33

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

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

Conversation

@dependabot-preview
Copy link
Copy Markdown

Bumps junit4-maven-plugin from 2.3.3 to 2.6.3.

Release notes

Sourced from junit4-maven-plugin's releases.

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

  • GH-260: maven plugin should use dom4j 2.0.2 (avoids illegal access warnings under Java 9 and later).

Release 2.6.0

JavaDoc | ANT task

Changes in Backwards Compatibility

  • GH-259: Java 1.8 is now the minimum supported JRE.

  • GH-258: add support for parsing class files compiled into Java 9 or Java 10 bytecode.

Release 2.5.3

JavaDoc | ANT task

Bug fixes

  • GH-251: Fixes test case filtering in IDEs (IntelliJ, Eclipse). The tests are now filtered out eagerly from the returned suite's Description and don't show in the user interface at all. This also applies to -Dtests.method=... patterns.

Release 2.5.2

JavaDoc | ANT task

Bug fixes

  • GH-250: Non-bootstrapped ForkedJvmInfo causes NullPointerExceptions (can happen on slow machines with low heartbeat setting).

Release 2.5.1

JavaDoc | ANT task

Changes in Backwards Compatibility

  • GH-248: Cleaning up some confusion on RandomizedTest.randomAscii* and
    RandomStrings.randomAscii* methods. These methods generated
    random strings based on letters from the Unicode basic latin block (C0).
    All these methods are now deprecated and will be removed in favor of
    more explicit methods that tell exactly (?) what kind of letters are
    involved (Ryan Ernst, Dawid Weiss). For details, see:
... (truncated)
Changelog

Sourced from junit4-maven-plugin's changelog.

======================= 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 ====================

New Features

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

======================= randomizedtesting 2.6.1 ====================

Bug Fixes

  • GH-260: maven plugin should use dom4j 2.0.2 (avoids illegal access warnings
    under Java 9 and later).

======================= randomizedtesting 2.6.0 ====================

Changes in Backwards Compatibility

  • GH-259: Java 1.8 is now the minimum supported JRE.

  • GH-258: add support for parsing class files compiled into Java 9 or
    Java 10 bytecode.

======================= randomizedtesting 2.5.3 ====================

Bug Fixes

  • GH-251: Fixes test case filtering in IDEs (IntelliJ, Eclipse). The tests
    are now filtered out eagerly from the returned suite's Description and
    don't show in the user interface at all. This also applies to
    -Dtests.method=... patterns. (Mike Sokolov via Dawid Weiss)

======================= randomizedtesting 2.5.2 ====================

Bug Fixes

  • GH-250: Non-bootstrapped ForkedJvmInfo causes NullPointerExceptions
    (can happen on slow machines with low heartbeat setting).
    (Doug Turnbull via Dawid Weiss).

======================= randomizedtesting 2.5.1 ====================

Changes in Backwards Compatibility

... (truncated)
Commits
  • 40fb2b7 Bumping to 2.6.3
  • 1aba3a1 Bumping version to 2.6.3-SNAPSHOT
  • d895c2e Bumping version to 2.6.2
  • 8b313eb GH-261: a few follow-up renames to shorten things up.
  • 59c640b Added Ability To Externally Attach RunListeners (#262)
  • 7e65d4a 2.6.2-snapshot
  • 78e1d7b Bumping version to 2.6.1
  • db5296d Fixes GH-260: The maven plugin should use dom4j 2.0.2 (avoids illegal access...
  • 014dde1 Bumping version to 2.6.1-SNAPSHOT.
  • 695f98b Correct javadoc problem.
  • 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.


Note: This repo was added to Dependabot recently, so you'll receive a maximum of PRs for your first few update runs. Once an update run creates fewer than PRs we'll remove that limit.

You can always request more updates by clicking Bump now in your Dependabot dashboard.

Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @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 Sep 1, 2018
@dependabot-preview
Copy link
Copy Markdown
Author

Superseded by #76.

@dependabot-preview dependabot-preview Bot deleted the dependabot/maven/com.carrotsearch.randomizedtesting-junit4-maven-plugin-2.6.3 branch October 1, 2018 11:20
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