Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove the dependency to Guava #12

Open
sbegaudeau opened this issue Oct 28, 2017 · 2 comments
Open

Remove the dependency to Guava #12

sbegaudeau opened this issue Oct 28, 2017 · 2 comments

Comments

@sbegaudeau
Copy link
Member

We are only using Guava to convert an InputStream to an OutputStream, we should remove it.

@sbegaudeau
Copy link
Member Author

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.

@pcdavid
Copy link
Member

pcdavid commented Nov 3, 2017

org.obeonetwork.jarvis.workflow.page.WorkflowPage.createFormContent(IManagedForm) now also uses BaseEncoding.base64() from Guava to compute the session's URL.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants