mystamps icon indicating copy to clipboard operation
mystamps copied to clipboard

Update HikariCP to 5.0.1

Open php-coder opened this issue 4 years ago • 1 comments

  • [x] 4.0.0
  • [x] 4.0.1
  • [x] 4.0.2
  • [x] 4.0.3
  • [ ] 5.0.0
  • [ ] 5.0.1

See https://github.com/brettwooldridge/HikariCP/blob/HikariCP-5.0.1/CHANGES

php-coder avatar Jan 26 '21 14:01 php-coder

java.lang.UnsupportedClassVersionError: com/zaxxer/hikari/HikariDataSource has been compiled by a more recent version of the Java Runtime (class file version 55.0), this version of the Java Runtime only recognizes class file versions up to 52.0

5.x requires JDK 11 (see https://stackoverflow.com/questions/47457105/class-has-been-compiled-by-a-more-recent-version-of-the-java-environment) and hence we should wait until #1158 gets resolved.

php-coder avatar Jun 15 '22 16:06 php-coder