Closed dbuschman7 closed 7 years ago
This PR will remove the use of Base64 from parboiled via the spray-client.
If the spray-client gets replaced by my akka-http you will need to use this PR to not bring in parboiled just to do Base64 encoding.
THE CATCH, it forces the library to use Java 8 only.
Was dependent on Java8 only anyway
This PR will remove the use of Base64 from parboiled via the spray-client.
If the spray-client gets replaced by my akka-http you will need to use this PR to not bring in parboiled just to do Base64 encoding.
THE CATCH, it forces the library to use Java 8 only.