You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
## Usage and product changes
Allow setting `snakeyaml.LoaderOptions` when loading YAML
## Motivation
We have run into issues caused by YAML alias count limits that we would
like to resolve by modifying that limit - which is done for `snakeyaml`
through the `LoaderOptions` object.
## Implementation
We add alternative implementations of `load` that take a
`snakeyaml.LoaderOptions` and use it when constructing the
`snakeyaml.Yaml` object.
0 commit comments