Skip to content

Releases: holunda-io/camunda-bpm-taskpool

Polyflow v3.4.2

23 Nov 15:27
Compare
Choose a tag to compare

🐛 Bug Fixes

  • bugfix: flip the value in deletion strategy configuration, wrote tests for configuration #684
  • DeletionStrategy lax and strict return same bean. #683

❤️ Contributors

We'd like to thank all the contributors who worked on this release!

Polyflow v3.4.1

22 Nov 17:12
Compare
Choose a tag to compare

🐛 Bug Fixes

  • bugfix: change scope for test dependencies, fix #680 #681
  • Fix dependency scope re-export #680

🛠️ Chore

  • chore(deps): bump maven-install-plugin from 3.0.1 to 3.1.0 #679

❤️ Contributors

We'd like to thank all the contributors who worked on this release!

Polyflow v3.4.0

15 Nov 08:40
Compare
Choose a tag to compare

🚀 Enhancements & Features

  • Support deletion of data entry #671
  • Create a command to delete data entry #668
  • Support new Axon Gateway Extension 1.0.0 allowing for new deployment style
  • Extend documentation

🐛 Bug Fixes

  • Fix task update logic according to #665 #667
  • Task attribute updates should change state of the task command model #665

🛠️ Chore

  • chore(deps): bump axon-bom from 4.6.1 to 4.6.2 #675
  • chore(deps): bump reactor-kotlin-extensions from 1.1.7 to 1.2.0 #674
  • chore(deps): bump kotlin.version from 1.7.20 to 1.7.21 #673
  • chore(deps): bump mssql-jdbc from 11.2.1.jre11 to 12.1.0.jre11-preview #670
  • chore(deps): bump kotlin-logging-jvm from 3.0.3 to 3.0.4 #669
  • chore(deps): bump kotlin-logging-jvm from 3.0.2 to 3.0.3 #666

❤️ Contributors

We'd like to thank all the contributors who worked on this release!

Polyflow v3.3.3

26 Oct 13:19
Compare
Choose a tag to compare

🚀 Enhancements & Features

  • Separate mapping from Command to Event from the code inside the aggregate. #664
  • Update docs publication for symbolic version release #640

🐛 Bug Fixes

  • Support Axon Framework 4.6.x #654

🛠️ Chore

  • chore(deps): bump axon-framework to 4.6.1
  • chore(deps): bump versions-maven-plugin from 2.12.0 to 2.13.0 #663
  • chore(deps): bump jgiven.version from 1.2.3 to 1.2.4 #662
  • chore(deps): bump springboot.version from 2.7.4 to 2.7.5 #661
  • chore(deps): bump camunda-commons-typed-values from 7.17.0 to 7.18.0 #660
  • chore(deps): bump dokka-maven-plugin from 1.7.10 to 1.7.20 #659
  • chore(deps): bump gitflow-maven-plugin from 1.18.0 to 1.19.0 #658
  • chore(deps): bump jgiven.version from 1.2.2 to 1.2.3 #657
  • chore(deps): bump camunda-bpm.version from 7.17.0 to 7.18.0 #656
  • chore(deps): bump kotlin.version from 1.7.10 to 1.7.20 #655
  • chore(deps): bump commons-text from 1.9 to 1.10.0 in /view/form-url-resolver #653
  • chore(deps): bump kotlin-logging-jvm from 2.1.23 to 3.0.2 #652
  • chore(deps): bump axon-bom from 4.5.17 to 4.6.1 #651
  • chore(deps): bump commons-text from 1.9 to 1.10.0 #650
  • chore(deps): bump springboot.version from 2.7.2 to 2.7.4 #649
  • chore(deps): bump kotlin-logging-jvm from 2.1.23 to 3.0.0 #648
  • chore(deps): bump axon-bom from 4.5.17 to 4.6.0 #647
  • chore(deps): bump maven-jar-plugin from 3.2.2 to 3.3.0 #646
  • chore(deps): bump axon-kotlin from 0.2.0 to 4.6.0 #645
  • chore(deps): bump javassist from 3.29.0-GA to 3.29.2-GA #644
  • chore(deps): bump mssql-jdbc from 11.2.0.jre11 to 11.2.1.jre11 #643
  • chore(deps): bump versions-maven-plugin from 2.11.0 to 2.12.0 #642
  • chore(deps): bump postgresql from 42.4.1 to 42.5.0 #641
  • chore(deps): bump springboot.version from 2.7.2 to 2.7.3 #639
  • chore(deps): bump postgresql from 42.4.1 to 42.4.2 #638
  • chore(deps): bump javassist from 3.29.0-GA to 3.29.1-GA #637

