Skip to content

Release v1.0.0.Alpha2

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 23 Dec 10:48
· 10 commits to main since this release

Changelog

Dependencies

  • eef9435 Bump quarkus-bom from 2.5.2.Final to 2.6.0.Final
  • 747546f Bump quarkus-bom from 2.5.1.Final to 2.5.2.Final
  • 2f7140a Bump quarkus-bom from 2.5.0.Final to 2.5.1.Final
  • 692beb7 Bump jreleaser-maven-plugin from 0.8.0 to 0.9.1
  • 4c18d1b Bump quarkus-bom from 2.4.1.Final to 2.5.0.Final
  • 018d186 Bump gmavenplus-plugin from 1.13.0 to 1.13.1
  • d7e7230 Bump quarkus-bom from 2.3.0.Final to 2.4.1.Final
  • c650198 Bump gmavenplus-plugin from 1.12.1 to 1.13.0
  • 08cd3ef Bump quarkus-bom from 2.1.3.Final to 2.3.0.Final
  • 4c557f8 Bump quarkus-bom from 2.1.2.Final to 2.1.3.Final
  • 8f2dfd8 Bump quarkus-bom from 2.1.0.Final to 2.1.2.Final
  • b098acf Bump impsort-maven-plugin from 1.6.0 to 1.6.2
  • c2a45da Bump formatter-maven-plugin from 2.15.0 to 2.16.0
  • 7985ae1 Bump maven-enforcer-plugin from 3.0.0-M3 to 3.0.0
  • 16a539b Bump quarkus-bom from 1.12.1.Final to 2.1.0.Final
  • 49dae39 Bump actions/cache from 2.1.4 to 2.1.6
  • 7b1c685 Bump quarkus-bom from 1.12.0.Final to 1.12.1.Final
  • 5a12a78 Bump quarkus-bom from 1.11.3.Final to 1.12.0.Final
  • 719d7ea Bump quarkus-bom from 1.11.2.Final to 1.11.3.Final
  • 2d15827 Bump quarkus-bom from 1.11.1.Final to 1.11.2.Final
  • f6dc174 Bump actions/cache from v2.1.3 to v2.1.4
  • a6270cd Bump quarkus-bom from 1.11.0.Final to 1.11.1.Final
  • 17cc0a5 Bump quarkus-bom from 1.10.5.Final to 1.11.0.Final
  • 3848a08 Bump actions/cache from v1 to v2.1.3
  • 1b6090c Bump maven-clean-plugin from 3.0.0 to 3.1.0
  • 4cdb183 Bump maven-jar-plugin from 3.0.2 to 3.2.0
  • db82975 Bump maven-resources-plugin from 3.0.2 to 3.2.0
  • 731756a Bump maven-surefire-plugin from 3.0.0-M1 to 3.0.0-M5
  • 95b6796 Bump maven-enforcer-plugin from 3.0.0-M2 to 3.0.0-M3
  • 7702acb Bump quarkus-bom from 1.9.2.Final to 1.10.5.Final

  • 32a4917 Releasing version 1.0.0.Alpha2
  • 082996f 📝 JavaDoc fixes;
  • 1cf805d ➖ Removing AutoService dependency
  • 19220e9 📝 Adding resources to README
  • 60fbb42 Include all history when generating changelog
  • 0cee080 Upgrade build configuration
  • c005a50 Misc. clean-up;
  • 3defa00 Generating constants for JFR event types;
  • 9dd147d Add support for JUnit 4
  • 0080f54 #82 - Meaningful jfr dump file names
  • f243812 Update README.md
  • 93dc5d6 Releasing version 1.0.0.Alpha1
  • fea72ad Enabling release to run with JDK 16
  • 49c85b2 Update README.md
  • 56777f7 #76 Apply auto-formatting and import sorting
  • 379e62b #35 Getting rid of some warnings
  • 582be83 #35 Renaming package from "dev.morling.jfrunit" to "org.moditect.jfrunit"
  • 2e50a90 Setup parent pom from ModiTect
  • 10470bf #74 - Set extension version with filtering
  • d3e592c #74 - Fix imports and remove unnecessary annotation
  • 3181233 #74 - Allow using withObjectClass, withEventThread and containStackFrame with predicate wrappers
  • c2571ba Use consistent naming
  • 9ef3b48 Improve documentation
  • 1fb9915 Use getAt operator at sample
  • 92e3859 Fix unreliable check
  • 8c19ce6 Have a Groovier way for checking post conditions
  • 9db36bd #72 - Use global extension as it avoids Spock annotation on the JfrEventTest and makes usage simple at the same time
  • f3b30c0 Update README.md
  • a9d50dc Update to the latest stack after rebase
  • 44bf06f Lowering thread sleeps
  • 6066384 Static instance of interceptor; no need for compile of GMaven+
  • 6a52db4 Update src/test/groovy/dev/morling/jfrunit/JfrSpockSharedSpec.groovy
  • 491d32b Update src/test/groovy/dev/morling/jfrunit/JfrSpockSharedSpec.groovy
  • eea9b7a Add more tests and simplify code
  • b3a276c Use file writes in test
  • d889ab0 Add simple spock tests
  • a87103f Improve code layout
  • 7d89c0a Support for Spock
  • ebf8e14 Jitpack: Update to JDK 16.
  • 4b56d32 Changing log level
  • 668cb6f Dump recordings into temporary directory if test path name does not resolve to file.
  • c046b6f JfrEventTestExtension: Collect JfrUnit fields from the complete inheritance path
  • 36fc48d Quarkus: Collect JfrUnit fields from the complete inheritance path
  • cc9dd61 Moving to setup-java v2
  • c1516be #39 Moving to JDK 16 as a baseline
  • c4dcdf0 Update README.md
  • 4d0e066 Update README.md
  • 4ea6d03 Java 14 -> 15
  • 5cee33a 🎉 It's 2021
  • b4b16ec Moving to JDK 15
  • 8b52010 Adding all event attribute types; Also:
  • cd2a546 Changing github build workflow back to Java 14 as per Maven Configuration
  • f665b10 Add DEFAULT to StackTrace Policy for scenarios when events have stack traces disabled by default
  • 0e3ace5 Fix issue where stacktraces were been captured even when explicitly setup to be excluded
  • 99c158d Use system logger instead of sout for logging
  • 7573814 enable Dependabot v2
  • 9b5213a Allowing to specify event thresholds
  • 1675a1d Option to include stacktraces in events
  • f0f58c0 Update README.md
  • 2543685 Update README.md
  • 466eea6 Update README.md
  • acc2a93 Update README.md
  • 737a6a3 #6 Better filtering
  • 2985d6b #6 Supporting configuration via profiles
  • d115c4c 🃏 Wildcard support
  • f2a324c Adding cause to SinkEvent; Adding JfrEvents#clear();
  • 87cad90 Update README.md
  • 947ee29 docs: Change visibility of jfrEvents to public, otherwise JfrEventTestExtension can't access it
  • 1141a8b Update README.md
  • 5548e47 Update README.md
  • dc5bcca Refactoring; supporting usage in Quarkus tests
  • 593973a 🔎 Allowing to filter events by type
  • 91bf4c3 🧚 Some clean-up
  • 40dd043 ⏺️ Dumping recording for reach method
  • 26a65b1 🏗️ Setting up CI
  • d558024 🏆 Initial import

Contributors

We'd like to thank the following people for their contributions: