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
I have used Guava at another location in the server. It was the fastest way to generate an identifier for Sirius sessions which could be used in an URL. We should also remove it from the server when the Sirius sessions will have a proper id.
org.obeonetwork.jarvis.workflow.page.WorkflowPage.createFormContent(IManagedForm) now also uses BaseEncoding.base64() from Guava to compute the session's URL.
We are only using Guava to convert an InputStream to an OutputStream, we should remove it.
The text was updated successfully, but these errors were encountered: