camunda-bpm-taskpool icon indicating copy to clipboard operation
camunda-bpm-taskpool copied to clipboard

Library for pooling user tasks and process related business objects.

Results 78 camunda-bpm-taskpool issues
Sort by recently updated
recently updated
newest added

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....

Type: dependencies

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...

Type: dependencies

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 [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.javassist:javassist&package-manager=maven&previous-version=3.29.0-GA&new-version=3.29.1-GA)](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...

Type: dependencies

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`.

Type: enhancement
Prio: Should

``` 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...

blocked

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...

Type: enhancement
Prio: Should

### 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,...

Type: bug
Prio: Must

### 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...

Type: enhancement

### 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,...

Type: enhancement

Similar to #227 implement process variable projection

Type: enhancement