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

bump: akka-persistence-r2dbc 1.2.5 in samples #1178

Merged
merged 1 commit into from
Aug 15, 2024

Conversation

patriknw
Copy link
Member

@patriknw patriknw commented Aug 6, 2024

No description provided.

@pvlugter
Copy link
Contributor

pvlugter commented Aug 7, 2024

Pin sql server and update yugabyte docker compose in #1179

@patriknw
Copy link
Member Author

patriknw commented Aug 8, 2024

we have some mix of Akka 2.9.3 and 2.9.4 in samples because of this, I'll take a look

Comment on lines 51 to 63
final case class RuntimeState(
items: ORSet[Item],
closed: Set[ReplicaId],
checkedOut: Option[Instant],
vipCustomer: Boolean)
extends CborSerializable {

def foo(oldState: State, newState: State): RuntimeState ={
val newItems = newState.items.diff(oldState.items)
items.+()
}

}
Copy link
Contributor

Choose a reason for hiding this comment

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

Was the shopping cart sample code expected to be updated in this PR? Don't see RuntimeState used.

Copy link
Member Author

Choose a reason for hiding this comment

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

Thanks, that must be some completely unrelated exeriment.

* and Akka 2.9.4 since that is the version from r2dbc
@pvlugter pvlugter merged commit 4eb23c8 into main Aug 15, 2024
22 checks passed
@pvlugter pvlugter deleted the wip-r2dbc-1.2.5-patriknw branch August 15, 2024 22:52
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