Commit graph

117 commits

Author SHA1 Message Date
dependabot[bot]
b08d35755e
Bump maven-release-plugin from 3.0.0-M7 to 3.0.0 (#13)
Bumps [maven-release-plugin](https://github.com/apache/maven-release) from 3.0.0-M7 to 3.0.0.
- [Release notes](https://github.com/apache/maven-release/releases)
- [Commits](https://github.com/apache/maven-release/compare/maven-release-3.0.0-M7...maven-release-3.0.0)

---
updated-dependencies:
- dependency-name: org.apache.maven.plugins:maven-release-plugin
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-04-01 08:21:47 +00:00
dependabot[bot]
03ceb58d44
Bump version.org.apache.maven.plugins.surefire from 3.0.0-M9 to 3.0.0 (#12)
Bumps `version.org.apache.maven.plugins.surefire` from 3.0.0-M9 to 3.0.0.

Updates `maven-failsafe-plugin` from 3.0.0-M9 to 3.0.0
- [Release notes](https://github.com/apache/maven-surefire/releases)
- [Commits](https://github.com/apache/maven-surefire/compare/surefire-3.0.0-M9...surefire-3.0.0)

Updates `maven-surefire-plugin` from 3.0.0-M9 to 3.0.0
- [Release notes](https://github.com/apache/maven-surefire/releases)
- [Commits](https://github.com/apache/maven-surefire/compare/surefire-3.0.0-M9...surefire-3.0.0)

---
updated-dependencies:
- dependency-name: org.apache.maven.plugins:maven-failsafe-plugin
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.apache.maven.plugins:maven-surefire-plugin
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-04-01 08:21:00 +00:00
dependabot[bot]
00d47dda4a
Bump maven-install-plugin from 3.1.0 to 3.1.1 (#11)
Bumps [maven-install-plugin](https://github.com/apache/maven-install-plugin) from 3.1.0 to 3.1.1.
- [Release notes](https://github.com/apache/maven-install-plugin/releases)
- [Commits](https://github.com/apache/maven-install-plugin/compare/maven-install-plugin-3.1.0...maven-install-plugin-3.1.1)

---
updated-dependencies:
- dependency-name: org.apache.maven.plugins:maven-install-plugin
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-04-01 08:18:22 +00:00
15a553cbdb
Remove unnecessary event spi (#9) (#10) 2023-03-20 08:55:56 +01:00
190d515f1a
[maven-release-plugin] prepare for next development iteration 2023-03-13 14:08:05 +00:00
9b549fe347
[maven-release-plugin] prepare release 0.2.0 [no ci] 2023-03-13 14:08:01 +00:00
579d0a929c
Read model names without lookup by using context object (#8) 2023-03-13 11:06:34 +01:00
4e0c4afc71
Add why section to readme (#7) 2023-03-13 08:29:20 +00:00
74d80a84d0
Bump version for release 2023-03-10 20:13:23 +01:00
db929056f3
Add option to replace model ids with model names, fix #3 (#6) 2023-03-10 13:31:06 +01:00
62bdac4717
Add tests using Mockito. (#5) 2023-03-06 17:46:20 +01:00
f68ff22aac
Remove useless delegation from listener to recorder. (#4) 2023-03-06 15:29:24 +01:00
a79ba51a2a
Update README.md 2023-03-03 13:15:03 +01:00
21e57ce501
[maven-release-plugin] prepare for next development iteration 2023-03-03 11:42:02 +00:00
37c1fa3207
[maven-release-plugin] prepare release 0.1.0 [no ci] 2023-03-03 11:41:58 +00:00
c8977d7175
First draft of implementation (#1)
* First draft of implementation

Readme will follow

* Rename id.

* Exclude `commons-io` to disable build warnings

* Simplify metrics and add documentation
2023-03-03 12:38:06 +01:00
dc38b3715e
first commit 2023-03-02 21:42:26 +01:00