uap-java icon indicating copy to clipboard operation
uap-java copied to clipboard

Migrate yaml parsing to compile phase

Open Sineaggi opened this issue 2 years ago • 2 comments

In order to remove yaml parsers from the uap-java library, we could pre-process the yaml file from uap-core and generate a Map at compile-time. This would remove the dependency on snakeyaml, and increase the first-start time of the library.

Sineaggi avatar Jan 31 '23 18:01 Sineaggi