gopaycommunity / gopay-java-api

GoPay's JAVA SDK for Payments REST API
MIT License
10 stars 5 forks source link

Non-documented requirement for JDK11 #16

Closed novoj closed 2 years ago

novoj commented 2 years ago

In documentation you write that Java connector is JDK7+ but in version 3.4.10 I clearly see it was compiled with JDK 11 and my code on JDK8 refuses to work with that version:

image

You'd probably clearly inform about new requirements in docs (and I would expect also a major version number change) or should not make this transition yet. Thanks for consideration.

robinhynst commented 2 years ago

Very unprofessional work !!! I'm waiting for a repair over a year and this is result.

FSichinger commented 2 years ago

Minimal jdk version fixed in documentation https://doc.gopay.com/#documentation and readme.md

We do not plan to release any builds for earlier versions of java.

novoj commented 2 years ago

Thank you, I'd also recommend to read https://semver.org/ ... it'd help a bit in the future ;)