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
Jooby depends on two general-purpose/collection-like libraries: javaslang and Guava. Ideally will like to remove Guava dependency but isn't possible due Guice depends on it.
Reasons:
reduce memory footprint required by javaslang classes
the name change doesn't help and we can't easily upgrade to latest javaslang (vavr)
Users of javaslang can easily add the dependency to their project.
The text was updated successfully, but these errors were encountered:
Jooby depends on two general-purpose/collection-like libraries: javaslang and Guava. Ideally will like to remove Guava dependency but isn't possible due Guice depends on it.
Reasons:
Users of javaslang can easily add the dependency to their project.
The text was updated successfully, but these errors were encountered: