File tree Expand file tree Collapse file tree 9 files changed +6
-13
lines changed
src/main/java/org/neo4j/driver Expand file tree Collapse file tree 9 files changed +6
-13
lines changed Original file line number Diff line number Diff line change 66 <parent >
77 <groupId >org.neo4j.driver</groupId >
88 <artifactId >neo4j-java-driver-parent</artifactId >
9- <version >5.7 -SNAPSHOT</version >
9+ <version >5.8 -SNAPSHOT</version >
1010 <relativePath >..</relativePath >
1111 </parent >
1212
Original file line number Diff line number Diff line change 66 <parent >
77 <groupId >org.neo4j.driver</groupId >
88 <artifactId >neo4j-java-driver-parent</artifactId >
9- <version >5.7 -SNAPSHOT</version >
9+ <version >5.8 -SNAPSHOT</version >
1010 </parent >
1111
1212 <artifactId >neo4j-java-driver</artifactId >
Original file line number Diff line number Diff line change 2020
2121import java .io .Serializable ;
2222import java .util .Set ;
23- import org .neo4j .driver .util .Preview ;
2423
2524/**
2625 * Keeps track of bookmarks and is used by the driver to ensure causal consistency between sessions and query executions.
3130 *
3231 * @see org.neo4j.driver.SessionConfig.Builder#withBookmarkManager(BookmarkManager)
3332 */
34- @ Preview (name = "Bookmark Manager" )
3533public interface BookmarkManager extends Serializable {
3634 /**
3735 * Updates bookmarks by deleting the given previous bookmarks and adding the new bookmarks.
Original file line number Diff line number Diff line change 1919package org .neo4j .driver ;
2020
2121import org .neo4j .driver .internal .Neo4jBookmarkManager ;
22- import org .neo4j .driver .util .Preview ;
2322
2423/**
2524 * Setups new instances of {@link BookmarkManager}.
2625 */
27- @ Preview (name = "Bookmark Manager" )
2826public final class BookmarkManagers {
2927 private BookmarkManagers () {}
3028 /**
Original file line number Diff line number Diff line change 3030import org .neo4j .driver .exceptions .UnsupportedFeatureException ;
3131import org .neo4j .driver .reactive .ReactiveSession ;
3232import org .neo4j .driver .reactive .RxSession ;
33- import org .neo4j .driver .util .Preview ;
3433import org .reactivestreams .Subscription ;
3534
3635/**
@@ -162,7 +161,6 @@ public Optional<String> impersonatedUser() {
162161 *
163162 * @return bookmark implementation
164163 */
165- @ Preview (name = "Bookmark Manager" )
166164 public Optional <BookmarkManager > bookmarkManager () {
167165 return Optional .ofNullable (bookmarkManager );
168166 }
@@ -377,7 +375,6 @@ public Builder withImpersonatedUser(String impersonatedUser) {
377375 * @param bookmarkManager bookmark manager implementation. Providing {@code null} effectively disables bookmark manager.
378376 * @return this builder.
379377 */
380- @ Preview (name = "Bookmark Manager" )
381378 public Builder withBookmarkManager (BookmarkManager bookmarkManager ) {
382379 this .bookmarkManager = bookmarkManager ;
383380 return this ;
Original file line number Diff line number Diff line change 66 <parent >
77 <groupId >org.neo4j.driver</groupId >
88 <artifactId >neo4j-java-driver-parent</artifactId >
9- <version >5.7 -SNAPSHOT</version >
9+ <version >5.8 -SNAPSHOT</version >
1010 </parent >
1111
1212 <groupId >org.neo4j.doc.driver</groupId >
Original file line number Diff line number Diff line change 55
66 <groupId >org.neo4j.driver</groupId >
77 <artifactId >neo4j-java-driver-parent</artifactId >
8- <version >5.7 -SNAPSHOT</version >
8+ <version >5.8 -SNAPSHOT</version >
99
1010 <packaging >pom</packaging >
1111 <name >Neo4j Java Driver Project</name >
Original file line number Diff line number Diff line change 77 <parent >
88 <artifactId >neo4j-java-driver-parent</artifactId >
99 <groupId >org.neo4j.driver</groupId >
10- <version >5.7 -SNAPSHOT</version >
10+ <version >5.8 -SNAPSHOT</version >
1111 </parent >
1212
1313 <artifactId >testkit-backend</artifactId >
Original file line number Diff line number Diff line change 66 <parent >
77 <groupId >org.neo4j.driver</groupId >
88 <artifactId >neo4j-java-driver-parent</artifactId >
9- <version >5.7 -SNAPSHOT</version >
9+ <version >5.8 -SNAPSHOT</version >
1010 <relativePath >..</relativePath >
1111 </parent >
1212
You can’t perform that action at this time.
0 commit comments