Polyflow v3.3.2

11 Aug 09:14
Compare
Choose a tag to compare

🐛 Bug Fixes

  • TaskCollector: Allow the modification of SourceReference during collection. #636

🛠️ Chore

  • Upgrade JUnit to 5 #298 #627
  • chore(deps): bump mssql-jdbc from 10.2.0.jre11 to 11.2.0.jre11 #635
  • chore(deps): bump postgresql from 42.4.0 to 42.4.1 in /view/jpa #634
  • chore(deps): bump axon-bom from 4.5.16 to 4.5.17 #633
  • chore(deps): bump postgresql from 42.4.0 to 42.4.1 #632
  • chore(deps): bump maven-resources-plugin from 3.2.0 to 3.3.0 #629
  • chore(deps): bump maven-install-plugin from 3.0.0 to 3.0.1 #628
  • chore(deps): bump springboot.version from 2.7.1 to 2.7.2 #626

❤️ Contributors

We'd like to thank all the contributors who worked on this release!

Polyflow v3.3.1

20 Jul 17:35
Compare
Choose a tag to compare

🚀 Enhancements & Features

  • make revision parameters nullable #621
  • Make view-api-client/QueryGatewayExt RevisionQueryParameters optional #620

🐛 Bug Fixes

  • update to latest axon-gateway-extension, fix #619 #625
  • Error on update using JPA View #619

❤️ Contributors

We'd like to thank all the contributors who worked on this release!

Polyflow v3.3.0

17 Jul 17:34
Compare
Choose a tag to compare

⚡ Breaking

  • Do not use public byLazy delegates properties in api data classes #610

🚀 Enhancements & Features

  • Improve JSON Support by providing Jackson Module
  • Data pool aggregate performance improvement #618
  • Add getter for immutable maps #601
  • Provide access to data stored in simple-views for tasks and dataEntries #600
  • Provide documentation for Mongo DB configuration #597
  • Introduce new component and provided View API clients #595
  • Improve the usage of the View API #594

🐛 Bug Fixes

  • Improve data entry loading #613
  • data classes in view-api must not use "by lazy" delegation to be serializable with jackson #609
  • Change response type for query extension functions #591
  • remove lambda from data class properties to make query serializable #576
  • TasksWithDataEntriesForUserQuery is not serializable / can not be serialized to json #560

🛠️ Chore

  • chore(deps): bump axon-bom from 4.5.13 to 4.5.16 #617
  • chore(deps): bump dokka-maven-plugin from 1.7.0 to 1.7.10 #616
  • chore(deps): bump reactor-kotlin-extensions from 1.1.6 to 1.1.7 #614
  • chore(deps): bump kotlin.version from 1.7.0 to 1.7.10 #612
  • update gav for axon-gateway-extension 0.1.0 #608
  • use axon-gateway-extension 0.1.0 #606
  • chore(deps): bump springboot.version from 2.7.0 to 2.7.1 #605
  • chore(deps): bump dokka-maven-plugin from 1.6.21 to 1.7.0 #603

❤️ Contributors

We'd like to thank all the contributors who worked on this release!

Polyflow v3.2.2

14 Jun 13:11
Compare
Choose a tag to compare

🚀 Enhancements & Features

  • Implement JPA-based projection for tasks #407

🐛 Bug Fixes

  • Avoid backpressure by the task deletion flux that caused updates… #588
  • Fix QueryGateway extensions for dataEntry queries #587

