Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Deprecate Session#reset() #327

Merged
merged 1 commit into from
Mar 2, 2017

Conversation

lutovich
Copy link
Contributor

@lutovich lutovich commented Mar 1, 2017

Related to #205.

* It is not useful when {@link Session} is used in a single thread because in this case {@link #close()}
* can be used. Since version 3.1, Neo4j database allows users to specify maximum transaction execution time and
* contains procedures to list and terminate running queries. These functions should be used instead of calling
* this method. <b>Will be removed in the next major release.</b>
Copy link
Contributor

Choose a reason for hiding this comment

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

Can you remove "Will be removed in the next major release". We'll deprecate to indicate this will not be ported to other drivers and should be avoided whenever possible but will not be replaced until the async API is introduced.

@lutovich lutovich force-pushed the 1.2-deprecate-session-reset branch from 2d6cb3a to bc68e85 Compare March 2, 2017 09:42
@technige technige merged commit 87b1f38 into neo4j:1.2 Mar 2, 2017
@lutovich lutovich deleted the 1.2-deprecate-session-reset branch March 2, 2017 09:58
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants