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

Update release with latest changes #443

Merged
merged 11 commits into from
Oct 9, 2023
Merged

Update release with latest changes #443

merged 11 commits into from
Oct 9, 2023

Conversation

mpgxvii
Copy link
Member

@mpgxvii mpgxvii commented Oct 9, 2023

mpgxvii and others added 11 commits April 3, 2023 17:35
HTTP/1.1 does less connection sharing, causing the requests to go
through without connection resets.
In the previous handling of events, event were handled
immediately during the transaction, in the same thread. This caused a
lot of delays, blocking the database threads. The EventListener annotations are replaced by
TransactionalEventListener to ensure that the previous transaction has
been committed before processing the event. It explicitly creates
a new transaction to avoid overlapping transactions. Finally, it enables
async processing to avoid the existing transaction threads being blocked.
Remove unused spring-data-rest dependency
Use async processing to avoid database timeouts
@mpgxvii mpgxvii marked this pull request as ready for review October 9, 2023 11:00
@mpgxvii mpgxvii mentioned this pull request Oct 9, 2023
Copy link
Member

@blootsvoets blootsvoets left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@mpgxvii mpgxvii merged commit 75f353d into release-2.4.0 Oct 9, 2023
1 check passed
@mpgxvii mpgxvii deleted the update-release branch October 9, 2023 11:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants