Skip to content

fix(object-mapping): try making record components accessible #1681

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

Merged
merged 1 commit into from
Jul 28, 2025

Conversation

injectives
Copy link
Contributor

In some cases reading components of record may fail as their accessors may not be accessible. This update makes sure the driver tries to make them accessible. For instance, this is useful when using local record in a stricter runtime. The ObjectMappingTests actually had a test for this, but it did not fail when it was run as a unit test. The tests have been moved to integration tests without any other update.

In some cases reading components of `record` may fail as their accessors may not be accessible. This update makes sure the driver tries to make them accessible. For instance, this is useful when using local `record` in a stricter runtime. The `ObjectMappingTests` actually had a test for this, but it did not fail when it was run as a unit test. The tests have been moved to integration tests without any other update.
Copy link

@MaxAake MaxAake left a comment

Choose a reason for hiding this comment

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

@injectives injectives merged commit a50c7e1 into neo4j:6.x Jul 28, 2025
20 checks passed
@injectives injectives deleted the fix/objectmapping branch July 28, 2025 10:05
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