Generate Heroku-like random names to use in your Java applications

Overview

HaikunatorJAVA

Build Status Latest Version Coverage Status

Generate Heroku-like random names to use in your java applications.

Installation

To install Haikunator add the following to your maven configuration

<dependency>
    <groupId>me.atrox.haikunator</groupId>
    <artifactId>Haikunator</artifactId>
    <version>2.0.1</version>
</dependency>

For more examples how to add Haikunator to your project, follow this link

Usage

Haikunator is pretty simple.

import me.atrox.haikunator;

// default usage
Haikunator haikunator = new Haikunator();
haikunator.haikunate() // => "wispy-dust-1337"

// custom length (default=4)
Haikunator haikunator = new Haikunator().setTokenLength(6);
haikunator.haikunate() // => "patient-king-887265"

// use hex instead of numbers
Haikunator haikunator = new Haikunator().setTokenHex(true);
haikunator.haikunate() // => "purple-breeze-98e1"

// use custom chars instead of numbers/hex
Haikunator haikunator = new Haikunator().setTokenChars("HAIKUNATE");
haikunator.haikunate() // => "summer-atom-IHEA"

// don't include a token
Haikunator haikunator = new Haikunator().setTokenLength(0);
haikunator.haikunate() // => "cold-wildflower"

// use a different delimiter
Haikunator haikunator = new Haikunator().setDelimiter(".");
haikunator.haikunate() // => "restless.sea.7976"

// no token, space delimiter
Haikunator haikunator = new Haikunator().setTokenLength(0).setDelimiter(" ");
haikunator.haikunate() // => "delicate haze"

// no token, empty delimiter
Haikunator haikunator = new Haikunator().setTokenLength(0).setDelimiter("");
haikunator.haikunate() // => "billowingleaf"

Options

The following options are available:

Haikunator haikunator = new Haikunator()
                            .setDelimiter("-")
                            .setTokenLength(4)
                            .setTokenHex(false)
                            .setTokenChars("0123456789")
                            .setAdjectives(new String[]{"..."})
                            .setNouns(new String[]{"..."})
                            .setRandom(new Random());

If tokenHex is true, it overrides any tokens specified in tokenChars

Contributing

Everyone is encouraged to help improve this project. Here are a few ways you can help:

Other Languages

Haikunator is also available in other languages. Check them out:

