camunda-bpm-taskpool
camunda-bpm-taskpool copied to clipboard
Library for pooling user tasks and process related business objects.
Bumps [postgresql](https://github.com/pgjdbc/pgjdbc) from 42.4.1 to 42.5.0. Changelog Sourced from postgresql's changelog. [42.5.0] (2022-08-23 11:20:11 -0400) Changed fix: revert change in [PR #1986](pgjdbc/pgjdbc#1986) where float was aliased to float4 from float8....
Bumps `springboot.version` from 2.7.2 to 2.7.3. Updates `spring-boot-dependencies` from 2.7.2 to 2.7.3 Release notes Sourced from spring-boot-dependencies's releases. v2.7.3 :lady_beetle: Bug Fixes Misleading error message when using JarMode Layertools and...
Bumps [javassist](https://github.com/jboss-javassist/javassist) from 3.29.0-GA to 3.29.1-GA. Commits See full diff in compare view [](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...
if "yes": then ist should be renamed to `DataEntriesForIdentityQuery`, clearly indicating multiple results. if "no": the queryHandler should return an Optional result of a single DataEntry instead of the `DataEntriesQueryResult`.
``` Applied plugin: 'all-open' [INFO] Applied plugin: 'no-arg' WARNING: An illegal reflective access operation has occurred WARNING: Illegal reflective access by org.jetbrains.kotlin.kapt3.util.ModuleManipulationUtilsKt (file:/xxx/.m2/repository/org/jetbrains/kotlin/kotlin-annotation-processing-maven/1.7.0/kotlin-annotation-processing-maven-1.7.0.jar) to constructor com.sun.tools.javac.util.Context() WARNING: Please consider reporting...
While implementing #566 I noticed, that `TaskForIdQuery` uses a nullable `Task?` result. This also applies to `TaskWithDataEntriesForIdQuery`. I would prefer using java `Optional` here and use the axon `ResponseTypes.optionalOf(...)` for...
### Steps to reproduce * camunda-bpm-taskpool version: 3.2.2 ### Expected behaviour I-Tests should run with H2 (2.x) provided as managed dependency by Spring Boot > 2.7.0 ### Actual behaviour Currently,...
### Scenario * camunda-bpm-taskpool version: 3.2.x * Camunda BPM version: 8 * Description of your use case: I want to be able to integrate zeebe and camunda platform 7 tasks...
### Steps to reproduce * camunda-bpm-taskpool version: 3.1.3 ### Expected behaviour The services are disabled completely if the corresponding item is not enabled in the properties. ### Actual behaviour Currently,...
Similar to #227 implement process variable projection