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

Solve dev with APOC 5.22 build errors #4160

Merged
merged 2 commits into from
Jul 29, 2024
Merged

Conversation

vga91
Copy link
Collaborator

@vga91 vga91 commented Jul 29, 2024

Added systemPropertyRule to the apoc.trigger.* related tests, to solve tests that fail due to these changes.

Otherwise, we will have a NullPointer, since the triggerHandler variable won't be assigned.

This happens since, using the apocConfig().setProperty(ApocConfig.APOC_TRIGGER_ENABLED, true); currently present, this if condition is false, because the apocConfig will be evaluated later, unlike the systemPropertyRule mechanism.

Other changes

  • removed unused start field

@RobertoSannino RobertoSannino merged commit 30fe1c9 into dev Jul 29, 2024
5 checks passed
@RobertoSannino RobertoSannino deleted the solve-dev-5.22-build-errors branch July 29, 2024 16:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants