We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Currently, YAML ExpansionService config files are parsed using the Jackson YAML binding (which uses SnakeYAML underneath).
But it seems like the versions of Jackson and SnakeYAML used by Beam conflict with each other causing a failure.
To address this we could directly parse YAML files using SnakeYAML.
Upgrading Jackson might be a fix as well but this is more involved.
There's more info here: #26743 (comment)
Priority: 1 (data loss / total loss of function)
The text was updated successfully, but these errors were encountered:
chamikaramj
Successfully merging a pull request may close this issue.
What happened?
Currently, YAML ExpansionService config files are parsed using the Jackson YAML binding (which uses SnakeYAML underneath).
But it seems like the versions of Jackson and SnakeYAML used by Beam conflict with each other causing a failure.
To address this we could directly parse YAML files using SnakeYAML.
Upgrading Jackson might be a fix as well but this is more involved.
There's more info here: #26743 (comment)
Issue Priority
Priority: 1 (data loss / total loss of function)
Issue Components
The text was updated successfully, but these errors were encountered: