Skip to content

Releases: holunda-io/camunda-bpm-taskpool

Polyflow v4.2.0

01 Jul 13:26
Compare
Choose a tag to compare

🚀 Enhancements & Features

  • Anonymize Data Entries #1014
  • Find DataEntries by user involvement #1012
  • Anonymize Data Entries #1011
  • Find DataEntries by User Involvement #1008
  • Support correlations for data entries in JPA view #1006
  • Support correlations for DataEntries in JPA-View #1001

⚡ Breaking Changes

  • Use flyway provisioned db for all ITests where database is needed. (D… #1004

🐛 Bug Fixes

  • Make sure not to use JPA auto-ddl for tests #1000

🛠️ Chore

  • Bump org.apache.maven.plugins:maven-dependency-plugin from 3.7.0 to 3.7.1 #1013
  • Bump org.apache.maven.plugins:maven-clean-plugin from 3.3.2 to 3.4.0 #1009

❤️ Contributors

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

Polyflow v4.1.6

12 Jun 19:28
Compare
Choose a tag to compare

🐛 Bug Fixes

  • Filtering by DataEntry payload does not work with the JPA view #942

🛠️ Chore

  • Upgrade to SpringBoot 3.2.6 #997
  • Bump org.apache.maven.plugins:maven-dependency-plugin from 3.6.1 to 3.7.0 #996
  • Support for Spring-Boot 3.2 #994

❤️ Contributors

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

Polyflow v4.1.5

29 May 10:09
Compare
Choose a tag to compare

🚀 Enhancements & Features

  • Serialization of List Variables #988

🐛 Bug Fixes

  • Avoid "The Publisher returned by the supplier is null" exception #983
  • DataEntry Aggregate snapshot failed to restore AggregateIdentifier #980
  • DataEntry Aggregate Snapshot failed to restore AggregateIdentifier #978

🛠️ Chore

  • chore(deps): bump kotlin.version from 1.9.24 to 2.0.0 #989
  • chore(deps): bump kotlin.version from 1.9.23 to 1.9.24 #986
  • Support Camunda Platform 7 version 7.21.0 #982
  • chore(deps): bump org.apache.maven.plugins:maven-jar-plugin from 3.4.0 to 3.4.1 #981
  • chore(deps): bump org.apache.commons:commons-text from 1.11.0 to 1.12.0 #977
  • chore(deps): bump org.camunda.community.mockito:camunda-platform-7-mockito from 7.20.0 to 7.21.0 #976
  • chore(deps): bump org.apache.maven.plugins:maven-jar-plugin from 3.3.0 to 3.4.0 #975
  • chore(deps): bump org.apache.maven.plugins:maven-gpg-plugin from 3.2.2 to 3.2.3 #974
  • chore(deps): bump org.mockito.kotlin:mockito-kotlin from 5.2.1 to 5.3.1 #973
  • chore(deps): bump com.microsoft.sqlserver:mssql-jdbc from 12.6.1.jre11 to 12.7.0.jre11-preview #972
  • chore(deps): bump org.camunda.commons:camunda-commons-typed-values from 7.20.0 to 7.21.0 #971
  • chore(deps): bump org.camunda.bpm:camunda-bpm-assert from 7.20.0 to 7.21.0 #970
  • chore(deps): bump camunda-bpm.version from 7.20.0 to 7.21.0 #969
  • chore(deps): bump org.jacoco:jacoco-maven-plugin from 0.8.11 to 0.8.12 #967

❤️ Contributors

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

Polyflow v4.1.4

04 Mar 16:10
Compare
Choose a tag to compare

🐛 Bug Fixes

  • JPA View: make sure JPA view logs warnings correctly. #955

🛠️ Chore

  • chore(deps): bump org.axonframework:axon-bom from 4.9.3 to 4.9.4 #954

Polyflow v4.1.3

04 Mar 16:10
Compare
Choose a tag to compare

🚀 Enhancements & Features

  • Remove deprecated query methods from JPA projection #952
  • fix(#948): map COMPLETED state to FinishProcessInstanceCommand #949
  • Process Instance Collection with COMPLETED state #948

🛠️ Chore

  • chore(deps): bump com.microsoft.sqlserver:mssql-jdbc from 12.6.0.jre11 to 12.6.1.jre11 #951
  • chore(deps): bump org.postgresql:postgresql from 42.7.1 to 42.7.2 in /view/jpa #950

❤️ Contributors

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

Polyflow v4.1.2

15 Feb 09:42
Compare
Choose a tag to compare

🚀 Enhancements & Features

  • JPA View: implement count by applications query #943

🛠️ Chore

  • chore(deps): bump com.microsoft.sqlserver:mssql-jdbc from 12.5.0.jre11-preview to 12.6.0.jre11 #941
  • chore(deps): bump org.axonframework:axon-bom from 4.9.2 to 4.9.3 #940
  • chore(deps): bump io.toolisticon.testing:jgiven-kotlin from 1.3.0.0 to 1.3.1.0 #939

Polyflow v4.1.1

15 Jan 21:45
Compare
Choose a tag to compare

🚀 Enhancements & Features

  • add support for assignee filtering in JPA view, fix #935 #936
  • Allow to filter for assignee as task attribute #935
  • chore(docs): fix docs formatting and update copyright #933

🐛 Bug Fixes

  • Allow ot overwrite correlateVariables method of the ProcessVariableCorrelator #937
  • Allow to subclass ProcessVariablesCorrelator and override the correlateVariables method. #934

🛠️ Chore

  • chore(deps): bump org.apache.maven.plugins:maven-surefire-plugin from 3.2.2 to 3.2.5 #931
  • chore(deps): bump org.apache.maven.plugins:maven-failsafe-plugin from 3.2.2 to 3.2.5 #930
  • chore(deps): bump com.amashchenko.maven.plugin:gitflow-maven-plugin from 1.20.0 to 1.21.0 #929
  • chore(deps): bump org.apache.maven.plugins:maven-compiler-plugin from 3.11.0 to 3.12.1 #928
  • chore(deps): bump org.javassist:javassist from 3.29.2-GA to 3.30.2-GA #927
  • chore(deps): bump kotlin.version from 1.9.20 to 1.9.22 #926
  • chore(deps): bump jgiven.version from 1.3.0 to 1.3.1 #921
  • chore(deps): bump org.axonframework:axon-bom from 4.9.1 to 4.9.2 #920
  • chore(deps): bump org.postgresql:postgresql from 42.7.0 to 42.7.1 #919
  • chore(deps): bump org.mockito.kotlin:mockito-kotlin from 5.1.0 to 5.2.1 #918
  • chore(deps): bump org.codehaus.mojo:build-helper-maven-plugin from 3.4.0 to 3.5.0 #917
  • chore(deps): bump org.postgresql:postgresql from 42.6.0 to 42.7.0 #914
  • chore(deps-dev): bump de.flapdoodle.embed:de.flapdoodle.embed.mongo.spring30x from 4.10.1 to 4.11.0 #913
  • chore(deps): bump org.axonframework:axon-bom from 4.9.0 to 4.9.1 #912

❤️ Contributors

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

Polyflow v4.1.0

20 Nov 13:35
Compare
Choose a tag to compare

🐛 Bug Fixes

  • Fixes reflective access #909
  • ApplicationNameBeanPostProcessor cannot access private properties #908

🛠️ Chore

  • chore(deps): bump SpringBoot from 3.1.4 to 3.1.5
  • chore(deps): bump Axon Framework BOM version from 4.8.3 to 4.9.0
  • chore(deps): bump com.microsoft.sqlserver:mssql-jdbc from 12.4.2.jre11 to 12.5.0.jre11-preview #907
  • chore(deps): bump org.codehaus.mojo:versions-maven-plugin from 2.16.1 to 2.16.2 #906

❤️ Contributors

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

Polyflow v4.0.1

14 Nov 16:45
Compare
Choose a tag to compare

🐛 Bug Fixes

  • Add marker interface to open components #891

🛠️ Chore

  • chore(deps-dev): bump de.flapdoodle.embed:de.flapdoodle.embed.mongo.spring30x from 4.10.0 to 4.10.1 #905
  • chore(deps): bump org.apache.maven.plugins:maven-surefire-plugin from 3.2.1 to 3.2.2 #904
  • chore(deps): bump org.apache.maven.plugins:maven-failsafe-plugin from 3.2.1 to 3.2.2 #903
  • chore(deps): bump kotlin.version from 1.9.10 to 1.9.20 #900
  • chore(deps): bump org.apache.commons:commons-text from 1.10.0 to 1.11.0 #899
  • chore(deps): bump com.microsoft.sqlserver:mssql-jdbc from 12.4.1.jre11 to 12.4.2.jre11 #898
  • chore(deps): bump org.apache.maven.plugins:maven-clean-plugin from 3.3.1 to 3.3.2 #897
  • chore(deps): bump org.axonframework.extensions.kotlin:axon-kotlin from 4.8.0 to 4.9.0 #896
  • chore(deps): bump org.apache.maven.plugins:maven-failsafe-plugin from 3.1.2 to 3.2.1 #895
  • chore(deps): bump org.apache.maven.plugins:maven-dependency-plugin from 3.6.0 to 3.6.1 #894
  • chore(deps): bump org.apache.maven.plugins:maven-surefire-plugin from 3.1.2 to 3.2.1 #893
  • chore(deps): bump org.jacoco:jacoco-maven-plugin from 0.8.10 to 0.8.11 #890
  • chore(deps): bump org.jetbrains.dokka:dokka-maven-plugin from 1.9.0 to 1.9.10 #889
  • chore(deps-dev): bump de.flapdoodle.embed:de.flapdoodle.embed.mongo.spring30x from 4.9.2 to 4.9.3 #887

❤️ Contributors

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

Polyflow v4.0.0

16 Oct 15:49
Compare
Choose a tag to compare

⚡ Breaking Changes

  • Support for Spring Boot 3
  • Support for Camunda 7.20
  • Support for Axon Framework 4.8
  • #852

🛠️ Chore

  • chore(deps): bump org.camunda.community.mockito:camunda-platform-7-mockito from 6.19.1 to 7.20.0 #881
  • chore(deps): bump org.camunda.bpm:camunda-bpm-assert from 7.19.0 to 7.20.0 #879
  • chore(deps): bump camunda-bpm.version from 7.19.0 to 7.20.0 #878
  • chore(deps): bump org.camunda.commons:camunda-commons-typed-values from 7.19.0 to 7.20.0 #877
  • chore(deps): bump axon-gateway-extension.version from 1.1.2 to 2.0.0 #871
  • chore(deps): bump axon-gateway-extension.version from 1.1.2 to 2.0.0 #870
  • chore(deps): bump org.axonframework:axon-bom from 4.6.6 to 4.8.3 #865
  • chore(deps): bump axon-kotlin from 4.7.0 to 4.8.0 #833

❤️ Contributors

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