-
Couldn't load subscription status.
- Fork 1.1k
Remove Akka.Persistence.Sql.Common and Akka.Persistence.Query.Sql #7551
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
Remove Akka.Persistence.Sql.Common and Akka.Persistence.Query.Sql #7551
Conversation
Deprecated and no longer maintained - part of akkadotnet#7252 close akkadotnet#7550
|
I essentially inlined all of the Akka.Persistence.Sql.Common internals into the Akka.Persistence.Sqlite package. I've kept all of the namespaces exactly as they were before, so there should be no breaking changes for Akka.Persistence.eSqlite users. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Deatiled my changes
| /// TBD | ||
| /// </summary> | ||
| /// <param name="setup">TBD</param> | ||
| [Obsolete("Getting removed in v1.6")] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The batching journals have always been buggy and we're not going to be debugging them anymore. Going to open a separate PR to delete their test suite.
| } | ||
| } | ||
|
|
||
| akka.persistence.query.journal.sql { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Inlined the akka.persistence.query.journal.sql into the Akka.Persistence.Sqlite/reference.conf to maintain backwards compat for Sqlite users.
| return VerifyAssembly<PersistenceQuery>(); | ||
| } | ||
|
|
||
| [Fact] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Removed these two assemblies from API approvals
|
Looks like we're going to need to clean up documentation before this can be merged in - cc @Arkatufus |
|
The Akka.Persistence.Sqlite test suite is failing - should be an easy fix but this PR isn't going to clear the runway until that gets resolved. |
Changes
Deprecated and no longer maintained - part of #7252
close #7550
Checklist
For significant changes, please ensure that the following have been completed (delete if not relevant):