dlouwers / reactive-consul

Consul client for Scala
MIT License
18 stars 7 forks source link

changed Base64 impl to use Java 8's internal version #13

Closed dbuschman7 closed 7 years ago

dbuschman7 commented 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.

dlouwers commented 7 years ago

Was dependent on Java8 only anyway