holunda-io / camunda-bpm-taskpool

Library for pooling user tasks and process related business objects.
https://www.holunda.io/camunda-bpm-taskpool/
Apache License 2.0
67 stars 26 forks source link

chore(deps): bump kotlin.version from 1.9.0 to 1.9.10 #857

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps kotlin.version from 1.9.0 to 1.9.10. Updates org.jetbrains.kotlin:kotlin-bom from 1.9.0 to 1.9.10

Release notes

Sourced from org.jetbrains.kotlin:kotlin-bom's releases.

Kotlin 1.9.10

Changelog

Compiler

  • KT-60769 Partially revert KT-58371
  • KT-60659 Incorrect 'unresolved reference: addFirst' error with JDK 21
  • KT-60371 Native custom allocator link error
  • KT-60986 Native: static caches with custom runtime options are broken on Linux
  • KT-60770 Fix false-positive ABSTRACT_MEMBER_NOT_IMPLEMENTED on toArray with JDK 21
  • KT-60231 NoClassDefFoundError: $$$$$NON_LOCAL_RETURN$$$$$ after upgrade to Kotlin 1.9.0

JavaScript

  • KT-60785 KJS: Destructured value class in suspend function fails with Uncaught TypeError: can't convert to primitive type error
  • KT-60852 Kotlin JS(IR): IllegalArgumentException: Cross module dependency resolution failed when updating to Kotlin 1.9.0
  • KT-57509 KJS: Compiler generates native JS operator == for comparing values with Any type

Native

  • KT-60230 Native: "unknown options: -ios_simulator_version_min -sdk_version" with Xcode 15 beta 3
  • KT-60758 Native: Building for 'iOS-simulator', but linking in dylib built for 'iOS' in Xcode 15 beta 4

Native. C and ObjC Import

  • KT-59167 Native: cinterop is unable to build interop libraries against the Xcode 15 Beta 1

Tools. Gradle

  • KT-61147 Kotlin Compiler 1.9.0 bundles a stripped unshadowed version of Gson
  • KT-60543 NoClassDefFoundError for com/gradle/scan/plugin/BuildScanExtension

Checksums

File Sha256
kotlin-compiler-1.9.10.zip 7d74863deecf8e0f28ea54c3735feab003d0eac67e8d3a791254b16889c20342
kotlin-native-linux-x86_64-1.9.10.tar.gz 1db3679919f4449514e9d82451e7dfa73558ac9bc80b82579cd74d452c8faa5b
kotlin-native-macos-x86_64-1.9.10.tar.gz f5650f2560438a692803d8fe07124529c19f1972f84fe09cfa2329b93f43828d
kotlin-native-macos-aarch64-1.9.10.tar.gz d2cf5a484ac0808ab29fd3f6099df7c07330f81f3cbab949947e42e36138c3de
kotlin-native-windows-x86_64-1.9.10.zip a34d56661455e94e1ba4dd09ec3c1adac6148fdedcf55eefb9a79c8ed01ff02c
Changelog

Sourced from org.jetbrains.kotlin:kotlin-bom's changelog.

1.9.10

Compiler

  • KT-60769 Partially revert KT-58371
  • KT-60659 Incorrect 'unresolved reference: addFirst' error with JDK 21
  • KT-60371 Native custom allocator link error
  • KT-60986 Native: static caches with custom runtime options are broken on Linux
  • KT-60770 Fix false-positive ABSTRACT_MEMBER_NOT_IMPLEMENTED on toArray with JDK 21
  • KT-60231 NoClassDefFoundError: $$$$$NON_LOCAL_RETURN$$$$$ after upgrade to Kotlin 1.9.0

JavaScript

  • KT-60785 KJS: Destructured value class in suspend function fails with Uncaught TypeError: can't convert to primitive type error
  • KT-60852 Kotlin JS(IR): IllegalArgumentException: Cross module dependency resolution failed when updating to Kotlin 1.9.0
  • KT-57509 KJS: Compiler generates native JS operator == for comparing values with Any type

Native

  • KT-60230 Native: "unknown options: -ios_simulator_version_min -sdk_version" with Xcode 15 beta 3
  • KT-60758 Native: Building for 'iOS-simulator', but linking in dylib built for 'iOS' in Xcode 15 beta 4

Native. C and ObjC Import

  • KT-59167 Native: cinterop is unable to build interop libraries against the Xcode 15 Beta 1

Tools. Gradle

  • KT-61147 Kotlin Compiler 1.9.0 bundles a stripped unshadowed version of Gson
  • KT-60543 NoClassDefFoundError for com/gradle/scan/plugin/BuildScanExtension
Commits
  • 3db61ef [K/JS] Revert KT-60785 fix because the 1.9.0 contains old schema for function...
  • 3584af4 Add ChangeLog for 1.9.10
  • 7bab2db Remove gson from compiler fat jar
  • b925404 [K/JS] Fix autoboxing for inlined function ^KT-60785 Fixed
  • 5801279 [JS IR] De-optimize equality operator as workaround for KT-57509
  • 79d3dda [K/N] Update osVersionMin for arm ios and tvos simulators
  • 955598c [K/N] Pick minimal iOS/tvOS depending on the Xcode version
  • b1aa582 [K/N] Do not check caches consistency until all of them are built
  • 0f6d84c [K/N][tests] Added a reproducer for #KT-60371
  • d3b8607 [K/N][tests] Fixed CachesAutoBuildTest
  • Additional commits viewable in compare view


Updates org.jetbrains.kotlin:kotlin-test-junit from 1.9.0 to 1.9.10

Release notes

Sourced from org.jetbrains.kotlin:kotlin-test-junit's releases.

Kotlin 1.9.10

Changelog

Compiler

  • KT-60769 Partially revert KT-58371
  • KT-60659 Incorrect 'unresolved reference: addFirst' error with JDK 21
  • KT-60371 Native custom allocator link error
  • KT-60986 Native: static caches with custom runtime options are broken on Linux
  • KT-60770 Fix false-positive ABSTRACT_MEMBER_NOT_IMPLEMENTED on toArray with JDK 21
  • KT-60231 NoClassDefFoundError: $$$$$NON_LOCAL_RETURN$$$$$ after upgrade to Kotlin 1.9.0

JavaScript

  • KT-60785 KJS: Destructured value class in suspend function fails with Uncaught TypeError: can't convert to primitive type error
  • KT-60852 Kotlin JS(IR): IllegalArgumentException: Cross module dependency resolution failed when updating to Kotlin 1.9.0
  • KT-57509 KJS: Compiler generates native JS operator == for comparing values with Any type

Native

  • KT-60230 Native: "unknown options: -ios_simulator_version_min -sdk_version" with Xcode 15 beta 3
  • KT-60758 Native: Building for 'iOS-simulator', but linking in dylib built for 'iOS' in Xcode 15 beta 4

Native. C and ObjC Import

  • KT-59167 Native: cinterop is unable to build interop libraries against the Xcode 15 Beta 1

Tools. Gradle

  • KT-61147 Kotlin Compiler 1.9.0 bundles a stripped unshadowed version of Gson
  • KT-60543 NoClassDefFoundError for com/gradle/scan/plugin/BuildScanExtension

Checksums

File Sha256
kotlin-compiler-1.9.10.zip 7d74863deecf8e0f28ea54c3735feab003d0eac67e8d3a791254b16889c20342
kotlin-native-linux-x86_64-1.9.10.tar.gz 1db3679919f4449514e9d82451e7dfa73558ac9bc80b82579cd74d452c8faa5b
kotlin-native-macos-x86_64-1.9.10.tar.gz f5650f2560438a692803d8fe07124529c19f1972f84fe09cfa2329b93f43828d
kotlin-native-macos-aarch64-1.9.10.tar.gz d2cf5a484ac0808ab29fd3f6099df7c07330f81f3cbab949947e42e36138c3de
kotlin-native-windows-x86_64-1.9.10.zip a34d56661455e94e1ba4dd09ec3c1adac6148fdedcf55eefb9a79c8ed01ff02c
Changelog

Sourced from org.jetbrains.kotlin:kotlin-test-junit's changelog.

1.9.10

Compiler

  • KT-60769 Partially revert KT-58371
  • KT-60659 Incorrect 'unresolved reference: addFirst' error with JDK 21
  • KT-60371 Native custom allocator link error
  • KT-60986 Native: static caches with custom runtime options are broken on Linux
  • KT-60770 Fix false-positive ABSTRACT_MEMBER_NOT_IMPLEMENTED on toArray with JDK 21
  • KT-60231 NoClassDefFoundError: $$$$$NON_LOCAL_RETURN$$$$$ after upgrade to Kotlin 1.9.0

JavaScript

  • KT-60785 KJS: Destructured value class in suspend function fails with Uncaught TypeError: can't convert to primitive type error
  • KT-60852 Kotlin JS(IR): IllegalArgumentException: Cross module dependency resolution failed when updating to Kotlin 1.9.0
  • KT-57509 KJS: Compiler generates native JS operator == for comparing values with Any type

Native

  • KT-60230 Native: "unknown options: -ios_simulator_version_min -sdk_version" with Xcode 15 beta 3
  • KT-60758 Native: Building for 'iOS-simulator', but linking in dylib built for 'iOS' in Xcode 15 beta 4

