Skip to content

Make UnsupportedServerProduct subclass of ConfigurationError - #1224

Merged
robsdedude merged 1 commit into
neo4j:6.xfrom
robsdedude:unsupported-server-product
Jul 21, 2025
Merged

Make UnsupportedServerProduct subclass of ConfigurationError#1224
robsdedude merged 1 commit into
neo4j:6.xfrom
robsdedude:unsupported-server-product

Conversation

@robsdedude

@robsdedude robsdedude commented Jul 21, 2025

Copy link
Copy Markdown
Member

Amends #1164

Reconsidered the change.

  • The error shouldn't be retryable. If driver and server cannot agree on a common bolt version, it's highly unlikely they will a short moment later.
  • ServiceUnavailable is used for connectivity issues (broken sockets, failed dial up, etc.). This error is not really in that category.

@RichardIrons-neo4j RichardIrons-neo4j left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

All good!

@robsdedude
robsdedude merged commit 83f1fa1 into neo4j:6.x Jul 21, 2025
@robsdedude
robsdedude deleted the unsupported-server-product branch July 21, 2025 10:42
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