uap-java
uap-java copied to clipboard
Migrate yaml parsing to compile phase
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.