https://github.com/embulk/embulk-util-snakeyaml
https://github.com/embulk/embulk-util-snakeyaml
Last synced: 9 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/embulk/embulk-util-snakeyaml
- Owner: embulk
- License: apache-2.0
- Created: 2020-01-25T00:44:24.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-03-02T05:03:43.000Z (over 6 years ago)
- Last Synced: 2025-01-09T23:54:32.765Z (over 1 year ago)
- Language: Java
- Size: 67.4 KB
- Stars: 0
- Watchers: 11
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
embulk-util-snakeyaml
======================
This is a helper on SnakeYAML for Embulk plugins.
----
Some Embulk plugins have used [SnakeYAML](https://bitbucket.org/asomov/snakeyaml/wiki/Documentation) in themselves. SnakeYAML had been included in `embulk-core`, but it is now hidden from plugins since Embulk v0.9.23.
If the plugin uses just SnakeYAML, it is sufficient just to add `org.yaml:snakeyaml:1.18` in dependencies. But if the plugin uses `org.embulk.config.YamlTagResolver`, it won't work. This helper library is to provide an alternative `org.embulk.util.snakeyaml.EmbulkYamlTagResolver` instead of `org.embulk.config.YamlTagResolver`.