Skip to content

CAMEL-14761 JPAMessageIdRepository.contains() release db connection fix#3662

Merged
davsclaus merged 1 commit into
apache:masterfrom
kosciej:CAMEL-14761_camel-jpa_JPAMessageIdRepository_contains_release_fix
Mar 21, 2020
Merged

CAMEL-14761 JPAMessageIdRepository.contains() release db connection fix#3662
davsclaus merged 1 commit into
apache:masterfrom
kosciej:CAMEL-14761_camel-jpa_JPAMessageIdRepository_contains_release_fix

Conversation

@kosciej
Copy link
Copy Markdown
Contributor

@kosciej kosciej commented Mar 21, 2020

Fix for: CAMEL-14761

Issue: When using the JpaMessageIdRepository for an idempotent repo (or inProgressRepo) for file processing it holds onto connections on contains() method. Other methods add(), remove(), etc. were fixed in CAMEL-11630.

PR: code fixed in the same way as it was fixed for methods add(), remove(), etc. in: CAMEL-11630, PR

@davsclaus davsclaus merged commit e65e2fe into apache:master Mar 21, 2020
@davsclaus
Copy link
Copy Markdown
Contributor

Thanks for reporting and fixing

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.

3 participants