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

R3SOL-0 Remove hibernate dependency from ledger persistence lib #6368

Conversation

driessamyn
Copy link

@driessamyn driessamyn commented Oct 21, 2024

Removes Hibernate dependency from the ledger-persistence lib.

Copy link

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

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

PR title failed to match regex -> ^((CORDA|EG|ENT|INFRA|CORE|DOC|ES|DA5|DI|R3SOL)-\d+)(.*)

override fun findSignedTransactionIdsAndStatuses(
transactionIds: List<String>
): Map<SecureHash, String> {
return entityManagerFactory.transaction { em ->
repository.findSignedTransactionIdsAndStatuses(em, transactionIds)
entityManagerFactory.createEntityManager().use { em ->
Copy link
Contributor

Choose a reason for hiding this comment

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

Why did you have to remove the transaction here?

@corda-jenkins-ci02
Copy link
Contributor

corda-jenkins-ci02 bot commented Oct 23, 2024

Jenkins build for PR 6368 build 26

Build Successful:
Jar artifact version produced by this PR: 5.3.0.0-alpha-1730376254885
Helm chart version produced by this PR: 5.3.0-alpha.1730376254885
Helm chart pushed to: oci://corda-os-docker-dev.software.r3.com/helm-charts/pr-6368/corda
Helm chart Polaris score: 82

@driessamyn driessamyn force-pushed the driessamyn/spike/remove-hibernate-from-ledger-persistence branch from ff03825 to 9260f63 Compare October 24, 2024 10:34
@driessamyn driessamyn changed the title SPIKE - Remove hibernate dependency from ledger persistence lib R3SOL-0 Remove hibernate dependency from ledger persistence lib Oct 24, 2024
@github-actions github-actions bot dismissed their stale review October 24, 2024 17:54

All good!

@driessamyn driessamyn marked this pull request as ready for review October 24, 2024 18:55
@driessamyn driessamyn requested review from a team as code owners October 24, 2024 18:55
…fDoesNotExist` case.

NOTE: includes a lot of println lines for debugging, will be removed once verified.
@driessamyn driessamyn requested a review from a team as a code owner October 30, 2024 21:25
Copy link

@driessamyn driessamyn requested a review from lankydan October 31, 2024 13:07
@driessamyn driessamyn merged commit fa70322 into release/os/5.3 Oct 31, 2024
6 checks passed
@driessamyn driessamyn deleted the driessamyn/spike/remove-hibernate-from-ledger-persistence branch October 31, 2024 14:12
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