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
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.
The text was updated successfully, but these errors were encountered:
jmini
added a commit
to unblu/uap-java
that referenced
this issue
Apr 7, 2023
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.The text was updated successfully, but these errors were encountered: