-
Notifications
You must be signed in to change notification settings - Fork 155
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update Bookmark Manager for no longer tracking per database (#1335)
* Update Bookmark Manager for no longer tracking per database 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> * Address suggestions from the review
- Loading branch information
Showing
13 changed files
with
90 additions
and
243 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
43 changes: 0 additions & 43 deletions
43
driver/src/main/java/org/neo4j/driver/BookmarksSupplier.java
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.