Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Spring boot version 3.XX support #62

Closed
waldirmarques opened this issue Feb 3, 2024 · 3 comments
Closed

Spring boot version 3.XX support #62

waldirmarques opened this issue Feb 3, 2024 · 3 comments

Comments

@waldirmarques
Copy link

Currently the lib does not support use with spring boot higher than version 3, due to the javax. Do you have any plans to update the lib?

@mlilback
Copy link

mlilback commented Feb 7, 2024

Yes, Jakarta EE 9+ (current is 10) switched from the javax namespace to the jakarta namespace. Upgrading to the latest Dropwizard/Jetty just caused this problem for me. I was using version 1.9 of postmarkapp in my pom.xml. I changed it to 1.11 and the problem was fixed.

@ibalosh
Copy link
Contributor

ibalosh commented Feb 19, 2024

yes, we updated underlying HTTP client so we no longer use javax, only need to make sure to use latest version of the library. CHange was made in version 1.10.0

@ibalosh ibalosh closed this as completed Feb 19, 2024
@ivansenic
Copy link

ivansenic commented Mar 11, 2024

@ibalosh This version is not yet available on maven, did you change the group or the artifact ids as well? https://mvnrepository.com/artifact/com.wildbit.java/postmark

UPDATE: Yes I see now group has been change to com.postmarkapp, just in case anyone wanders.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants