Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(inbound): fix saving already processed process definition keys #1883

Conversation

markfarkas-camunda
Copy link
Contributor

Description

We changed the way we interact with Operate, so it won't throw OperateException anymore, so I made the exception catching generic.

Had to move where we add the process definition keys to the registeredProcessDefinitionKeys set, in order to avoid potential issue (see details in the ticket)

Related issues

closes #
#1881

@markfarkas-camunda markfarkas-camunda requested a review from a team as a code owner February 1, 2024 16:11
@markfarkas-camunda markfarkas-camunda self-assigned this Feb 2, 2024
@markfarkas-camunda markfarkas-camunda added this pull request to the merge queue Feb 5, 2024
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to failed status checks Feb 5, 2024
@markfarkas-camunda markfarkas-camunda added this pull request to the merge queue Feb 5, 2024
Merged via the queue into main with commit fb09ab5 Feb 5, 2024
10 checks passed
@markfarkas-camunda markfarkas-camunda deleted the 1881-Imported-process-definitions-should-not-be-added-to-registeredProcessDefinitionKeys-before-handling-them branch February 5, 2024 14:36
github-actions bot pushed a commit that referenced this pull request Feb 5, 2024
…1883)

* fix(inbound): fix saving already processed process definition keys

* fix(inbound): fix code formatting

(cherry picked from commit fb09ab5)
Copy link
Contributor

github-actions bot commented Feb 5, 2024

Successfully created backport PR for release/8.3:

Copy link
Contributor

github-actions bot commented Feb 5, 2024

Successfully created backport PR for release/8.4:

github-actions bot pushed a commit that referenced this pull request Feb 5, 2024
…1883)

* fix(inbound): fix saving already processed process definition keys

* fix(inbound): fix code formatting

(cherry picked from commit fb09ab5)
markfarkas-camunda added a commit that referenced this pull request Feb 5, 2024
…1883)

* fix(inbound): fix saving already processed process definition keys

* fix(inbound): fix code formatting

(cherry picked from commit fb09ab5)
markfarkas-camunda added a commit that referenced this pull request Feb 5, 2024
…1883)

* fix(inbound): fix saving already processed process definition keys

* fix(inbound): fix code formatting

(cherry picked from commit fb09ab5)
@markfarkas-camunda
Copy link
Contributor Author

/backport

Copy link
Contributor

github-actions bot commented Feb 5, 2024

Backport failed for release/8.3, because it was unable to cherry-pick the commit(s).

Please cherry-pick the changes locally and resolve any conflicts.

git fetch origin release/8.3
git worktree add -d .worktree/backport-1883-to-release/8.3 origin/release/8.3
cd .worktree/backport-1883-to-release/8.3
git switch --create backport-1883-to-release/8.3
git cherry-pick -x fb09ab5688bb30c1f065bfb9b971f294e6e8810f

Copy link
Contributor

github-actions bot commented Feb 5, 2024

Backport failed for release/8.4, because it was unable to cherry-pick the commit(s).

Please cherry-pick the changes locally and resolve any conflicts.

git fetch origin release/8.4
git worktree add -d .worktree/backport-1883-to-release/8.4 origin/release/8.4
cd .worktree/backport-1883-to-release/8.4
git switch --create backport-1883-to-release/8.4
git cherry-pick -x fb09ab5688bb30c1f065bfb9b971f294e6e8810f

github-actions bot pushed a commit that referenced this pull request Feb 5, 2024
…1883)

* fix(inbound): fix saving already processed process definition keys

* fix(inbound): fix code formatting

(cherry picked from commit fb09ab5)
Copy link
Contributor

github-actions bot commented Feb 5, 2024

Successfully created backport PR for release/8.5:

markfarkas-camunda added a commit that referenced this pull request Feb 5, 2024
…1883)

* fix(inbound): fix saving already processed process definition keys

* fix(inbound): fix code formatting

(cherry picked from commit fb09ab5)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants