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
66 stars 26 forks source link

chore(deps): bump springboot.version from 2.7.15 to 2.7.16 #873

Closed dependabot[bot] closed 10 months ago

dependabot[bot] commented 10 months ago

Bumps springboot.version from 2.7.15 to 2.7.16. Updates org.springframework.boot:spring-boot-dependencies from 2.7.15 to 2.7.16

Release notes

Sourced from org.springframework.boot:spring-boot-dependencies's releases.

v2.7.16

:star: New Features

  • Add TWENTY_ONE to JavaVersion enum #37362

:lady_beetle: Bug Fixes

  • Invalid Accept header produces HTTP 500 in WelcomePageHandlerMapping #37455
  • PrivateKeyParser doesn't support ed448, XDH and RSA-PSS keys #37237
  • Parsing OCI image names that are invalid due to the use of upper case letters is very slow #35657
  • Using https with elliptic curves other than secp384r1 fails #34232
  • Saml2RelyingPartyAutoConfiguration ignores sign-request when metadata-url is used #33747
  • Leaking file descriptor / socket within DomainSocket tooling #32423

:notebook_with_decorative_cover: Documentation

  • Correct the description of spring.artemis.broker-url #37260
  • Add default value metadata for management.metrics.export.signalfx.published-histogram-type #37210
  • Document that PKCS8 PEM files should be used whenever possible #37170
  • Polish javadoc #37112

:hammer: Dependency Upgrades

  • Upgrade to Elasticsearch 7.17.13 #37286
  • Upgrade to Jetty 9.4.52.v20230823 #37287
  • Upgrade to Lombok 1.18.30 #37486
  • Upgrade to Micrometer 1.9.15 #37245
  • Upgrade to Reactor Bom 2020.0.36 #37246
  • Upgrade to Spring AMQP 2.4.16 #37247
  • Upgrade to Spring Data Bom 2021.2.16 #37248
  • Upgrade to Spring Framework 5.3.30 #37249
  • Upgrade to Spring GraphQL 1.0.6 #37250
  • Upgrade to Spring Integration 5.5.19 #37251
  • Upgrade to Spring Security 5.7.11 #37414
  • Upgrade to Spring WS 3.1.7 #37415
  • Upgrade to Tomcat 9.0.80 #37288

:heart: Contributors

Thank you to all the contributors who worked on this release:

@​dependabot[bot], @​hakan-krgn, @​izeye, @​mdeinum, and @​quaff

Commits
  • 01caff4 Release v2.7.16
  • b83e7b4 Update copyright year of changed files
  • e10ac76 Polish
  • d28982f Upgrade to Spring Integration 5.5.19
  • 94478c2 Upgrade to Lombok 1.18.30
  • 0ed455b Apply SAML2 sign-request even if metadata url is set
  • 4a6dd95 Upgrade to Spring GraphQL 1.0.6
  • 6805a33 Close file handle on exceptions during connect
  • 95690f7 Fall back to all media types if encountering invalid Accept header
  • 1f527c3 Upgrade to Spring WS 3.1.7
  • Additional commits viewable in compare view


Updates org.springframework.boot:spring-boot-starter-test from 2.7.15 to 2.7.16

Release notes

Sourced from org.springframework.boot:spring-boot-starter-test's releases.

v2.7.16

:star: New Features

  • Add TWENTY_ONE to JavaVersion enum #37362

:lady_beetle: Bug Fixes

  • Invalid Accept header produces HTTP 500 in WelcomePageHandlerMapping #37455
  • PrivateKeyParser doesn't support ed448, XDH and RSA-PSS keys #37237
  • Parsing OCI image names that are invalid due to the use of upper case letters is very slow #35657
  • Using https with elliptic curves other than secp384r1 fails #34232
  • Saml2RelyingPartyAutoConfiguration ignores sign-request when metadata-url is used #33747
  • Leaking file descriptor / socket within DomainSocket tooling #32423

