jrialland / ajp-client

Java implementation of an AJP13 protocol client (aka Apache JServ), allowing to send requests to a servlet container using this protocol.
Apache License 2.0
30 stars 7 forks source link

ajp-client needs Java 8 #5

Closed pmoerenhout closed 5 years ago

pmoerenhout commented 5 years ago

In the pom.xml, there is Java version 1.7 noted (1.7</java.version>). But recently java.util.Base64 was introduced, which requires Java 8. Maybe also included in the pom.xml:

1.8 1.8