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

Introduce Bolt Protocol 5.1 #542

Merged
merged 4 commits into from
Mar 15, 2023
Merged

Introduce Bolt Protocol 5.1 #542

merged 4 commits into from
Mar 15, 2023

Conversation

bigmontz
Copy link
Contributor

@bigmontz bigmontz commented Mar 10, 2023

Implements the changes need for supporting Bolt v5.1 without the support for user switching and re-auth.

The goal of this changes is verify the support for the new bolt protocol version in the drivers and the LOGON message implementation.

The LOGOFF message is not exercised since there isn't any use case for it.

Co-Authored-By: Rouven Bauer rouven.bauer@neo4j.com

bigmontz and others added 3 commits March 10, 2023 15:53
Implements the changes need for supporting Bolt v5.1 without the support for user switching and re-auth.

The goal of this changes is verify the support for the new bolt  protocol version in the drivers and the `LOGON` message implementation.

The `LOGOFF` message is not exercised since there isn't any use case for it.

Co-Authored-By: Rouven Bauer <rouven.bauer@neo4j.com>
@bigmontz bigmontz force-pushed the 5.x-introduce-bolt-protocol-5x1 branch from 96442f1 to ac1c1cc Compare March 10, 2023 14:54
bigmontz added a commit to bigmontz/neo4j-java-driver that referenced this pull request Mar 10, 2023
The test `stub.authorization.test_authorization.TestAuthenticationSchemes.test_custom_scheme_empty` was
rename to `stub.authorization.test_authorization.TestAuthenticationSchemesV4x4.test_custom_scheme_empty` in
the PR neo4j-drivers/testkit#542.
This change is causing the pipeline fails for java.
injectives added a commit to neo4j/neo4j-java-driver that referenced this pull request Mar 11, 2023
* Fix skipped test name

The test `stub.authorization.test_authorization.TestAuthenticationSchemes.test_custom_scheme_empty` was
rename to `stub.authorization.test_authorization.TestAuthenticationSchemesV4x4.test_custom_scheme_empty` in
the PR neo4j-drivers/testkit#542.
This change is causing the pipeline fails for java.

* Update testkit-backend/src/main/java/neo4j/org/testkit/backend/messages/requests/StartTest.java

Co-authored-by: Dmitriy Tverdiakov <11927660+injectives@users.noreply.github.com>

---------

Co-authored-by: Dmitriy Tverdiakov <11927660+injectives@users.noreply.github.com>
@bigmontz bigmontz merged commit 746ce55 into 5.0 Mar 15, 2023
@bigmontz bigmontz deleted the 5.x-introduce-bolt-protocol-5x1 branch March 15, 2023 06:38
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