Updating Spark to 1.1.17 breaks Ash.Flow transaction DSL
Ash version: 2.10.2
Spark latest working version: 1.1.16
Spark version that breaks: 1.1.17
Example code:
Error message:
Didn't know whether this should be reported to Spark or Ash so I'm reporting it here.
2 Replies
Hm…can you try the latest main branch of each project and see?
Switching Ash to master seems to resolve the issue, I've also went commit by commit and
- This one does not work https://github.com/ash-project/ash/commit/80ef7973c83e9354ee417e307fd4c563f1e314a9
- This one seems to fix it https://github.com/ash-project/ash/commit/0b6d93c7c4637280b46ae66ea1d2eaf013701238
GitHub
feat: add
field_policies
· ash-project/ash@0b6d93csee included documentation for more information on how field policies
work.