Native. C and ObjC Import

  • KT-59167 Native: cinterop is unable to build interop libraries against the Xcode 15 Beta 1

Tools. Gradle

  • KT-61147 Kotlin Compiler 1.9.0 bundles a stripped unshadowed version of Gson
  • KT-60543 NoClassDefFoundError for com/gradle/scan/plugin/BuildScanExtension
Commits
  • 3db61ef [K/JS] Revert KT-60785 fix because the 1.9.0 contains old schema for function...
  • 3584af4 Add ChangeLog for 1.9.10
  • 7bab2db Remove gson from compiler fat jar
  • b925404 [K/JS] Fix autoboxing for inlined function ^KT-60785 Fixed
  • 5801279 [JS IR] De-optimize equality operator as workaround for KT-57509
  • 79d3dda [K/N] Update osVersionMin for arm ios and tvos simulators
  • 955598c [K/N] Pick minimal iOS/tvOS depending on the Xcode version
  • b1aa582 [K/N] Do not check caches consistency until all of them are built
  • 0f6d84c [K/N][tests] Added a reproducer for #KT-60371
  • d3b8607 [K/N][tests] Fixed CachesAutoBuildTest
  • Additional commits viewable in compare view


Updates org.jetbrains.kotlin:kotlin-maven-allopen from 1.9.0 to 1.9.10

Updates org.jetbrains.kotlin:kotlin-maven-noarg from 1.9.0 to 1.9.10

Updates org.jetbrains.kotlin:kotlin-maven-plugin from 1.9.0 to 1.9.10

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
codecov[bot] commented 1 year ago

Codecov Report

Patch coverage: 21.66% and project coverage change: -0.36% :warning:

