Open
Conversation
Author
|
Hello @ac-bgelfius! Thanks for entertaining my PR. I was able to pull this into my own implementation of Postmark calls and validated it worked in the integration tests and ensured all unit tests worked as expected. Please let me know if you have any questions. Thanks, Allan |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Update postmark-java SDK to Java 21 (v2.0.0)
Summary
This PR updates the postmark-java SDK to require Java 21 as the minimum runtime. It resolves a compression issue affecting Java 21 applications during HTTP response body conversion and modernizes the dependency stack.
Changes
Core Java Update
pom.xml(java.version, compiler source/target)Dependency Updates (
pom.xml)httpclient55.5jackson-core/annotations/databind2.15.0tika-core3.2.3mockito-core4.110CI Configuration (
.circleci/config.yml)cimg/openjdksnyk monitor) scoped to exclude test artifactsChangelog
2.0.0entry documenting the Java 21 migration and compression fixBreaking Changes
Testing