8.1.0
What's Changed
- Realistic example test by @remcowesterhoud in #276
- chore(maven): change to new Artifactory URL by @cmur2 in #286
- Explicitly depend on google-java-format by @korthout in #284
- Check binary compatibility by @remcowesterhoud in #282
- Stable/8.0 to main by @remcowesterhoud in #280
- Release 8.0.0 back to main by @remcowesterhoud in #297
- NPE during logging by @remcowesterhoud in #307
- Run tests using jdk8 by @remcowesterhoud in #306
- Add support for DeployResourceCommand by @remcowesterhoud in #301
- Testcontainer engine lifecycle by @remcowesterhoud in #311
- refactor(engine): use hasProcessingReachedTheEnd to detect state by @pihme in #257
- Don't run revapi against pre releases by @remcowesterhoud in #329
- build: set zeebe version to 8.1.0-alpha1 by @deepthidevaki in #348
- 350 lenient value comparison by @pihme in #381
- build: bump Zeebe version to 8.1.0-alpha2 by @remcowesterhoud in #393
- Run tests on all operating systems in parallel by @remcowesterhoud in #396
- fix: use different default port by @pihme in #398
- chore: use ephemeral free port by @pihme in #405
- Swap order in which options are mentioned by @pihme in #406
- Dedicated example by @pihme in #399
- Build docker image with Maven by @pihme in #408
- feat: add start instructions to gateway mapping by @pihme in #412
- Log PROCESS_INSTANCE_CREATION records with start instructions by @korthout in #434
- chore(gha): adjust vault path for org secrets by @Langleu in #439
- chore(ci): update GHA secrets to new Vault path by @Langleu in #448
- Apply recent engine refactorings by @Zelldon in #471
- Update to recent engine changes by @Zelldon in #478
- Fully support Process Instance Modification by @remcowesterhoud in #500
- Daily test against Zeebe SNAPSHOT version by @remcowesterhoud in #464
- Only run snapshot tests on working days by @remcowesterhoud in #468
- Disabling environment variable override for ZeebeClient in test by @berndruecker in #376
Dependency updates
-
build(deps): Bump actions/add-to-project from 0.0.3 to 0.0.4 by @dependabot in #409
-
build(deps): Bump grpc-bom from 1.45.0 to 1.45.1 by @dependabot in #279
-
build(deps): Bump netty-bom from 4.1.74.Final to 4.1.75.Final by @dependabot in #253
-
build(deps): Bump spring-framework-bom from 5.3.17 to 5.3.18 by @dependabot in #285
-
build(deps): Bump actions/setup-java from 3.0.0 to 3.1.0 by @dependabot in #289
-
build(deps): Bump jacoco-maven-plugin from 0.8.7 to 0.8.8 by @dependabot in #295
-
build(deps): Bump protobuf-java from 3.19.4 to 3.20.0 by @dependabot in #292
-
build(deps): Bump maven-surefire-plugin from 3.0.0-M5 to 3.0.0-M6 by @dependabot in #291
-
build(deps): Bump error_prone_annotations from 2.11.0 to 2.12.1 by @dependabot in #296
-
build(deps): Bump spotless-maven-plugin from 2.22.0 to 2.22.1 by @dependabot in #299
-
build(deps): Bump actions/upload-artifact from 2 to 3 by @dependabot in #302
-
build(deps): Bump proto-google-common-protos from 2.8.0 to 2.8.1 by @dependabot in #303
-
build(deps): Bump actions/setup-java from 3.1.0 to 3.1.1 by @dependabot in #308
-
build(deps): Bump EnricoMi/publish-unit-test-result-action from 1.31 to 1.32 by @dependabot in #309
-
build(deps): Bump google-java-format from 1.12.0 to 1.15.0 by @dependabot in #290
-
build(deps): Bump dependency.testcontainers.version from 1.16.3 to 1.17.0 by @dependabot in #314
-
build(deps): Bump proto-google-common-protos from 2.8.1 to 2.8.3 by @dependabot in #315
-
Support sequence flow in hasPassedElement assertions by @remcowesterhoud in #319
-
build(deps): Bump spring-framework-bom from 5.3.18 to 5.3.19 by @dependabot in #322
-
build(deps): Bump netty-bom from 4.1.75.Final to 4.1.76.Final by @dependabot in #320
-
build(deps): Bump agrona from 1.15.0 to 1.15.1 by @dependabot in #324
-
build(deps): Bump classgraph from 4.8.143 to 4.8.146 by @dependabot in #327
-
build(deps): Bump error_prone_annotations from 2.12.1 to 2.13.1 by @dependabot in #328
-
build(deps): Bump dependency.testcontainers.version from 1.17.0 to 1.17.1 by @dependabot in #321
-
build(deps): Bump mockito-core from 4.4.0 to 4.5.0 by @dependabot in #331
-
build(deps): Bump maven-javadoc-plugin from 3.3.2 to 3.4.0 by @dependabot in #332
-
build(deps): Bump mockito-core from 4.5.0 to 4.5.1 by @dependabot in #333
-
build(deps): Bump dependency.zeebe.version from 8.0.0 to 8.0.1 by @dependabot in #335
-
build(deps): Bump protobuf-java from 3.20.0 to 3.20.1 by @dependabot in #336
-
build(deps): Bump EnricoMi/publish-unit-test-result-action from 1.32 to 1.33 by @dependabot in #337
-
build(deps): Bump spotless-maven-plugin from 2.22.1 to 2.22.2 by @dependabot in #338
-
build(deps): Bump spotless-maven-plugin from 2.22.2 to 2.22.3 by @dependabot in #343
-
build(deps): Bump hashicorp/vault-action from 2.4.0 to 2.4.1 by @dependabot in #342
-
build(deps): Bump grpc-bom from 1.45.1 to 1.46.0 by @dependabot in #341
-
build(deps): Bump actions/setup-java from 3.1.1 to 3.2.0 by @dependabot in #340
-
build(deps): Bump dependency.zeebe.version from 8.0.1 to 8.0.2 by @dependabot in #347
-
build(deps): Bump actions/setup-java from 3.2.0 to 3.3.0 by @dependabot in #351
-
build(deps): Bump spotless-maven-plugin from 2.22.3 to 2.22.4 by @dependabot in #352
-
build(deps): Bump EnricoMi/publish-unit-test-result-action from 1.33 to 1.34 by @dependabot in #355
-
build(deps): Bump spring-framework-bom from 5.3.19 to 5.3.20 by @dependabot in #360
-
build(deps): Bump spotless-maven-plugin from 2.22.4 to 2.22.5 by @dependabot in #359
-
build(deps): Bump netty-bom from 4.1.76.Final to 4.1.77.Final by @dependabot in #353
-
Make gRPC response sender thread-safe by @remcowesterhoud in #358
-
build(deps): Bump crazy-max/ghaction-import-gpg from 4 to 5 by @dependabot in #379
-
build(deps): Bump classgraph from 4.8.146 to 4.8.147 by @dependabot in #378
-
build(deps): Bump error_prone_annotations from 2.13.1 to 2.14.0 by @dependabot in #377
-
build(deps): Bump zeebe-io/backport-action from 0.0.7 to 0.0.8 by @dependabot in #374
-
build(deps): Bump dependency.testcontainers.version from 1.17.1 to 1.17.2 by @dependabot in #372
-
build(deps): Bump EnricoMi/publish-unit-test-result-action from 1.34 to 1.36 by @dependabot in #365
-
build(deps): Bump jackson-bom from 2.13.2.20220328 to 2.13.3 by @dependabot in #363
-
build(deps): Bump protobuf-java from 3.20.1 to 3.21.0 by @dependabot in #382
-
build(deps): Bump protobuf-java from 3.21.0 to 3.21.1 by @dependabot in #385
-
build(deps): Bump grpc-bom from 1.46.0 to 1.47.0 by @dependabot in #390
-
build(deps): Bump EnricoMi/publish-unit-test-result-action from 1.36 to 1.37 by @dependabot in #391
-
build(deps): Bump mockito-core from 4.5.1 to 4.6.1 by @dependabot in #392
-
build(deps): Bump maven-surefire-plugin from 3.0.0-M6 to 3.0.0-M7 by @dependabot in #394
-
build(deps): Bump spotless-maven-plugin from 2.22.5 to 2.22.6 by @dependabot in #395
-
build(deps): Bump maven-enforcer-plugin from 3.0.0 to 3.1.0 by @dependabot in #402
-
build(deps): Bump proto-google-common-protos from 2.8.3 to 2.9.0 by @dependabot in #401
-
build(deps): Bump spotless-maven-plugin from 2.22.6 to 2.22.8 by @dependabot in #400
-
build(deps): Bump netty-bom from 4.1.77.Final to 4.1.78.Final by @dependabot in #404
-
build(deps): Bump spring-framework-bom from 5.3.20 to 5.3.21 by @dependabot in #403
-
build(deps): Bump agrona from 1.15.1 to 1.15.2 by @dependabot in #364
-
build(deps): Bump assertj-core from 3.22.0 to 3.23.1 by @dependabot in #388
-
build(deps): Bump byte-buddy from 1.12.0 to 1.12.10 by @dependabot in #415
-
build(deps): Bump EnricoMi/publish-unit-test-result-action from 1.37 to 1.38 by @dependabot in #413
-
build(deps): Bump actions/setup-java from 3.3.0 to 3.4.0 by @dependabot in #414
-
build(deps): Bump EnricoMi/publish-unit-test-result-action from 1.38 to 1.39 by @dependabot in #418
-
build(deps): Bump agrona from 1.15.2 to 1.16.0 by @dependabot in #419
-
build(deps): Bump protobuf-java from 3.21.1 to 3.21.2 by @dependabot in #420
-
build(deps): Bump byte-buddy from 1.12.10 to 1.12.12 by @dependabot in #421
-
build(deps): Bump jna from 5.11.0 to 5.12.0 by @dependabot in #422
-
build(deps): Bump actions/add-to-project from 0.0.4 to 0.1.0 by @dependabot in #423
-
build(deps): Bump dependency.testcontainers.version from 1.17.2 to 1.17.3 by @dependabot in #425
-
build(deps): Bump proto-google-common-protos from 2.9.0 to 2.9.1 by @dependabot in #424
-
build(deps): Bump jna from 5.12.0 to 5.12.1 by @dependabot in #426
-
build(deps): Bump dependency.zeebe.version from 8.1.0-alpha2 to 8.1.0-alpha3 by @dependabot in #433
-
build(deps): Bump revapi-java from 0.26.1 to 0.27.0 by @dependabot in #427
-
build(deps): Bump spotless-maven-plugin from 2.22.8 to 2.23.0 by @dependabot in #429
-
build(deps): Bump feel-engine from 1.14.2 to 1.15.1 by @dependabot in #436
-
build(deps): Bump classgraph from 4.8.147 to 4.8.149 by @dependabot in #437
-
build(deps): Bump actions/setup-java from 3.4.0 to 3.4.1 by @dependabot in #440
-
build(deps): Bump actions/add-to-project from 0.1.0 to 0.3.0 by @dependabot in #450
-
build(deps): Bump EnricoMi/publish-unit-test-result-action from 1.39 to 2 by @dependabot in #432
-
build(deps): Bump revapi-maven-plugin from 0.14.6 to 0.14.7 by @dependabot in #430
-
build(deps): Bump protobuf-java from 3.21.2 to 3.21.3 by @dependabot in #454
-
build(deps): Bump grpc-bom from 1.47.0 to 1.48.0 by @dependabot in #456
-
build(deps): Bump spring-framework-bom from 5.3.21 to 5.3.22 by @dependabot in #452
-
build(deps): Bump netty-bom from 4.1.78.Final to 4.1.79.Final by @dependabot in #453
-
build(deps): Bump proto-google-common-protos from 2.9.1 to 2.9.2 by @dependabot in #455
-
build(deps): Bump dependency.zeebe.version from 8.1.0-alpha3 to 8.1.0-alpha4 by @dependabot in #461
-
build(deps): Bump byte-buddy from 1.12.12 to 1.12.13 by @dependabot in #463
-
build(deps): Bump grpc-bom from 1.48.0 to 1.48.1 by @dependabot in #462
-
build(deps): Bump spotless-maven-plugin from 2.23.0 to 2.24.0 by @dependabot in #459
-
build(deps): Bump protobuf-java from 3.21.3 to 3.21.4 by @dependabot in #458
-
build(deps): Bump junit-bom from 5.8.2 to 5.9.0 by @dependabot in #457
-
build(deps): Bump error_prone_annotations from 2.14.0 to 2.15.0 by @dependabot in #470
-
build(deps): Bump protobuf-java from 3.21.4 to 3.21.5 by @dependabot in #472
-
build(deps): Bump mockito-core from 4.6.1 to 4.7.0 by @dependabot in #474
-
build(deps): Bump maven-javadoc-plugin from 3.4.0 to 3.4.1 by @dependabot in #475
-
build(deps): Bump hashicorp/vault-action from 2.4.1 to 2.4.2 by @dependabot in #476
-
build(deps): Bump spotless-maven-plugin from 2.24.0 to 2.25.0 by @dependabot in #479
-
build(deps): Bump flatten-maven-plugin from 1.2.7 to 1.3.0 by @dependabot in #477
-
build(deps): Bump grpc-bom from 1.48.1 to 1.49.0 by @dependabot in #480
-
build(deps): Bump byte-buddy from 1.12.13 to 1.12.14 by @dependabot in #481
-
build(deps): Bump dependency.slf4j.version from 1.7.36 to 2.0.0 by @dependabot in #482
-
build(deps): Bump snakeyaml from 1.30 to 1.31 by @dependabot in #483
-
build(deps): Bump jib-maven-plugin from 3.2.1 to 3.3.0 by @dependabot in #485
-
build(deps): Bump value from 2.9.0 to 2.9.1 by @dependabot in #484
-
build(deps): Bump netty-bom from 4.1.79.Final to 4.1.80.Final by @dependabot in #486
-
build(deps): update zeebe version to 8.1.0-alpha5 by @deepthidevaki in #489
-
build(deps): revert zeebe version to SNAPSHOT by @deepthidevaki in #490
-
build(deps): Bump jackson-bom from 2.13.3 to 2.13.4 by @dependabot in #488
-
build(deps): Bump actions/setup-java from 3.4.1 to 3.5.0 by @dependabot in #491
-
build(deps): Bump byte-buddy from 1.12.14 to 1.12.16 by @dependabot in #492
-
build(deps): Bump mockito-core from 4.7.0 to 4.8.0 by @dependabot in #493
-
Add link that shows dynamic JDK-based dependencies by @falko in #495
-
build(deps): Bump slackapi/slack-github-action from 1.21.0 to 1.22.0 by @dependabot in #498
-
build(deps): Bump value from 2.9.1 to 2.9.2 by @dependabot in #494
-
build(deps): Bump netty-bom from 4.1.80.Final to 4.1.82.Final by @dependabot in #499
-
build(deps): Bump spotless-maven-plugin from 2.25.0 to 2.26.0 by @dependabot in #501
-
build(deps): Bump dependency.slf4j.version from 2.0.0 to 2.0.1 by @dependabot in #504
-
build(deps): Bump spring-framework-bom from 5.3.22 to 5.3.23 by @dependabot in #505
-
build(deps): Bump protobuf-java from 3.21.5 to 3.21.6 by @dependabot in #502
-
build(deps): Bump snakeyaml from 1.31 to 1.32 by @dependabot in #503
-
build(deps): Bump agrona from 1.16.0 to 1.17.1 by @dependabot in #506
-
build(deps): Bump feel-engine from 1.15.1 to 1.15.2 by @dependabot in #509
-
build(deps): Bump scala-library from 2.13.8 to 2.13.9 by @dependabot in #510
-
build(deps): Bump actions/setup-java from 3.5.0 to 3.5.1 by @dependabot in #512
-
build(deps): Bump spotless-maven-plugin from 2.26.0 to 2.27.1 by @dependabot in #514
-
build(deps): Bump proto-google-common-protos from 2.9.2 to 2.9.6 by @dependabot in #515
-
build(deps): Bump grpc-bom from 1.49.0 to 1.49.2 by @dependabot in #516
-
build(deps): Bump snakeyaml from 1.32 to 1.33 by @dependabot in #517
-
build(deps): Bump junit-bom from 5.9.0 to 5.9.1 by @dependabot in #518
-
build(deps): Bump protobuf-java from 3.21.6 to 3.21.7 by @dependabot in #521
-
build(deps): Bump dependency.zeebe.version from 8.1.0-SNAPSHOT to 8.1.0 by @dependabot in #519
New Contributors
- @cmur2 made their first contribution in #286
- @korthout made their first contribution in #284
- @berndruecker made their first contribution in #376
- @Langleu made their first contribution in #439
- @Zelldon made their first contribution in #471
- @falko made their first contribution in #495
Full Changelog: 8.0.0...8.1.0