gopaycommunity / gopay-java-api

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

Incompatibility with SpringBoot 3 #19

Open polacok opened 1 year ago

polacok commented 1 year ago

Due to old version of resteasy-client, it is not possible to use this library with spring boot 3 and jakarta 9. Resteasy moved to jakarta rest 3.0 in https://issues.redhat.com/browse/RESTEASY-3007

It would be nice if you could upgrade to latest version of resteasy-client (for example 6.2.5)