edulify / play-hikaricp.edulify.com

HikariCP Plugin for Playframework 2.2.x and 2.3.x

Home Page:http://edulify.github.io/play-hikaricp.edulify.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Version 2.0.2 with JAVA 7

deanzz opened this issue · comments

Hi,

I want to use version 2.0.2 with JAVA 7,
what should I do?

Thanks
Dean

Version 1.5.2 is the last stable release that supports Java 7. But you can easily build this plugin using Java 7. Here is what you need to do:

  1. Replace the HikariCP dependency with the version that supports Java 6/7 (please, see HikariCP docs)
  2. Run make publish-local (or the commands listed in Makefile) to generate a new version.
  3. Use that new version.

Why ditch the support for java 7?