Commit Graph

1408 Commits

Author SHA1 Message Date
renovate[bot] 4e535fd10f
chore(deps): update github/codeql-action digest to d99c7e8 (#1338)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-02-19 02:13:36 +00:00
renovate[bot] 4817864fd7
chore(deps): update dependency org.mockito:mockito-core to v5.15.2 (#1339)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-02-18 22:10:34 +01:00
Simon Schrottner 90217b2083
chore: update build and tooling to utilize new java version (#1321)
* chore: update build and tooling to utilize new java version

Signed-off-by: Simon Schrottner <simon.schrottner@dynatrace.com>

* Fix failing test

Signed-off-by: christian.lutnik <christian.lutnik@dynatrace.com>

* chore: update build and tooling to utilize new java version

Signed-off-by: Simon Schrottner <simon.schrottner@dynatrace.com>

---------

Signed-off-by: Simon Schrottner <simon.schrottner@dynatrace.com>
Signed-off-by: christian.lutnik <christian.lutnik@dynatrace.com>
Co-authored-by: christian.lutnik <christian.lutnik@dynatrace.com>
2025-02-18 21:58:17 +01:00
Simon Schrottner 88baa65dd0
test: Reduce usage of singelton within our tests and implementations (#1331)
Our tests are great, but often we rely on our own Singelton for testing purposes.
This can create concurrency issues or make testing really hard.
By instantiating a own API object for each test we ensure that we are not messing
with each other.
Furthermore we should not use `.getInstance()` within our own implementation.

Signed-off-by: Simon Schrottner <simon.schrottner@dynatrace.com>
Co-authored-by: Todd Baert <todd.baert@dynatrace.com>
2025-02-18 19:19:18 +01:00
renovate[bot] e163ce1c06
chore(deps): update github/codeql-action digest to 1bb15d0 (#1336)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-02-18 14:48:26 +00:00
renovate[bot] 5436eb0d5d
chore(deps): update github/codeql-action digest to acadfed (#1335)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-02-18 02:28:02 +00:00
renovate[bot] 859a36cbfa
chore(deps): update github/codeql-action digest to 8c1551c (#1333)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-02-17 18:05:19 +00:00
github-actions[bot] 9e782308d3
chore(main): release 1.14.1 (#1278)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2025-02-17 11:18:26 +01:00
renovate[bot] 4ba5695eee
chore(deps): update dependency net.bytebuddy:byte-buddy-agent to v1.17.1 (#1330)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-02-14 18:13:42 +00:00
renovate[bot] 9ab26182ea
chore(deps): update dependency net.bytebuddy:byte-buddy to v1.17.1 (#1329)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-02-14 14:13:05 +00:00
Philipp Fehre c33ac2d9b2
fix: possible event-related deadlocks with some providers (#1314)
* Move event emitting off the main thread to avoid deadlocks

When stacking event emitting inside an EventProvider, when using sychronization
the EventProvider can deadlock, to avoid this move the event emitting of the
main thread.

Signed-off-by: Philipp Fehre <philipp@fehre.co.uk>

* Test fixes

Test provider should respect the init-delay during all test

Signed-off-by: Philipp Fehre <philipp@fehre.co.uk>

* Add timeout to EventProviderTest

With the events being executed on a different thread, we need to wait to make
sure the thread is scheduled to have the events emitted.

Signed-off-by: Philipp Fehre <philipp@fehre.co.uk>

* Don't reuse the JVM Process

Signed-off-by: Philipp Fehre <philipp@fehre.co.uk>

---------

Signed-off-by: Philipp Fehre <philipp@fehre.co.uk>
Co-authored-by: Philipp Fehre <philipp.fehre@mollie.com>
Co-authored-by: Michael Beemer <beeme1mr@users.noreply.github.com>
Co-authored-by: Todd Baert <todd.baert@dynatrace.com>
2025-02-13 14:01:58 -05:00
Jonathan Norris 08c38fb553
fix: TrackingEventDetails interface to include numeric getValue() call (#1328)
Signed-off-by: Jonathan Norris <jonathan@taplytics.com>
2025-02-13 13:50:19 -05:00
renovate[bot] 3baf0df966
chore(deps): update github/codeql-action digest to 1c15a48 (#1325)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-02-13 02:02:06 +00:00
renovate[bot] 69cdc772a6
chore(deps): update actions/cache digest to 9fa7e61 (#1324)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-02-12 22:35:36 +00:00
renovate[bot] 8f3ced5907
chore(deps): update github/codeql-action digest to affec20 (#1323)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-02-12 11:46:13 +00:00
renovate[bot] 538140dfe7
chore(deps): update github/codeql-action digest to 6063925 (#1320)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-02-11 09:32:43 +00:00
renovate[bot] b7978832b7
fix(deps): update dependency io.cucumber:cucumber-bom to v7.21.1 (#1317)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-02-07 20:56:17 +00:00
renovate[bot] 26e1d7fff3
chore(deps): update github/codeql-action digest to 0a35e8f (#1316)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-02-07 17:53:29 +00:00
renovate[bot] 46903c6f27
chore(deps): update github/codeql-action digest to 24e1c2d (#1315)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-02-06 18:53:02 +00:00
renovate[bot] 37ed6a424c
chore(deps): update github/codeql-action digest to 08bc0cf (#1313)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-02-04 02:27:14 +00:00
renovate[bot] 208411e723
fix(deps): update dependency io.cucumber:cucumber-bom to v7.21.0 (#1312)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-02-03 09:58:39 +01:00
renovate[bot] 9a1e9abd64
chore(deps): update github/codeql-action digest to 0701025 (#1311)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-01-30 21:39:36 +00:00
renovate[bot] 40fa173338
chore(deps): update dependency net.bytebuddy:byte-buddy-agent to v1.17.0 (#1310)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-01-30 12:26:19 +00:00
renovate[bot] cda34053f7
chore(deps): update dependency net.bytebuddy:byte-buddy to v1.17.0 (#1309)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-01-30 09:03:12 +00:00
renovate[bot] 99d818572a
chore(deps): update github/codeql-action digest to e9987ad (#1308)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-01-30 04:28:35 +00:00
renovate[bot] 6f36434c52
chore(deps): update github/codeql-action digest to 54b1c84 (#1307)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-01-29 01:46:15 +00:00
renovate[bot] ba9cc4b85a
chore(deps): update actions/setup-java digest to 3a4f6e1 (#1306)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-01-28 22:03:11 +00:00
renovate[bot] 7916d76635
chore(deps): update github/codeql-action digest to 5f4f998 (#1305)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-01-28 13:26:01 +00:00
renovate[bot] 6874de64ce
chore(deps): update github/codeql-action digest to 43cffee (#1304)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-01-28 01:53:26 +00:00
renovate[bot] f9fa54be49
chore(deps): update codecov/codecov-action action to v5.3.1 (#1303)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-01-25 04:32:24 +00:00
renovate[bot] 78adc77c23
chore(deps): update github/codeql-action digest to e7c0c9d (#1302)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-01-25 01:31:55 +00:00
renovate[bot] f7f6586d72
chore(deps): update codecov/codecov-action action to v5.3.0 (#1301)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-01-24 05:39:08 +00:00
renovate[bot] 34919561b7
chore(deps): update github/codeql-action digest to 7e3036b (#1300)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-01-24 02:00:19 +00:00
renovate[bot] 531fc385b6
chore(deps): update codecov/codecov-action action to v5.2.0 (#1298)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-01-23 04:46:04 +00:00
renovate[bot] 305e0329e7
chore(deps): update github/codeql-action digest to b44b19f (#1297)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-01-23 00:49:44 +00:00
renovate[bot] 874e86df5c
chore(deps): update actions/setup-java digest to 28b532b (#1296)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-01-22 04:49:00 +00:00
renovate[bot] 122e82f843
chore(deps): update github/codeql-action digest to f89b8a7 (#1295)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-01-21 22:08:52 +00:00
renovate[bot] 5671184e7f
chore(deps): update github/codeql-action digest to d90e07f (#1294)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-01-21 01:24:58 +00:00
renovate[bot] 6071932cb4
chore(deps): update dependency net.bytebuddy:byte-buddy-agent to v1.16.1 (#1293)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-01-19 16:48:47 +00:00
renovate[bot] 0af9f2901f
chore(deps): update dependency net.bytebuddy:byte-buddy to v1.16.1 (#1292)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-01-19 12:47:02 +00:00
renovate[bot] a5eb21d1a2
chore(deps): update dependency org.assertj:assertj-core to v3.27.3 (#1291)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-01-18 17:02:55 +00:00
renovate[bot] 6c4205a008
chore(deps): update dependency net.bytebuddy:byte-buddy-agent to v1.16.0 (#1290)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-01-18 08:26:00 +00:00
renovate[bot] 0b5b423bdd
chore(deps): update dependency net.bytebuddy:byte-buddy to v1.16.0 (#1289)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-01-18 04:42:09 +00:00
renovate[bot] 882d2dd5bd
chore(deps): update github/codeql-action digest to 0f1559a (#1286)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-01-17 09:37:40 +00:00
renovate[bot] c69d3a4bd1
chore(deps): update actions/setup-java digest to 51ab6d2 (#1288)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-01-17 05:22:11 +00:00
renovate[bot] 640e35e853
chore(deps): update actions/checkout digest to 85e6279 (#1287)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-01-17 01:30:43 +00:00
renovate[bot] 32a39335de
chore(deps): update actions/setup-java digest to 99d3141 (#1285)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-01-16 21:00:50 +00:00
renovate[bot] 45b3995bda
chore(deps): update github/codeql-action digest to 93da9f2 (#1283)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-01-16 01:12:12 +00:00
renovate[bot] b390d5f0b0
chore(deps): update github/codeql-action digest to 3b4f4d9 (#1282)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-01-15 16:46:16 +00:00
renovate[bot] 8a1ab7ea18
chore(deps): update github/codeql-action digest to 1efc6bb (#1281)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-01-14 23:40:55 +00:00