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 Bookmark Manager for no longer tracking per database #1335

Merged
merged 2 commits into from
Nov 25, 2022

Conversation

bigmontz
Copy link
Contributor

BookmarkManager interface changes:

  • The methods getBookmarks and getAllBookmarks were merge into getBookmarks.
  • forget was removed.
  • The database param was removed from the updateBookmarks method.

BookmarkManagerConfig changes:

  • The BookmarksSupplier interface was replaced by Supplier<Set>.
  • The bookmarksConsumer changed its type to Consumer<Set>.
  • initialBookmarks changed its type to Set

BookmarkManager interface changes:
* The methods `getBookmarks` and `getAllBookmarks` were merge into `getBookmarks`.
* `forget` was removed.
* The database param was removed from the `updateBookmarks` method.

BookmarkManagerConfig changes:
* The BookmarksSupplier interface was replaced by Supplier<Set<Bookmark>>.
* The bookmarksConsumer changed its type to Consumer<Set<Bookmark>>.
* `initialBookmarks` changed its type to Set<Bookmark>
@bigmontz bigmontz requested a review from injectives November 24, 2022 15:19
@bigmontz
Copy link
Contributor Author

Depends on: neo4j-drivers/testkit#534

@injectives injectives merged commit 8756a42 into neo4j:5.0 Nov 25, 2022
@bigmontz bigmontz deleted the 5.x-update-bmm-implementation branch November 25, 2022 11:13
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