jfrunit icon indicating copy to clipboard operation
jfrunit copied to clipboard

A JUnit extension for asserting JDK Flight Recorder events

Results 40 jfrunit issues
Sort by recently updated
recently updated
newest added

Bumps [quarkus-bom](https://github.com/quarkusio/quarkus) from 2.6.1.Final to 2.11.2.Final. Release notes Sourced from quarkus-bom's releases. 2.11.1.Final Complete changelog #26930 - Fix various RabbitMQ DevUI issues #26929 - Add note about BouncyCastle dependency for...

dependencies
java

Bumps [groovy](https://github.com/apache/groovy) from 3.0.8 to 3.0.12. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.codehaus.groovy:groovy&package-manager=maven&previous-version=3.0.8&new-version=3.0.12)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies
java

Bumps [actions/setup-java](https://github.com/actions/setup-java) from 2 to 3.4.1. Release notes Sourced from actions/setup-java's releases. v3.4.1 In scope of this release we updated actions/cache package as the new version contains fixes for caching...

dependencies
github_actions

Bumps [jreleaser-maven-plugin](https://github.com/jreleaser/jreleaser) from 0.10.0 to 1.1.0. Release notes Sourced from jreleaser-maven-plugin's releases. Release v1.1.0 Changelog 🚀 Features a68b159 [assemble] Allow jlink.jdeps to be disabled. Resolves #849 64e39a8 [core] Configure active...

dependencies
java

Requires an update to the JSON definitions at https://bestsolution-at.github.io/jfr-doc/

Bumps [actions/cache](https://github.com/actions/cache) from 2 to 3.0.1. Release notes Sourced from actions/cache's releases. v3.0.1 Added support for caching from GHES 3.5. Fixed download issue for files > 2GB during restore. v3.0.0...

dependencies
github_actions

Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 3. Release notes Sourced from actions/checkout's releases. v3.0.0 Update default runtime to node16 v2.4.0 Convert SSH URLs like org-<ORG_ID>@github.com: to https://github.com/ - pr v2.3.5 Update...

dependencies
github_actions

Bumps spock-bom from 2.0-groovy-3.0 to 2.1-groovy-3.0. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.spockframework:spock-bom&package-manager=maven&previous-version=2.0-groovy-3.0&new-version=2.1-groovy-3.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...

dependencies
java

Bumps [slf4j-api](https://github.com/qos-ch/slf4j) from 1.7.35 to 1.7.36. Commits e9ee55c update timestamp before release 3b6a92f reproducible builds 8825027 prepare release 1.7.36, fix SLF4J-541 5617387 add relase.sh See full diff in compare view...

dependencies
java

There were several files without license header in the _jfrunit-events-generator_ module, which should have failed the build, but it didn't. Let's add the License Maven plug-in, as it already should...