Comparison is base (fe9568a) 27.22% compared to head (ab55c7e) 26.87%. Report is 111 commits behind head on develop.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## develop #857 +/- ## ============================================= - Coverage 27.22% 26.87% -0.36% - Complexity 395 399 +4 ============================================= Files 232 243 +11 Lines 6034 6467 +433 Branches 475 521 +46 ============================================= + Hits 1643 1738 +95 - Misses 4278 4606 +328 - Partials 113 123 +10 ``` | [Files Changed](https://app.codecov.io/gh/holunda-io/camunda-bpm-taskpool/pull/857?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=holunda-io) | Coverage Δ | | |---|---|---| | [...kpool/api/process/variable/ProcessVariableValue.kt](https://app.codecov.io/gh/holunda-io/camunda-bpm-taskpool/pull/857?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=holunda-io#diff-Y29yZS90YXNrcG9vbC90YXNrcG9vbC1hcGkvc3JjL21haW4va290bGluL2lvL2hvbHVuZGEvY2FtdW5kYS90YXNrcG9vbC9hcGkvcHJvY2Vzcy92YXJpYWJsZS9Qcm9jZXNzVmFyaWFibGVWYWx1ZS5rdA==) | `0.00% <0.00%> (ø)` | | | [...munda/taskpool/api/task/EngineTaskCommandFilter.kt](https://app.codecov.io/gh/holunda-io/camunda-bpm-taskpool/pull/857?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=holunda-io#diff-Y29yZS90YXNrcG9vbC90YXNrcG9vbC1hcGkvc3JjL21haW4va290bGluL2lvL2hvbHVuZGEvY2FtdW5kYS90YXNrcG9vbC9hcGkvdGFzay9FbmdpbmVUYXNrQ29tbWFuZEZpbHRlci5rdA==) | `0.00% <0.00%> (ø)` | | | [.../core/task/TaskAggregateEngineTaskCommandFilter.kt](https://app.codecov.io/gh/holunda-io/camunda-bpm-taskpool/pull/857?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=holunda-io#diff-Y29yZS90YXNrcG9vbC90YXNrcG9vbC1jb3JlL3NyYy9tYWluL2tvdGxpbi9pby9ob2x1bmRhL3BvbHlmbG93L3Rhc2twb29sL2NvcmUvdGFzay9UYXNrQWdncmVnYXRlRW5naW5lVGFza0NvbW1hbmRGaWx0ZXIua3Q=) | `0.00% <0.00%> (ø)` | | | [.../holunda/polyflow/taskpool/TaskEntityExtensions.kt](https://app.codecov.io/gh/holunda-io/camunda-bpm-taskpool/pull/857?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=holunda-io#diff-aW50ZWdyYXRpb24vY2FtdW5kYS1icG0vdGFza3Bvb2wtY29sbGVjdG9yL3NyYy9tYWluL2tvdGxpbi9pby9ob2x1bmRhL3BvbHlmbG93L3Rhc2twb29sL1Rhc2tFbnRpdHlFeHRlbnNpb25zLmt0) | `0.00% <0.00%> (ø)` | | | [...pool/collector/task/TaskServiceCollectorService.kt](https://app.codecov.io/gh/holunda-io/camunda-bpm-taskpool/pull/857?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=holunda-io#diff-aW50ZWdyYXRpb24vY2FtdW5kYS1icG0vdGFza3Bvb2wtY29sbGVjdG9yL3NyYy9tYWluL2tvdGxpbi9pby9ob2x1bmRhL3BvbHlmbG93L3Rhc2twb29sL2NvbGxlY3Rvci90YXNrL1Rhc2tTZXJ2aWNlQ29sbGVjdG9yU2VydmljZS5rdA==) | `0.00% <0.00%> (ø)` | | | [.../assigner/ProcessVariableChangeAssigningService.kt](https://app.codecov.io/gh/holunda-io/camunda-bpm-taskpool/pull/857?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=holunda-io#diff-aW50ZWdyYXRpb24vY2FtdW5kYS1icG0vdGFza3Bvb2wtY29sbGVjdG9yL3NyYy9tYWluL2tvdGxpbi9pby9ob2x1bmRhL3BvbHlmbG93L3Rhc2twb29sL2NvbGxlY3Rvci90YXNrL2Fzc2lnbmVyL1Byb2Nlc3NWYXJpYWJsZUNoYW5nZUFzc2lnbmluZ1NlcnZpY2Uua3Q=) | `0.00% <0.00%> (ø)` | | | [...ask/assigner/ProcessVariableTaskAssignerMapping.kt](https://app.codecov.io/gh/holunda-io/camunda-bpm-taskpool/pull/857?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=holunda-io#diff-aW50ZWdyYXRpb24vY2FtdW5kYS1icG0vdGFza3Bvb2wtY29sbGVjdG9yL3NyYy9tYWluL2tvdGxpbi9pby9ob2x1bmRhL3BvbHlmbG93L3Rhc2twb29sL2NvbGxlY3Rvci90YXNrL2Fzc2lnbmVyL1Byb2Nlc3NWYXJpYWJsZVRhc2tBc3NpZ25lck1hcHBpbmcua3Q=) | `0.00% <0.00%> (ø)` | | | [...ctor/task/assigner/ProcessVariablesTaskAssigner.kt](https://app.codecov.io/gh/holunda-io/camunda-bpm-taskpool/pull/857?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=holunda-io#diff-aW50ZWdyYXRpb24vY2FtdW5kYS1icG0vdGFza3Bvb2wtY29sbGVjdG9yL3NyYy9tYWluL2tvdGxpbi9pby9ob2x1bmRhL3BvbHlmbG93L3Rhc2twb29sL2NvbGxlY3Rvci90YXNrL2Fzc2lnbmVyL1Byb2Nlc3NWYXJpYWJsZXNUYXNrQXNzaWduZXIua3Q=) | `0.00% <0.00%> (ø)` | | | [...sk/enricher/ProcessVariablesTaskCommandEnricher.kt](https://app.codecov.io/gh/holunda-io/camunda-bpm-taskpool/pull/857?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=holunda-io#diff-aW50ZWdyYXRpb24vY2FtdW5kYS1icG0vdGFza3Bvb2wtY29sbGVjdG9yL3NyYy9tYWluL2tvdGxpbi9pby9ob2x1bmRhL3BvbHlmbG93L3Rhc2twb29sL2NvbGxlY3Rvci90YXNrL2VucmljaGVyL1Byb2Nlc3NWYXJpYWJsZXNUYXNrQ29tbWFuZEVucmljaGVyLmt0) | `0.00% <0.00%> (ø)` | | | [...w/taskpool/sender/CamundaJobSenderConfiguration.kt](https://app.codecov.io/gh/holunda-io/camunda-bpm-taskpool/pull/857?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=holunda-io#diff-aW50ZWdyYXRpb24vY2FtdW5kYS1icG0vdGFza3Bvb2wtam9iLXNlbmRlci9zcmMvbWFpbi9rb3RsaW4vaW8vaG9sdW5kYS9wb2x5Zmxvdy90YXNrcG9vbC9zZW5kZXIvQ2FtdW5kYUpvYlNlbmRlckNvbmZpZ3VyYXRpb24ua3Q=) | `0.00% <ø> (ø)` | | | ... and [29 more](https://app.codecov.io/gh/holunda-io/camunda-bpm-taskpool/pull/857?src=pr&el=tree-more&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=holunda-io) | | ... and [1 file with indirect coverage changes](https://app.codecov.io/gh/holunda-io/camunda-bpm-taskpool/pull/857/indirect-changes?src=pr&el=tree-more&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=holunda-io)

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.