innoveit / play2-pdf

A PDF module for Play Framework 2
MIT License
77 stars 22 forks source link

Play 2.7 #29

Closed gpgekko closed 5 years ago

gpgekko commented 5 years ago

Static singleton Logger has been removed, so using a logger per class. Updated the versions of Play, sbt, Scala and flying-saucer. Updated the sample to use the java.util.Base64 class instead of the removed class from AHC and explicitly passing in the request object instead of using the deprecated request() method from context.

marcosinigaglia commented 5 years ago

Thanks @gpgekko