Comments
  • Bump maven-javadoc-plugin from 3.1.0 to 3.3.0

    Bump maven-javadoc-plugin from 3.1.0 to 3.3.0

    Bumps maven-javadoc-plugin from 3.1.0 to 3.3.0.

    Commits
    • aa3e12c [maven-release-plugin] prepare release maven-javadoc-plugin-3.3.0
    • 55982df [MJAVADOC-584] excludePackageNames is not working as documented anymore
    • e9729ce [MJAVADOC-453] Using Alternate Doclet documentation example snippet is out of...
    • 9f98af7 [MJAVADOC-592] detectJavaApiLink should also respect maven.compiler.source pr...
    • 1028afc [MJAVADOC-592] Prepare integration tests
    • 1963ee8 Bump actions/checkout from 2 to 2.3.4
    • f27c99d [MJAVADOC-590] Setting nooverview option always causes a build failure
    • d5b80c0 Revert "(doc) enable streamLogsOnFailure"
    • 3926bd4 [MJAVADOC-619] Maven Javadoc bottom claims copyright for future years
    • 15a02d6 (doc) enable streamLogsOnFailure
    • 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 squash and merge will squash and merge this PR after your CI passes on it
    • @dependabot cancel merge will cancel a previously requested merge and block automerging
    • @dependabot reopen will reopen this PR if it is closed
    • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
    • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor 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)
    dependencies 
    opened by dependabot[bot] 2
  • Bump junit-jupiter-engine from 5.4.2 to 5.7.2

    Bump junit-jupiter-engine from 5.4.2 to 5.7.2

    Bumps junit-jupiter-engine from 5.4.2 to 5.7.2.

    Release notes

    Sourced from junit-jupiter-engine's releases.

    JUnit 5.7.2 = Platform 1.7.2 + Jupiter 5.7.2 + Vintage 5.7.2

    See Release Notes.

    JUnit 5.7.1 = Platform 1.7.1 + Jupiter 5.7.1 + Vintage 5.7.1

    See Release Notes.

    JUnit 5.7.0 = Platform 1.7.0 + Jupiter 5.7.0 + Vintage 5.7.0

    See Release Notes.

    JUnit 5.7.0-RC1 = Platform 1.7.0-RC1 + Jupiter 5.7.0-RC1 + Vintage 5.7.0-RC1

    See Release Notes.

    JUnit 5.7.0-M1 = Platform 1.7.0-M1 + Jupiter 5.7.0-M1 + Vintage 5.7.0-M1

    See Release Notes.

    JUnit 5.6.3 = Platform 1.6.3 + Jupiter 5.6.3 + Vintage 5.6.3

    See Release Notes.

    JUnit 5.6.2 = Platform 1.6.2 + Jupiter 5.6.2 + Vintage 5.6.2

    See Release Notes.

    JUnit 5.6.1 = Platform 1.6.1 + Jupiter 5.6.1 + Vintage 5.6.1

    See Release Notes.

    JUnit 5.6.0 = Platform 1.6.0 + Jupiter 5.6.0 + Vintage 5.6.0

    See Release Notes.

    JUnit 5.6.0-RC1 = Platform 1.6.0-RC1 + Jupiter 5.6.0-RC1 + Vintage 5.6.0-RC1

    See Release Notes.

    JUnit 5.6.0-M1 = Platform 1.6.0-M1 + Jupiter 5.6.0-M1 + Vintage 5.6.0-M1

    See Release Notes.

    JUnit 5.5.2 = Platform 1.5.2 + Jupiter 5.5.2 + Vintage 5.5.2

    See Release Notes.

    JUnit 5.5.1 = Platform 1.5.1 + Jupiter 5.5.1 + Vintage 5.5.1

    ... (truncated)

    Commits
    • 0ba600e Move #2423 to 5.7.2
    • e6d74ab Acquire global read lock in presence of other exclusive resources
    • 267ce62 Add Stalebot configuration
    • 05414dc Upgradle to 7.0.1
    • 8d9ef80 Update spring-nohttp plugin
    • 4e98f55 Hard-wrap at 90 chars and add indentation
    • 6359e51 Add Provide-Capability OSGi header to engine bundles
    • a02c62a Move entry to 5.7.2 release notes
    • 4f206d3 Update shadow plugin
    • 81e6b00 Update Kotlin plugin
    • 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 squash and merge will squash and merge this PR after your CI passes on it
    • @dependabot cancel merge will cancel a previously requested merge and block automerging
    • @dependabot reopen will reopen this PR if it is closed
    • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
    • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor 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)
    dependencies 
    opened by dependabot[bot] 2
  • Bump jacoco-maven-plugin from 0.8.4 to 0.8.6

    Bump jacoco-maven-plugin from 0.8.4 to 0.8.6

    Bumps jacoco-maven-plugin from 0.8.4 to 0.8.6.

    Release notes

    Sourced from jacoco-maven-plugin's releases.

    0.8.6

    New Features

    • JaCoCo now officially supports Java 14.
    • Experimental support for Java 15 class files (GitHub #992).
    • Experimental support for Java 16 class files (GitHub #1059).
    • Methods toString, hashCode and equals generated by compiler for records are filtered out during generation of report (GitHub #990).
    • Bridge methods are filtered out during generation of report (GitHub #1010).
    • Methods generated by Kotlin compiler for non-overridden non-abstract methods of interfaces are filtered out during generation of report (GitHub #1012).
    • Branches added by the Kotlin compiler version 1.3.60 for suspending functions with tail call optimization are filtered out during generation of report (GitHub #1016).

    Fixed bugs

    • Compression method of zip entries is now preserved when instrumenting archives. This allows to use JaCoCo with frameworks that expect uncompressed entries (GitHub #1018).

    Non-functional Changes

    • Support for Pack200 was removed in JDK 14. JaCoCo will now throw a detailed exception when Pack200 archives are processed with the latest JDKs (GitHub #984).
    • JaCoCo now depends on ASM 8.0.1 (GitHub #1032, #1043).

    API Changes

    • URLStreamHandlerRuntime removed (GitHub #471).

    0.8.5

    New Features

    • JaCoCo now officially supports Java 13
    • Experimental support for Java 14 class files (GitHub #897).
    • Branches added by the Kotlin compiler for open functions with default arguments are filtered out during generation of report (GitHub #887).

    Fixed bugs

    • synthetic constructors that contain values of default arguments in Kotlin should not be ignored (GitHub #888).
    • Instrumentation should update indexes of local variables in annotations (GitHub #894).
    • Branches added by the Kotlin compiler for functions with default arguments and containing arguments of type long or double should be filtered out during generation of report (GitHub #908).
    • synthetic methods that contain bodies of anonymous functions in Scala should not be ignored (GitHub #912).
    • To avoid failures with invalid class files report generation now checks that source references are actually files (GitHub #941).
    • NullPointerException during filtering (GitHub #942, #944).

    Non-functional Changes

    • JaCoCo now distributed under the terms and conditions of the Eclipse Public License Version 2.0 (GitHub #943).
    • Prevent startup when JaCoCo runtime cannot be initialized to avoid subsequent faults (GitHub #910).
    • JaCoCo now depends on ASM 7.2 (GitHub #947).

    API Changes

    • The coverage check API and tools (Ant, Maven) now report an error, when a coverage ratio limit is configured outside the range [0,1] to avoid common configuration mistakes (GitHub #783).
    • Unsupported class file versions are now consistently reported as exceptions by all methods of Analyzer and Instrumenter and thus also during report generation and offline instrumentation (GitHub #952).

    All Resolved Issues

    Commits

    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 squash and merge will squash and merge this PR after your CI passes on it
    • @dependabot cancel merge will cancel a previously requested merge and block automerging
    • @dependabot reopen will reopen this PR if it is closed
    • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
    • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor 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)
    • Pull request limits (per update run and/or open at any time)
    • Automerge options (never/patch/minor, and dev/runtime dependencies)
    • Out-of-range updates (receive only lockfile updates, if desired)
    • Security updates (receive only security updates, if desired)
    dependencies 
    opened by dependabot-preview[bot] 2
  • Bump junit-jupiter-engine from 5.4.2 to 5.7.0

    Bump junit-jupiter-engine from 5.4.2 to 5.7.0

    Bumps junit-jupiter-engine from 5.4.2 to 5.7.0.

    Release notes

    Sourced from junit-jupiter-engine's releases.

    JUnit 5.7.0 = Platform 1.7.0 + Jupiter 5.7.0 + Vintage 5.7.0

    See Release Notes.

    JUnit 5.7.0-RC1 = Platform 1.7.0-RC1 + Jupiter 5.7.0-RC1 + Vintage 5.7.0-RC1

    See Release Notes.

    JUnit 5.7.0-M1 = Platform 1.7.0-M1 + Jupiter 5.7.0-M1 + Vintage 5.7.0-M1

    See Release Notes.

    JUnit 5.6.2 = Platform 1.6.2 + Jupiter 5.6.2 + Vintage 5.6.2

    See Release Notes.

    JUnit 5.6.1 = Platform 1.6.1 + Jupiter 5.6.1 + Vintage 5.6.1

    See Release Notes.

    JUnit 5.6.0 = Platform 1.6.0 + Jupiter 5.6.0 + Vintage 5.6.0

    See Release Notes.

    JUnit 5.6.0-RC1 = Platform 1.6.0-RC1 + Jupiter 5.6.0-RC1 + Vintage 5.6.0-RC1

    See Release Notes.

    JUnit 5.6.0-M1 = Platform 1.6.0-M1 + Jupiter 5.6.0-M1 + Vintage 5.6.0-M1

    See Release Notes.

    JUnit 5.5.2 = Platform 1.5.2 + Jupiter 5.5.2 + Vintage 5.5.2

    See Release Notes.

    JUnit 5.5.1 = Platform 1.5.1 + Jupiter 5.5.1 + Vintage 5.5.1

    See Release Notes.

    JUnit 5.5.0 = Platform 1.5.0 + Jupiter 5.5.0 + Vintage 5.5.0

    See Release Notes.

    JUnit 5.5.0-RC2 = Platform 1.5.0-RC2 + Jupiter 5.5.0-RC2 + Vintage 5.5.0-RC2

    See Release Notes.

    JUnit 5.5.0-RC1 = Platform 1.5.0-RC1 + Jupiter 5.5.0-RC1 + Vintage 5.5.0-RC1

    Commits

    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 squash and merge will squash and merge this PR after your CI passes on it
    • @dependabot cancel merge will cancel a previously requested merge and block automerging
    • @dependabot reopen will reopen this PR if it is closed
    • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
    • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor 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)
    • Pull request limits (per update run and/or open at any time)
    • Automerge options (never/patch/minor, and dev/runtime dependencies)
    • Out-of-range updates (receive only lockfile updates, if desired)
    • Security updates (receive only security updates, if desired)
    dependencies 
    opened by dependabot-preview[bot] 2
  • Bump junit-jupiter-engine from 5.4.2 to 5.6.2

    Bump junit-jupiter-engine from 5.4.2 to 5.6.2

    Bumps junit-jupiter-engine from 5.4.2 to 5.6.2.

    Release notes

    Sourced from junit-jupiter-engine's releases.

    JUnit 5.6.2 = Platform 1.6.2 + Jupiter 5.6.2 + Vintage 5.6.2

    See Release Notes.

    JUnit 5.6.1 = Platform 1.6.1 + Jupiter 5.6.1 + Vintage 5.6.1

    See Release Notes.

    JUnit 5.6.0 = Platform 1.6.0 + Jupiter 5.6.0 + Vintage 5.6.0

    See Release Notes.

    JUnit 5.6.0-RC1 = Platform 1.6.0-RC1 + Jupiter 5.6.0-RC1 + Vintage 5.6.0-RC1

    See Release Notes.

    JUnit 5.6.0-M1 = Platform 1.6.0-M1 + Jupiter 5.6.0-M1 + Vintage 5.6.0-M1

    See Release Notes.

    JUnit 5.5.2 = Platform 1.5.2 + Jupiter 5.5.2 + Vintage 5.5.2

    See Release Notes.

    JUnit 5.5.1 = Platform 1.5.1 + Jupiter 5.5.1 + Vintage 5.5.1

    See Release Notes.

    JUnit 5.5.0 = Platform 1.5.0 + Jupiter 5.5.0 + Vintage 5.5.0

    See Release Notes.

    JUnit 5.5.0-RC2 = Platform 1.5.0-RC2 + Jupiter 5.5.0-RC2 + Vintage 5.5.0-RC2

    See Release Notes.

    JUnit 5.5.0-RC1 = Platform 1.5.0-RC1 + Jupiter 5.5.0-RC1 + Vintage 5.5.0-RC1

    See Release Notes.

    JUnit 5.5.0-M1 = Platform 1.5.0-M1 + Jupiter 5.5.0-M1 + Vintage 5.5.0-M1

    See Release Notes.

    Commits
    • 4e7a087 Release 5.6.2
    • 0be02cf Determine releaseBranch automatically based on version
    • 11ddd87 Avoid inner class cycle detection for non-matching predicate
    • 5cbfed5 Remove irrelevant sections
    • 648121d Document #2248 in release notes
    • ef6e842 Add release notes for 5.6.2
    • 794ce24 Fall back to display name if method name is blank
    • b0f54b1 Back to snapshots for further development
    • 0214614 Release 5.6.1
    • 10ff918 Preserve original resource order
    • 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 squash and merge will squash and merge this PR after your CI passes on it
    • @dependabot cancel merge will cancel a previously requested merge and block automerging
    • @dependabot reopen will reopen this PR if it is closed
    • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
    • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor 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)
    • Pull request limits (per update run and/or open at any time)
    • Automerge options (never/patch/minor, and dev/runtime dependencies)
    • Out-of-range updates (receive only lockfile updates, if desired)
    • Security updates (receive only security updates, if desired)
    dependencies 
    opened by dependabot-preview[bot] 2
  • Bump junit-jupiter-params from 5.4.2 to 5.6.2

    Bump junit-jupiter-params from 5.4.2 to 5.6.2

    Bumps junit-jupiter-params from 5.4.2 to 5.6.2.

    Release notes

    Sourced from junit-jupiter-params's releases.

    JUnit 5.6.2 = Platform 1.6.2 + Jupiter 5.6.2 + Vintage 5.6.2

    See Release Notes.

    JUnit 5.6.1 = Platform 1.6.1 + Jupiter 5.6.1 + Vintage 5.6.1

    See Release Notes.

    JUnit 5.6.0 = Platform 1.6.0 + Jupiter 5.6.0 + Vintage 5.6.0

    See Release Notes.

    JUnit 5.6.0-RC1 = Platform 1.6.0-RC1 + Jupiter 5.6.0-RC1 + Vintage 5.6.0-RC1

    See Release Notes.

    JUnit 5.6.0-M1 = Platform 1.6.0-M1 + Jupiter 5.6.0-M1 + Vintage 5.6.0-M1

    See Release Notes.

    JUnit 5.5.2 = Platform 1.5.2 + Jupiter 5.5.2 + Vintage 5.5.2

    See Release Notes.

    JUnit 5.5.1 = Platform 1.5.1 + Jupiter 5.5.1 + Vintage 5.5.1

    See Release Notes.

    JUnit 5.5.0 = Platform 1.5.0 + Jupiter 5.5.0 + Vintage 5.5.0

    See Release Notes.

    JUnit 5.5.0-RC2 = Platform 1.5.0-RC2 + Jupiter 5.5.0-RC2 + Vintage 5.5.0-RC2

    See Release Notes.

    JUnit 5.5.0-RC1 = Platform 1.5.0-RC1 + Jupiter 5.5.0-RC1 + Vintage 5.5.0-RC1

    See Release Notes.

    JUnit 5.5.0-M1 = Platform 1.5.0-M1 + Jupiter 5.5.0-M1 + Vintage 5.5.0-M1

    See Release Notes.

    Commits
    • 4e7a087 Release 5.6.2
    • 0be02cf Determine releaseBranch automatically based on version
    • 11ddd87 Avoid inner class cycle detection for non-matching predicate
    • 5cbfed5 Remove irrelevant sections
    • 648121d Document #2248 in release notes
    • ef6e842 Add release notes for 5.6.2
    • 794ce24 Fall back to display name if method name is blank
    • b0f54b1 Back to snapshots for further development
    • 0214614 Release 5.6.1
    • 10ff918 Preserve original resource order
    • 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 squash and merge will squash and merge this PR after your CI passes on it
    • @dependabot cancel merge will cancel a previously requested merge and block automerging
    • @dependabot reopen will reopen this PR if it is closed
    • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
    • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor 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)
    • Pull request limits (per update run and/or open at any time)
    • Automerge options (never/patch/minor, and dev/runtime dependencies)
    • Out-of-range updates (receive only lockfile updates, if desired)
    • Security updates (receive only security updates, if desired)
    dependencies 
    opened by dependabot-preview[bot] 2
  • Bump junit-jupiter-engine from 5.4.2 to 5.6.1

    Bump junit-jupiter-engine from 5.4.2 to 5.6.1

    Bumps junit-jupiter-engine from 5.4.2 to 5.6.1.

    Release notes

    Sourced from junit-jupiter-engine's releases.

    JUnit 5.6.1 = Platform 1.6.1 + Jupiter 5.6.1 + Vintage 5.6.1

    See Release Notes.

    JUnit 5.6.0 = Platform 1.6.0 + Jupiter 5.6.0 + Vintage 5.6.0

    See Release Notes.

    JUnit 5.6.0-RC1 = Platform 1.6.0-RC1 + Jupiter 5.6.0-RC1 + Vintage 5.6.0-RC1

    See Release Notes.

    JUnit 5.6.0-M1 = Platform 1.6.0-M1 + Jupiter 5.6.0-M1 + Vintage 5.6.0-M1

    See Release Notes.

    JUnit 5.5.2 = Platform 1.5.2 + Jupiter 5.5.2 + Vintage 5.5.2

    See Release Notes.

    JUnit 5.5.1 = Platform 1.5.1 + Jupiter 5.5.1 + Vintage 5.5.1

    See Release Notes.

    JUnit 5.5.0 = Platform 1.5.0 + Jupiter 5.5.0 + Vintage 5.5.0

    See Release Notes.

    JUnit 5.5.0-RC2 = Platform 1.5.0-RC2 + Jupiter 5.5.0-RC2 + Vintage 5.5.0-RC2

    See Release Notes.

    JUnit 5.5.0-RC1 = Platform 1.5.0-RC1 + Jupiter 5.5.0-RC1 + Vintage 5.5.0-RC1

    See Release Notes.

    JUnit 5.5.0-M1 = Platform 1.5.0-M1 + Jupiter 5.5.0-M1 + Vintage 5.5.0-M1

    See Release Notes.

    Commits
    • 0214614 Release 5.6.1
    • 10ff918 Preserve original resource order
    • f0f2fd5 Polish release notes for 5.6.1
    • 9b12896 Finalize release notes for 5.6.1
    • 60c94f2 Require junit-bom to be published for tooling tests
    • 8bb577a Append SNAPSHOT classifier to version
    • 828cdb3 Prune duplicate elements in resources
    • edcbd81 Don't cache URL connection when loading junit-platform.properties contents
    • 0dcbc71 Update Javadoc for TestInstancePreDestroyCallback regarding scope
    • e5985c0 Invoke TestInstancePreDestroyCallbacks in reverse registration order
    • 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 squash and merge will squash and merge this PR after your CI passes on it
    • @dependabot cancel merge will cancel a previously requested merge and block automerging
    • @dependabot reopen will reopen this PR if it is closed
    • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
    • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor 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)
    • Pull request limits (per update run and/or open at any time)
    • Automerge options (never/patch/minor, and dev/runtime dependencies)
    • Out-of-range updates (receive only lockfile updates, if desired)
    • Security updates (receive only security updates, if desired)
    dependencies 
    opened by dependabot-preview[bot] 2
  • Bump junit-jupiter-params from 5.4.2 to 5.6.1

    Bump junit-jupiter-params from 5.4.2 to 5.6.1

    Bumps junit-jupiter-params from 5.4.2 to 5.6.1.

    Release notes

    Sourced from junit-jupiter-params's releases.

    JUnit 5.6.1 = Platform 1.6.1 + Jupiter 5.6.1 + Vintage 5.6.1

    See Release Notes.

    JUnit 5.6.0 = Platform 1.6.0 + Jupiter 5.6.0 + Vintage 5.6.0

    See Release Notes.

    JUnit 5.6.0-RC1 = Platform 1.6.0-RC1 + Jupiter 5.6.0-RC1 + Vintage 5.6.0-RC1

    See Release Notes.

    JUnit 5.6.0-M1 = Platform 1.6.0-M1 + Jupiter 5.6.0-M1 + Vintage 5.6.0-M1

    See Release Notes.

    JUnit 5.5.2 = Platform 1.5.2 + Jupiter 5.5.2 + Vintage 5.5.2

    See Release Notes.

    JUnit 5.5.1 = Platform 1.5.1 + Jupiter 5.5.1 + Vintage 5.5.1

    See Release Notes.

    JUnit 5.5.0 = Platform 1.5.0 + Jupiter 5.5.0 + Vintage 5.5.0

    See Release Notes.

    JUnit 5.5.0-RC2 = Platform 1.5.0-RC2 + Jupiter 5.5.0-RC2 + Vintage 5.5.0-RC2

    See Release Notes.

    JUnit 5.5.0-RC1 = Platform 1.5.0-RC1 + Jupiter 5.5.0-RC1 + Vintage 5.5.0-RC1

    See Release Notes.

    JUnit 5.5.0-M1 = Platform 1.5.0-M1 + Jupiter 5.5.0-M1 + Vintage 5.5.0-M1

    See Release Notes.

    Commits
    • 0214614 Release 5.6.1
    • 10ff918 Preserve original resource order
    • f0f2fd5 Polish release notes for 5.6.1
    • 9b12896 Finalize release notes for 5.6.1
    • 60c94f2 Require junit-bom to be published for tooling tests
    • 8bb577a Append SNAPSHOT classifier to version
    • 828cdb3 Prune duplicate elements in resources
    • edcbd81 Don't cache URL connection when loading junit-platform.properties contents
    • 0dcbc71 Update Javadoc for TestInstancePreDestroyCallback regarding scope
    • e5985c0 Invoke TestInstancePreDestroyCallbacks in reverse registration order
    • 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 squash and merge will squash and merge this PR after your CI passes on it
    • @dependabot cancel merge will cancel a previously requested merge and block automerging
    • @dependabot reopen will reopen this PR if it is closed
    • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
    • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor 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)
    • Pull request limits (per update run and/or open at any time)
    • Automerge options (never/patch/minor, and dev/runtime dependencies)
    • Out-of-range updates (receive only lockfile updates, if desired)
    • Security updates (receive only security updates, if desired)
    dependencies 
    opened by dependabot-preview[bot] 2
  • Bump junit-jupiter-params from 5.4.2 to 5.6.0

    Bump junit-jupiter-params from 5.4.2 to 5.6.0

    Bumps junit-jupiter-params from 5.4.2 to 5.6.0.

    Release notes

    Sourced from junit-jupiter-params's releases.

    JUnit 5.6.0 = Platform 1.6.0 + Jupiter 5.6.0 + Vintage 5.6.0

    See Release Notes.

    JUnit 5.6.0-RC1 = Platform 1.6.0-RC1 + Jupiter 5.6.0-RC1 + Vintage 5.6.0-RC1

    See Release Notes.

    JUnit 5.6.0-M1 = Platform 1.6.0-M1 + Jupiter 5.6.0-M1 + Vintage 5.6.0-M1

    See Release Notes.

    JUnit 5.5.2 = Platform 1.5.2 + Jupiter 5.5.2 + Vintage 5.5.2

    See Release Notes.

    JUnit 5.5.1 = Platform 1.5.1 + Jupiter 5.5.1 + Vintage 5.5.1

    See Release Notes.

    JUnit 5.5.0 = Platform 1.5.0 + Jupiter 5.5.0 + Vintage 5.5.0

    See Release Notes.

    JUnit 5.5.0-RC2 = Platform 1.5.0-RC2 + Jupiter 5.5.0-RC2 + Vintage 5.5.0-RC2

    See Release Notes.

    JUnit 5.5.0-RC1 = Platform 1.5.0-RC1 + Jupiter 5.5.0-RC1 + Vintage 5.5.0-RC1

    See Release Notes.

    JUnit 5.5.0-M1 = Platform 1.5.0-M1 + Jupiter 5.5.0-M1 + Vintage 5.5.0-M1

    See Release Notes.

    Commits
    • fdd2ef3 Release 5.6
    • ffa104e Add assertIterableEquals overflow fix
    • df10b04 Simplify code
    • 51491b9 Add test for interlocked recursive structures
    • 09fa8e3 Use Objects.equals()
    • 530bb44 Fix stack overflow error in assertIterableEquals
    • 12ee207 Add modular Javadoc to 5.6.0 release notes
    • bce7c73 Merge 5.6 GA release notes
    • 2ae687d Use relative link to user guide of matching version
    • 3495806 Track module descriptors as inputs
    • 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 squash and merge will squash and merge this PR after your CI passes on it
    • @dependabot cancel merge will cancel a previously requested merge and block automerging
    • @dependabot reopen will reopen this PR if it is closed
    • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
    • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor 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)
    • Pull request limits (per update run and/or open at any time)
    • Automerge options (never/patch/minor, and dev/runtime dependencies)
    • Out-of-range updates (receive only lockfile updates, if desired)
    • Security updates (receive only security updates, if desired)
    dependencies 
    opened by dependabot-preview[bot] 2
  • Bump junit-jupiter-engine from 5.4.2 to 5.6.0

    Bump junit-jupiter-engine from 5.4.2 to 5.6.0

    Bumps junit-jupiter-engine from 5.4.2 to 5.6.0.

    Release notes

    Sourced from junit-jupiter-engine's releases.

    JUnit 5.6.0 = Platform 1.6.0 + Jupiter 5.6.0 + Vintage 5.6.0

    See Release Notes.

    JUnit 5.6.0-RC1 = Platform 1.6.0-RC1 + Jupiter 5.6.0-RC1 + Vintage 5.6.0-RC1

    See Release Notes.

    JUnit 5.6.0-M1 = Platform 1.6.0-M1 + Jupiter 5.6.0-M1 + Vintage 5.6.0-M1

    See Release Notes.

    JUnit 5.5.2 = Platform 1.5.2 + Jupiter 5.5.2 + Vintage 5.5.2

    See Release Notes.

    JUnit 5.5.1 = Platform 1.5.1 + Jupiter 5.5.1 + Vintage 5.5.1

    See Release Notes.

    JUnit 5.5.0 = Platform 1.5.0 + Jupiter 5.5.0 + Vintage 5.5.0

    See Release Notes.

    JUnit 5.5.0-RC2 = Platform 1.5.0-RC2 + Jupiter 5.5.0-RC2 + Vintage 5.5.0-RC2

    See Release Notes.

    JUnit 5.5.0-RC1 = Platform 1.5.0-RC1 + Jupiter 5.5.0-RC1 + Vintage 5.5.0-RC1

    See Release Notes.

    JUnit 5.5.0-M1 = Platform 1.5.0-M1 + Jupiter 5.5.0-M1 + Vintage 5.5.0-M1

    See Release Notes.

    Commits
    • fdd2ef3 Release 5.6
    • ffa104e Add assertIterableEquals overflow fix
    • df10b04 Simplify code
    • 51491b9 Add test for interlocked recursive structures
    • 09fa8e3 Use Objects.equals()
    • 530bb44 Fix stack overflow error in assertIterableEquals
    • 12ee207 Add modular Javadoc to 5.6.0 release notes
    • bce7c73 Merge 5.6 GA release notes
    • 2ae687d Use relative link to user guide of matching version
    • 3495806 Track module descriptors as inputs
    • 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 squash and merge will squash and merge this PR after your CI passes on it
    • @dependabot cancel merge will cancel a previously requested merge and block automerging
    • @dependabot reopen will reopen this PR if it is closed
    • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
    • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor 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)
    • Pull request limits (per update run and/or open at any time)
    • Automerge options (never/patch/minor, and dev/runtime dependencies)
    • Out-of-range updates (receive only lockfile updates, if desired)
    • Security updates (receive only security updates, if desired)
    dependencies 
    opened by dependabot-preview[bot] 2
  • Bump maven-source-plugin from 3.1.0 to 3.2.0

    Bump maven-source-plugin from 3.1.0 to 3.2.0

    Bumps maven-source-plugin from 3.1.0 to 3.2.0.

    Commits
    • 2a74824 [maven-release-plugin] prepare release maven-source-plugin-3.2.0
    • 816ebc4 MSOURCES-120 fix reproducible IT: remove plugin version from pom.xml
    • 32f122a MSOURCES-120 make output jar file binary Reproducible
    • 6e715b1 [MSOURCES-95] Source JAR is re-created even if sources are not changed
    • 9154e1a [maven-release-plugin] prepare for next development iteration
    • See full diff 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 squash and merge will squash and merge this PR after your CI passes on it
    • @dependabot cancel merge will cancel a previously requested merge and block automerging
    • @dependabot reopen will reopen this PR if it is closed
    • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
    • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor 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)
    • Pull request limits (per update run and/or open at any time)
    • Automerge options (never/patch/minor, and dev/runtime dependencies)
    • Out-of-range updates (receive only lockfile updates, if desired)
    • Security updates (receive only security updates, if desired)
    dependencies 
    opened by dependabot-preview[bot] 2
  • Bump junit-jupiter-params from 5.4.2 to 5.9.1

    Bump junit-jupiter-params from 5.4.2 to 5.9.1

    Bumps junit-jupiter-params from 5.4.2 to 5.9.1.

    Release notes

    Sourced from junit-jupiter-params's releases.

    JUnit 5.9.1 = Platform 1.9.1 + Jupiter 5.9.1 + Vintage 5.9.1

    See Release Notes.

    JUnit 5.9.0 = Platform 1.9.0 + Jupiter 5.9.0 + Vintage 5.9.0

    See Release Notes.

    JUnit 5.9.0-RC1 = Platform 1.9.0-RC1 + Jupiter 5.9.0-RC1 + Vintage 5.9.0-RC1

    See Release Notes.

    JUnit 5.9.0-M1 = Platform 1.9.0-M1 + Jupiter 5.9.0-M1 + Vintage 5.9.0-M1

    See Release Notes.

    JUnit 5.8.2 = Platform 1.8.2 + Jupiter 5.8.2 + Vintage 5.8.2

    See Release Notes.

    JUnit 5.8.1 = Platform 1.8.1 + Jupiter 5.8.1 + Vintage 5.8.1

    See Release Notes.

    JUnit 5.8.0 = Platform 1.8.0 + Jupiter 5.8.0 + Vintage 5.8.0

    See Release Notes.

    JUnit 5.8.0-RC1 = Platform 1.8.0-RC1 + Jupiter 5.8.0-RC1 + Vintage 5.8.0-RC1

    See Release Notes.

    JUnit 5.8.0-M1 = Platform 1.8.0-M1 + Jupiter 5.8.0-M1 + Vintage 5.8.0-M1

    See Release Notes.

    JUnit 5.7.2 = Platform 1.7.2 + Jupiter 5.7.2 + Vintage 5.7.2

    See Release Notes.

    JUnit 5.7.1 = Platform 1.7.1 + Jupiter 5.7.1 + Vintage 5.7.1

    See Release Notes.

    JUnit 5.7.0 = Platform 1.7.0 + Jupiter 5.7.0 + Vintage 5.7.0

    See Release Notes.

    JUnit 5.7.0-RC1 = Platform 1.7.0-RC1 + Jupiter 5.7.0-RC1 + Vintage 5.7.0-RC1

    ... (truncated)

    Commits
    • 732a540 Release 5.9.1
    • 88bf48d Prepare release notes for 5.9.1
    • d75e34d Update scope for 5.9.1
    • 9823f73 Link to all 5.9 milestone pages
    • 76719bb Increase timeout for GraalVM test
    • 2a80984 Install GraalVM for main CI build on Linux
    • 79f47f5 Refactor OpenTestReportGeneratingListener to work in native images
    • 7229385 Add failing integration test for execution on GraalVM native image
    • 343170f Fix running tests in documentation from IntelliJ IDEA
    • 352d06b Attempt to stabilize test on Windows
    • 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 squash and merge will squash and merge this PR after your CI passes on it
    • @dependabot cancel merge will cancel a previously requested merge and block automerging
    • @dependabot reopen will reopen this PR if it is closed
    • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
    • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor 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)
    dependencies 
    opened by dependabot[bot] 0
  • Bump junit-jupiter-engine from 5.4.2 to 5.9.1

    Bump junit-jupiter-engine from 5.4.2 to 5.9.1

    Bumps junit-jupiter-engine from 5.4.2 to 5.9.1.

    Release notes

    Sourced from junit-jupiter-engine's releases.

    JUnit 5.9.1 = Platform 1.9.1 + Jupiter 5.9.1 + Vintage 5.9.1

    See Release Notes.

    JUnit 5.9.0 = Platform 1.9.0 + Jupiter 5.9.0 + Vintage 5.9.0

    See Release Notes.

    JUnit 5.9.0-RC1 = Platform 1.9.0-RC1 + Jupiter 5.9.0-RC1 + Vintage 5.9.0-RC1

    See Release Notes.

    JUnit 5.9.0-M1 = Platform 1.9.0-M1 + Jupiter 5.9.0-M1 + Vintage 5.9.0-M1

    See Release Notes.

    JUnit 5.8.2 = Platform 1.8.2 + Jupiter 5.8.2 + Vintage 5.8.2

    See Release Notes.

    JUnit 5.8.1 = Platform 1.8.1 + Jupiter 5.8.1 + Vintage 5.8.1

    See Release Notes.

    JUnit 5.8.0 = Platform 1.8.0 + Jupiter 5.8.0 + Vintage 5.8.0

    See Release Notes.

    JUnit 5.8.0-RC1 = Platform 1.8.0-RC1 + Jupiter 5.8.0-RC1 + Vintage 5.8.0-RC1

    See Release Notes.

    JUnit 5.8.0-M1 = Platform 1.8.0-M1 + Jupiter 5.8.0-M1 + Vintage 5.8.0-M1

    See Release Notes.

    JUnit 5.7.2 = Platform 1.7.2 + Jupiter 5.7.2 + Vintage 5.7.2

    See Release Notes.

    JUnit 5.7.1 = Platform 1.7.1 + Jupiter 5.7.1 + Vintage 5.7.1

    See Release Notes.

    JUnit 5.7.0 = Platform 1.7.0 + Jupiter 5.7.0 + Vintage 5.7.0

    See Release Notes.

    JUnit 5.7.0-RC1 = Platform 1.7.0-RC1 + Jupiter 5.7.0-RC1 + Vintage 5.7.0-RC1

    ... (truncated)

    Commits
    • 732a540 Release 5.9.1
    • 88bf48d Prepare release notes for 5.9.1
    • d75e34d Update scope for 5.9.1
    • 9823f73 Link to all 5.9 milestone pages
    • 76719bb Increase timeout for GraalVM test
    • 2a80984 Install GraalVM for main CI build on Linux
    • 79f47f5 Refactor OpenTestReportGeneratingListener to work in native images
    • 7229385 Add failing integration test for execution on GraalVM native image
    • 343170f Fix running tests in documentation from IntelliJ IDEA
    • 352d06b Attempt to stabilize test on Windows
    • 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 squash and merge will squash and merge this PR after your CI passes on it
    • @dependabot cancel merge will cancel a previously requested merge and block automerging
    • @dependabot reopen will reopen this PR if it is closed
    • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
    • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor 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)
    dependencies 
    opened by dependabot[bot] 0
  • Bump maven-javadoc-plugin from 3.1.0 to 3.4.1

    Bump maven-javadoc-plugin from 3.1.0 to 3.4.1

    Bumps maven-javadoc-plugin from 3.1.0 to 3.4.1.

    Release notes

    Sourced from maven-javadoc-plugin's releases.

    3.4.1

    📦 Dependency updates

    3.4.0

    What's Changed

    Full Changelog: https://github.com/apache/maven-javadoc-plugin/compare/maven-javadoc-plugin-3.3.2...maven-javadoc-plugin-3.4.0

    3.3.2

    What's Changed

    ... (truncated)

    Commits
    • a5db96e [maven-release-plugin] prepare release maven-javadoc-plugin-3.4.1
    • a10f0b1 [MJAVADOC-723] Upgrade Maven Reporting API to 3.1.1/Complete with Maven Repor...
    • c19dba2 Skip Java 9-14 in reproducible test
    • 26d84b2 Add notimestamp for reproducible builds test
    • 92ce668 Ignore Maven Core updates
    • bacc078 Add Integration Test for reproducible builds
    • 497f80f [MJAVADOC-719] - Update Maven Archiver to 3.6.0
    • 34b501d Bump assertj-core from 3.21.0 to 3.23.1
    • b928970 Bump spring-webmvc in /src/it/projects/MJAVADOC-434_fixcompile
    • 4306c92 Bump mockito-core from 4.1.0 to 4.4.0
    • 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 squash and merge will squash and merge this PR after your CI passes on it
    • @dependabot cancel merge will cancel a previously requested merge and block automerging
    • @dependabot reopen will reopen this PR if it is closed
    • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
    • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor 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)
    dependencies 
    opened by dependabot[bot] 0
  • Bump nexus-staging-maven-plugin from 1.6.8 to 1.6.13

    Bump nexus-staging-maven-plugin from 1.6.8 to 1.6.13

    Bumps nexus-staging-maven-plugin from 1.6.8 to 1.6.13.

    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 squash and merge will squash and merge this PR after your CI passes on it
    • @dependabot cancel merge will cancel a previously requested merge and block automerging
    • @dependabot reopen will reopen this PR if it is closed
    • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
    • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor 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)
    dependencies 
    opened by dependabot[bot] 0
  • Bump jacoco-maven-plugin from 0.8.4 to 0.8.8

    Bump jacoco-maven-plugin from 0.8.4 to 0.8.8

    Bumps jacoco-maven-plugin from 0.8.4 to 0.8.8.

    Release notes

    Sourced from jacoco-maven-plugin's releases.

    0.8.8

    New Features

    • JaCoCo now officially supports Java 17 and 18 (GitHub #1282, #1198).
    • Experimental support for Java 19 class files (GitHub #1264).
    • Part of bytecode generated by the Java compilers for assert statement is filtered out during generation of report (GitHub #1196).
    • Branch added by the Kotlin compiler version 1.6.0 and above for "unsafe" cast operator is filtered out during generation of report (GitHub #1266).
    • Improved support for multiple JaCoCo runtimes in the same VM (GitHub #1057).

    Fixed bugs

    • Fixed NullPointerException during filtering (GitHub #1189).
    • Fix range for debug symbols of method parameters (GitHub #1246).

    Non-functional Changes

    • JaCoCo now depends on ASM 9.2 (GitHub #1206).
    • Messages of exceptions occurring during analysis or instrumentation now include JaCoCo version (GitHub #1217).

    0.8.7

    New Features

    • JaCoCo now officially supports Java 15 and 16 (GitHub #1094, #1097, #1176).
    • Experimental support for Java 17 class files (GitHub #1132).
    • New formats parameter for Maven report goals to specify the generated report formats. Contributed by troosan. (GitHub #1175).
    • Branch added by the Kotlin compiler version 1.4.0 and above for "unsafe" cast operator is filtered out during generation of report (GitHub #1143, #1178).
    • synthetic methods added by the Kotlin compiler version 1.5.0 and above for private suspending functions are filtered out (GitHub #1174).
    • Branches added by the Kotlin compiler version 1.4.20 and above for suspending lambdas are filtered out during generation of report (GitHub #1149).
    • Branches added by the Kotlin compiler version 1.5.0 and above for functions with default arguments are filtered out during generation of report (GitHub #1162).
    • Branch added by the Kotlin compiler version 1.5.0 and above for reading from lateinit property is filtered out during generation of report (GitHub #1166).
    • Additional bytecode generated by the Kotlin compiler version 1.5.0 and above for when expressions on kotlin.String values is filtered out during generation of report (GitHub #1172).
    • Improved filtering of bytecode generated by Kotlin compiler versions below 1.5.0 for when expressions on kotlin.String values (GitHub #1156).

    Fixed bugs

    • Fixed parsing of SMAP generated by Kotlin compiler version 1.5.0 and above (GitHub #1164).

    Non-functional Changes

    • JaCoCo now depends on ASM 9.1 (GitHub #1094, #1097, #1153).
    • Maven plug-in has no dependency on maven-reporting-impl any more (GitHub #1121).

    0.8.6

    New Features

    • JaCoCo now officially supports Java 14.
    • Experimental support for Java 15 class files (GitHub #992).
    • Experimental support for Java 16 class files (GitHub #1059).
    • Methods toString, hashCode and equals generated by compiler for records are filtered out during generation of report (GitHub #990).
    • Bridge methods are filtered out during generation of report (GitHub #1010).
    • Methods generated by Kotlin compiler for non-overridden non-abstract methods of interfaces are filtered out during generation of report (GitHub #1012).
    • Branches added by the Kotlin compiler version 1.3.60 for suspending functions with tail call optimization are filtered out during generation of report (GitHub #1016).

    Fixed bugs

    • Compression method of zip entries is now preserved when instrumenting archives. This allows to use JaCoCo with frameworks that expect uncompressed entries (GitHub #1018).

    Non-functional Changes

    ... (truncated)

    Commits
    • 5dcf34a Prepare release 0.8.8
    • aa16a7c Improve support for multiple JaCoCo runtimes in the same VM (#1057)
    • 7e516b1 Update documentation: JDK versions 17 and 18 are officially supported (#1282)
    • c54fa8a Include JaCoCo version in instrumentation/analysis exception messages (#1217)
    • 046ba52 Happy New Year 2022!
    • 2036acc Update KotlinUnsafeCastOperatorFilter for Kotlin 1.6 (#1266)
    • ac756b6 Add experimental support for Java 19 class files (#1264)
    • a0cf1e6 Upgrade gmavenplus-plugin to 1.13.0 (#1253)
    • 024de66 Fix build for JDK 18 >= EA b21 (#1249)
    • 70d5b98 Fix range for debug symbols of method parameters (#1246)
    • 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 squash and merge will squash and merge this PR after your CI passes on it
    • @dependabot cancel merge will cancel a previously requested merge and block automerging
    • @dependabot reopen will reopen this PR if it is closed
    • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
    • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor 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)
    dependencies 
    opened by dependabot[bot] 0
  • Bump maven-gpg-plugin from 1.6 to 3.0.1

    Bump maven-gpg-plugin from 1.6 to 3.0.1

    ⚠️ Dependabot Preview has been deactivated ⚠️

    This pull request was created by Dependabot Preview, and you've upgraded to Dependabot. This means it won't respond to dependabot commands nor will it be automatically closed if a new version is found.

    If you close this pull request, Dependabot will re-create it the next time it checks for updates and everything will work as expected.


    Bumps maven-gpg-plugin from 1.6 to 3.0.1.

    Commits
    • 5255080 [maven-release-plugin] prepare release maven-gpg-plugin-3.0.1
    • e4dc062 [MGPG-79] fix handling of external pinentry programs in case the passphrase i...
    • 5902b2b deps: update JUnit
    • 12fbd63 Merge pull request #10 from Syquel/bugfix/MGPG-66
    • 4da6921 [MGPG-66] fix handling of excluded files on linux
    • 4016721 Merge pull request #12 from Syquel/bugfix/MGPG-80_equality
    • fba2c39 [MGPG-66] add test for handling of excluded files
    • 26aa5b3 [MGPG-66] fix handling of excluded files
    • 7438b37 [MGPG-80] implement GpgVersion equality in adherence to comparibility
    • b38c638 Merge pull request #11 from Syquel/bugfix/MGPG-80
    • 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 squash and merge will squash and merge this PR after your CI passes on it
    • @dependabot cancel merge will cancel a previously requested merge and block automerging
    • @dependabot reopen will reopen this PR if it is closed
    • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
    • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor 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)
    • Pull request limits (per update run and/or open at any time)
    • Automerge options (never/patch/minor, and dev/runtime dependencies)
    • Out-of-range updates (receive only lockfile updates, if desired)
    • Security updates (receive only security updates, if desired)
    dependencies 
    opened by dependabot-preview[bot] 1
Owner
Atrox
(╯°□°)╯︵ xoɹʇɐ
Atrox
hella-html is a library that makes it hella easy to generate dynamic HTML in vanilla Java.

Hella easy HTML in Java hella-html is a library that makes it hella easy to generate dynamic HTML in vanilla Java. Very lightweight and fast, the prim

null 1 Nov 23, 2022
Mindustry java mod that adds a redstone-like wire-based logic system, tailored for making circuits.

See Esoterum-Solutions for builds 0.0-1.2 A small Mindustry Java mod that adds a wire-based logic system tailored for building circuits. New content s

null 36 Oct 25, 2022
archifacts is a library to extract your architectural concepts out of your application's code

archifacts is a free (Apache 2.0 license) library for describing and detecting architectural building blocks and their relationships in your Java appl

null 45 Nov 29, 2022
A tool ot export, analyse and visualize your transactions, rewards and commissions of your liquidity mining pools or DEX transactions

A tool ot export, analyse and visualize your transactions, rewards and commissions of your liquidity mining pools or DEX transactions.

Adam·Michael 15 Mar 11, 2022
something like a loader

lualoader lualoader is a loader for your pastes yes it is better than falcon (for a little time it isn't) if you found a dumper go fuck yourself creat

PlutoSolutions 14 Feb 4, 2022
Code for Techniques for Maintainable Quarkus Applications

stichingfacts project This project uses Quarkus, the Supersonic Subatomic Java Framework. If you want to learn more about Quarkus, please visit its we

Ana Maria Mihalceanu 12 Apr 19, 2022
BlackReflection provides a series of API to use Java Reflection easily.

BlackReflection provides a series of API to use Java Reflection easily. Developer can use annotation to assign class, field and method. Then it will generate the reflection code automatically, developer don't need to write extra code to achieve Java Reflection.

null 77 Dec 8, 2022
Manage your Java environment

Master your Java Environment with jenv Website : http://www.jenv.be Maintainers : Gildas Cuisinier Future maintainer in discussion: Benjamin Berman As

jEnv 4.6k Dec 30, 2022
A simple figura api extention that allow you to change your avatar, or upload it with script

A simple figura api extention that allow you to change your avatar, or upload it with script

null 4 Apr 14, 2022
Java lib for monitoring directories or individual files via java.nio.file.WatchService

ch.vorburger.fswatch Java lib for monitoring directories or individual files based on the java.nio.file.WatchService. Usage Get it from Maven Central

Michael Vorburger ⛑️ 21 Jan 7, 2022
Tencent Kona JDK11 is a no-cost, production-ready distribution of the Open Java Development Kit (OpenJDK), Long-Term Support(LTS) with quarterly updates. Tencent Kona JDK11 is certified as compatible with the Java SE standard.

Tencent Kona JDK11 Tencent Kona JDK11 is a no-cost, production-ready distribution of the Open Java Development Kit (OpenJDK), Long-Term Support(LTS) w

Tencent 268 Dec 16, 2022
This repository contains Java programs to become zero to hero in Java.

This repository contains Java programs to become zero to hero in Java. Data Structure programs topic wise are also present to learn data structure problem solving in Java. Programs related to each and every concep are present from easy to intermidiate level

Sahil Batra 15 Oct 9, 2022
An open-source Java library for Constraint Programming

Documentation, Support and Issues Contributing Download and installation Choco-solver is an open-source Java library for Constraint Programming. Curre

null 607 Jan 3, 2023
Java Constraint Programming solver

https://maven-badges.herokuapp.com/maven-central/org.jacop/jacop/badge.svg [] (https://maven-badges.herokuapp.com/maven-central/org.jacop/jacop/) JaCo

null 202 Dec 30, 2022
Java Constraint Solver to solve vehicle routing, employee rostering, task assignment, conference scheduling and other planning problems.

OptaPlanner www.optaplanner.org Looking for Quickstarts? OptaPlanner’s quickstarts have moved to optaplanner-quickstarts repository. Quick development

KIE (Drools, OptaPlanner and jBPM) 2.8k Jan 2, 2023
Alibaba Java Diagnostic Tool Arthas/Alibaba Java诊断利器Arthas

Arthas Arthas is a Java Diagnostic tool open sourced by Alibaba. Arthas allows developers to troubleshoot production issues for Java applications with

Alibaba 31.5k Jan 4, 2023
Java rate limiting library based on token/leaky-bucket algorithm.

Java rate-limiting library based on token-bucket algorithm. Advantages of Bucket4j Implemented on top of ideas of well known algorithm, which are by d

Vladimir Bukhtoyarov 1.7k Jan 8, 2023
Object-Oriented Java primitives, as an alternative to Google Guava and Apache Commons

Project architect: @victornoel ATTENTION: We're still in a very early alpha version, the API may and will change frequently. Please, use it at your ow

Yegor Bugayenko 691 Dec 27, 2022
Dex : The Data Explorer -- A data visualization tool written in Java/Groovy/JavaFX capable of powerful ETL and publishing web visualizations.

Dex Dex : The data explorer is a powerful tool for data science. It is written in Groovy and Java on top of JavaFX and offers the ability to: Read in

Patrick Martin 1.3k Jan 8, 2023