🛠️ Chore

  • chore(deps): bump maven-enforcer-plugin from 3.0.0 to 3.1.0 #590
  • chore(deps): bump postgresql from 42.3.6 to 42.4.0 #589
  • chore(deps): bump kotlin.version from 1.6.21 to 1.7.0 #586
  • chore(deps): bump jgiven.version from 1.2.1 to 1.2.2 #585
  • chore(deps): bump axon.version from 4.5.9 to 4.5.10 #584
  • chore(deps): bump postgresql from 42.3.5 to 42.3.6 #583
  • chore(deps): bump versions-maven-plugin from 2.10.0 to 2.11.0 #582
  • chore(deps): bump kotlin-logging-jvm from 2.1.21 to 2.1.23 #581
  • chore(deps): bump springboot.version from 2.6.7 to 2.7.0 #580

❤️ Contributors

We'd like to thank all the contributors who worked on this release!

Polyflow v3.2.1

17 May 10:27
Compare
Choose a tag to compare

🚀 Enhancements & Features

  • Add metadata generation to allow properties auto-completion in IDEA, fix #564 #569
  • Implement queries for JPA view task service to get tasks with correlated data entries #567
  • Support QueryGateway extension functions for simplified and correct query api usage #566
  • Enable generation of polyflow properties metadata #564
  • Update pa-frontend.md #551
  • Allow for AutoConfiguration instead of simple Configuration #201

🐛 Bug Fixes

  • remove internal, see #572 #574
  • do not make internal, let users create instances #573
  • Bugfix/565 default application name (please merge after #569) #570
  • use spring.application.name default #565
  • camunda spring boot application using polyflow-camunda-bpm-springboot-starter fails with camunda 7.17.0 #563

🛠️ Chore

  • chore(deps): bump javassist from 3.28.0-GA to 3.29.0-GA #575
  • chore: fix depenendency to provided #568
  • chore(deps): bump jgiven.version from 1.2.0 to 1.2.1 #562
  • chore(deps): bump postgresql from 42.3.4 to 42.3.5 #561
  • chore(deps): bump dokka-maven-plugin from 1.6.20 to 1.6.21 #559
  • chore(deps): bump springboot.version from 2.6.6 to 2.6.7 #557
  • chore(deps): bump nexus-staging-maven-plugin from 1.6.12 to 1.6.13 #556
  • chore(deps): bump kotlin.version from 1.6.20 to 1.6.21 #555
  • chore(deps): bump postgresql from 42.3.3 to 42.3.4 #554
  • chore(deps): bump dokka-maven-plugin from 1.6.10 to 1.6.20 #553
  • chore(deps): bump camunda-commons-typed-values from 7.16.0 to 7.17.0 #543
  • chore(deps): bump camunda-bpm-assert from 14.0.0 to 15.0.0 #542
  • chore(deps): bump camunda-bpm.version from 7.16.0 to 7.17.0 #541

❤️ Contributors

We'd like to thank all the contributors who worked on this release!

Polyflow v3.2.0

08 Apr 23:06
Compare
Choose a tag to compare

🚀 Enhancements & Features

  • Move jackson bus configuration helpers in a separate artifact, … #548
  • Extract bus configuration using Jackson in a separate artifact #547
  • Delay task deletion in Mongo View #545
  • Create auto-configurations on integration side and separate starter from auto-configure module
  • Create own specialized object mapper configuration for Polyflow

🐛 Bug Fixes

  • Extract components, introduce more autoconfigs, removed tasklist-url-resolver and engine-client from the starter #550
  • Exclude EngineClient from camunda-starter #549
  • Make TasklistUrlResolver optional for the Camunda BPM Engine Taskpool SpringBoot Starter #546
  • Small improvements in logging of JPA View

🛠️ Chore

  • chore(deps): bump maven-clean-plugin from 3.1.0 to 3.2.0 #540
  • chore(deps): bump jacoco-maven-plugin from 0.8.7 to 0.8.8 #539
  • chore(deps): bump kotlin.version from 1.6.10 to 1.6.20 #537
  • chore(deps): bump springboot.version from 2.6.5 to 2.6.6 #536

❤️ Contributors

We'd like to thank all the contributors who worked on this release!