Closed islom-kh closed 8 months ago
I don't have any solution right now. I will give this a look when I have some time.
thanks
I've deployed a snapshot version that you can try. It should be compatible with Jakarta EE 9 and requires Java 8. The version is 2.0.0-SNAPSHOT and it's only published on the snapshot repository.
You will need to add the Sonatype snapshot repository.
Could you please give it a try and let me know if it's working for you?
ok. thanks
Has anyone tested this?
I've deployed a snapshot version that you can try. It should be compatible with Jakarta EE 9 and requires Java 8. The version is 2.0.0-SNAPSHOT and it's only published on the snapshot repository.
You will need to add the Sonatype snapshot repository.
Could you please give it a try and let me know if it's working for you?
Where I can find the newest version?
I'm using 2.0.0-SNAPSHOT and found no problems.
Can you release the stable 2.0.0 please? Snapshot versions reduce performance of Gradle builds.
I'm using 2.0.0-SNAPSHOT and found no problems.
Can you release the stable 2.0.0 please? Snapshot versions reduce performance of Gradle builds.
Thanks for testing it. I agree, I will publish 2.0.0 ASAP.
Done.
It should show up in the following hours. If not, please let me know.
Done.
It should show up in the following hours. If not, please let me know.
Is it already on maven central?
when i upgrade project to spring boot 3, there is an error which realated with mailgun configuration, Caused by: java.lang.ClassNotFoundException: javax.ws.rs.core.MultivaluedMap at java.base/jdk.internal.loader.BuiltinClassLoader.loadClass(BuiltinClassLoader.java:641) ~[na:na] at java.base/jdk.internal.loader.ClassLoaders$AppClassLoader.loadClass(ClassLoaders.java:188) ~[na:na] at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:520) ~[na:na] ... 56 common frames omitted
Spring boot 3 change javax. to jakarta. package, does anyone have a solution ?