-
Notifications
You must be signed in to change notification settings - Fork 637
Comparing changes
Open a pull request
base repository: camunda/camunda
base: 8.2.14
head repository: camunda/camunda
compare: 8.2.15
- 18 commits
- 64 files changed
- 5 contributors
Commits on Sep 27, 2023
-
deps(maven): bump io.camunda:identity-sdk from 8.2.13 to 8.2.14
Bumps io.camunda:identity-sdk from 8.2.13 to 8.2.14. --- updated-dependencies: - dependency-name: io.camunda:identity-sdk dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for a86b44d - Browse repository at this point
Copy the full SHA a86b44dView commit details -
deps(maven): bump software.amazon.awssdk:bom from 2.20.154 to 2.20.155
Bumps software.amazon.awssdk:bom from 2.20.154 to 2.20.155. --- updated-dependencies: - dependency-name: software.amazon.awssdk:bom dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 9c051ba - Browse repository at this point
Copy the full SHA 9c051baView commit details -
14473: deps(maven): bump io.camunda:identity-sdk from 8.2.13 to 8.2.14 r=github-actions[bot] a=dependabot[bot] Bumps io.camunda:identity-sdk from 8.2.13 to 8.2.14. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=io.camunda:identity-sdk&package-manager=maven&previous-version=8.2.13&new-version=8.2.14)](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 it yourself. You can also trigger a rebase manually by commenting ``@dependabot` rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> 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 <dependency name> 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) </details> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for fcb16ef - Browse repository at this point
Copy the full SHA fcb16efView commit details -
14474: deps(maven): bump software.amazon.awssdk:bom from 2.20.154 to 2.20.155 r=github-actions[bot] a=dependabot[bot] Bumps software.amazon.awssdk:bom from 2.20.154 to 2.20.155. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=software.amazon.awssdk:bom&package-manager=maven&previous-version=2.20.154&new-version=2.20.155)](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 it yourself. You can also trigger a rebase manually by commenting ``@dependabot` rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> 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 <dependency name> 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) </details> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 65f2228 - Browse repository at this point
Copy the full SHA 65f2228View commit details -
fix: reduce scope for AppendListener
In order to remove a memory leak we need to reduce the references to the indexed record. This commit adjustes the AppendListener#onCommit to only pass in the index instead of the whole object. (cherry picked from commit d57c39d)
Configuration menu - View commit details
-
Copy full SHA for 5ed5199 - Browse repository at this point
Copy the full SHA 5ed5199View commit details -
(cherry picked from commit 92b9c54)
Configuration menu - View commit details
-
Copy full SHA for 6d585ac - Browse repository at this point
Copy the full SHA 6d585acView commit details -
fix: keep track of written indexed records
Allow to keep track of pending written indexed records, which are only put into committed list if index is actually committed. (cherry picked from commit b79f8a3)
Configuration menu - View commit details
-
Copy full SHA for 79a3912 - Browse repository at this point
Copy the full SHA 79a3912View commit details -
(cherry picked from commit 33f642f)
Configuration menu - View commit details
-
Copy full SHA for c5f4027 - Browse repository at this point
Copy the full SHA c5f4027View commit details -
fix: reduce scope for AppendListener#onError
In order to remove a memory leak we need to reduce the references to the indexed record. This commit adjustes the AppendListener#onError to only pass in the index instead of the whole object. (cherry picked from commit 33a03f8)
Configuration menu - View commit details
-
Copy full SHA for 1a815c9 - Browse repository at this point
Copy the full SHA 1a815c9View commit details -
fix: keep track of written indexed records
Allow to keep track of pending written indexed records, which are only put into committed list if index is actually committed. (cherry picked from commit 05b420f)
Configuration menu - View commit details
-
Copy full SHA for 6d448b9 - Browse repository at this point
Copy the full SHA 6d448b9View commit details -
refactor: rework RaftCommittedEntryListener
Iterate over RaftCommittedEntryListener and refactor the listener such it serves the actual need. We have some services (to be specific the AsyncSnapshotDirector) which need the committed position, and want to listen to new updates. In raft we know which record we are committing and whether it was an application record so we can pass this information threw the listeners. This avoids to pass in the whole IndexedRecord object, and reduce the potential of going out of OOM because of keeping to much data in heap (when commit is not possible). (cherry picked from commit daad65c)
Configuration menu - View commit details
-
Copy full SHA for 236b0fe - Browse repository at this point
Copy the full SHA 236b0feView commit details -
refactor: use parameter instead of object
Instead of holding the object reference in the lambda use the commitIndex parameter (cherry picked from commit a88be3e)
Configuration menu - View commit details
-
Copy full SHA for 6477151 - Browse repository at this point
Copy the full SHA 6477151View commit details -
(cherry picked from commit 01bb3e5)
Configuration menu - View commit details
-
Copy full SHA for d86493a - Browse repository at this point
Copy the full SHA d86493aView commit details -
(cherry picked from commit a8a50a9)
Configuration menu - View commit details
-
Copy full SHA for 45d10cd - Browse repository at this point
Copy the full SHA 45d10cdView commit details -
14492: [Backport stable/8.2] [Backport release-8.2.15] Backport Reduced AppendListener Scope r=github-actions[bot] a=backport-action # Description Backport of #14488 to `stable/8.2`. relates to #14312 #14275 #14275 original author: `@megglos` Co-authored-by: Christopher Zell <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for c50db78 - Browse repository at this point
Copy the full SHA c50db78View commit details -
deps(identity): update identity to 8.2.15
github-actions[update-identity]@users.noreply.github.com committedSep 27, 2023 Configuration menu - View commit details
-
Copy full SHA for 22798e3 - Browse repository at this point
Copy the full SHA 22798e3View commit details -
build(project): update go embedded version data
github-actions[release]@users.noreply.github.com committedSep 27, 2023 Configuration menu - View commit details
-
Copy full SHA for dccd44a - Browse repository at this point
Copy the full SHA dccd44aView commit details -
[maven-release-plugin] prepare release 8.2.15
github-actions[release]@users.noreply.github.com committedSep 27, 2023 Configuration menu - View commit details
-
Copy full SHA for 393b02d - Browse repository at this point
Copy the full SHA 393b02dView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff 8.2.14...8.2.15