:notebook_with_decorative_cover: Documentation

  • Correct the description of spring.artemis.broker-url #37260
  • Add default value metadata for management.metrics.export.signalfx.published-histogram-type #37210
  • Document that PKCS8 PEM files should be used whenever possible #37170
  • Polish javadoc #37112

:hammer: Dependency Upgrades

  • Upgrade to Elasticsearch 7.17.13 #37286
  • Upgrade to Jetty 9.4.52.v20230823 #37287
  • Upgrade to Lombok 1.18.30 #37486
  • Upgrade to Micrometer 1.9.15 #37245
  • Upgrade to Reactor Bom 2020.0.36 #37246
  • Upgrade to Spring AMQP 2.4.16 #37247
  • Upgrade to Spring Data Bom 2021.2.16 #37248
  • Upgrade to Spring Framework 5.3.30 #37249
  • Upgrade to Spring GraphQL 1.0.6 #37250
  • Upgrade to Spring Integration 5.5.19 #37251
  • Upgrade to Spring Security 5.7.11 #37414
  • Upgrade to Spring WS 3.1.7 #37415
  • Upgrade to Tomcat 9.0.80 #37288

:heart: Contributors

Thank you to all the contributors who worked on this release:

@​dependabot[bot], @​hakan-krgn, @​izeye, @​mdeinum, and @​quaff

Commits
  • 01caff4 Release v2.7.16
  • b83e7b4 Update copyright year of changed files
  • e10ac76 Polish
  • d28982f Upgrade to Spring Integration 5.5.19
  • 94478c2 Upgrade to Lombok 1.18.30
  • 0ed455b Apply SAML2 sign-request even if metadata url is set
  • 4a6dd95 Upgrade to Spring GraphQL 1.0.6
  • 6805a33 Close file handle on exceptions during connect
  • 95690f7 Fall back to all media types if encountering invalid Accept header
  • 1f527c3 Upgrade to Spring WS 3.1.7
  • Additional commits viewable in compare view


Most Recent Ignore Conditions Applied to This Pull Request | Dependency Name | Ignore Conditions | | --- | --- | | org.springframework.boot:spring-boot-dependencies | [>= 3.a, < 4] | | org.springframework.boot:spring-boot-starter-test | [>= 3.a, < 4] |

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 10 months ago

Codecov Report

Patch coverage: 20.81% and project coverage change: -0.40% :warning:

Comparison is base (fe9568a) 27.22% compared to head (a0c0e4a) 26.83%. Report is 134 commits behind head on develop.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## develop #873 +/- ## ============================================= - Coverage 27.22% 26.83% -0.40% - Complexity 395 399 +4 ============================================= Files 232 243 +11 Lines 6034 6476 +442 Branches 475 525 +50 ============================================= + Hits 1643 1738 +95 - Misses 4278 4615 +337 - Partials 113 123 +10 ``` | [Files Changed](https://app.codecov.io/gh/holunda-io/camunda-bpm-taskpool/pull/873?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/873?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/873?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/873?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/873?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%> (ø)` | | | [...tor/process/definition/ProcessDefinitionService.kt](https://app.codecov.io/gh/holunda-io/camunda-bpm-taskpool/pull/873?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=holunda-io#diff-aW50ZWdyYXRpb24vY2FtdW5kYS1icG0vdGFza3Bvb2wtY29sbGVjdG9yL3NyYy9tYWluL2tvdGxpbi9pby9ob2x1bmRhL3BvbHlmbG93L3Rhc2twb29sL2NvbGxlY3Rvci9wcm9jZXNzL2RlZmluaXRpb24vUHJvY2Vzc0RlZmluaXRpb25TZXJ2aWNlLmt0) | `12.12% <0.00%> (-1.22%)` | :arrow_down: | | [...pool/collector/task/TaskServiceCollectorService.kt](https://app.codecov.io/gh/holunda-io/camunda-bpm-taskpool/pull/873?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/873?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/873?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/873?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/873?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%> (ø)` | | | ... and [30 more](https://app.codecov.io/gh/holunda-io/camunda-bpm-taskpool/pull/873?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/873/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.