postmark-java icon indicating copy to clipboard operation
postmark-java copied to clipboard

Official Java client library for the Postmark HTTP API

Results 10 postmark-java issues
Sort by recently updated
recently updated
newest added

**Describe the bug** Metadata field in Bounce response object is not present. It is very important for custom integrations, because it provides specific custom information for API consumers. **To Reproduce**...

Hello! We are still experiencing Connection Reset issues with the Pooling Manager as it stands today. I was wondering if y'all would be able to make an update to allow...

This way, it's possible to call `message.setTo(Map.of(name, address))` without first having to escape the `name`. This should fix #65. Note: - If there are other characters that might also need...

**Describe the bug** When sending a message via the Java library with a recipient-name that has quotes in it, the library doesn't escape it and the API returns an error....

**Describe the bug** https://github.com/ActiveCampaign/postmark-java/blob/f8a36202fb8fedc5be779bfa9326743088605e81/src/main/java/com/postmarkapp/postmark/client/data/parser/DataHandler.java#L20 ```java java.lang.NoSuchFieldError: Class com.fasterxml.jackson.databind.PropertyNamingStrategy does not have member field 'com.fasterxml.jackson.databind.PropertyNamingStrategy UPPER_CAMEL_CASE' at com.postmarkapp.postmark.client.data.parser.DataHandler.(DataHandler.java:20) at com.postmarkapp.postmark.client.data.parser.DataHandler.(DataHandler.java:25) at com.postmarkapp.postmark.client.HttpClientHandler.(HttpClientHandler.java:20) at com.postmarkapp.postmark.client.BaseApiClient.(BaseApiClient.java:18) at com.postmarkapp.postmark.client.ApiClient.(ApiClient.java:55) at com.postmarkapp.postmark.Postmark.getApiClient(Postmark.java:62) ``` `PropertyNamingStrategy` is...

Hello, Unfortunately this project brings in outdated and vulnerable dependencies. I can see there are PRs open to fix those. Is there any plan on merging them or is this...

This PR was automatically created by Safer, an open-source tool that updates vulnerable dependencies with compatible and more secure versions. Analyzed commit: f8a36202fb8fedc5be779bfa9326743088605e81 File updated: pom.xml Vulnerabilities reduced: 2 ->...

Hi there 👋, I'm [Safer Bot](https://gitlab.com/lsi-ufcg/vulnerabilidades/safer)! Safer is an open-source tool that automatically updates vulnerable dependencies to more secure and compatible versions. Our goal is to help maintainers keep their...

Bumps [com.fasterxml.jackson.core:jackson-core](https://github.com/FasterXML/jackson-core) from 2.14.1 to 2.15.0. Changelog Sourced from com.fasterxml.jackson.core:jackson-core's changelog. #release configuration #Sun Apr 23 14:19:10 PDT 2023 scm.commentPrefix=[maven-release-plugin] exec.pomFileName=pom.xml pushChanges=false releaseStrategyId=default project.dev.com.fasterxml.jackson.core:jackson-core=2.15.1-SNAPSHOT project.scm.com.fasterxml.jackson.core:jackson-core.connection=scm:git:[email protected]:FasterXML/jackson-core.git scm.tag=jackson-core-2.15.0 remoteTagging=true project.scm.com.fasterxml.jackson.core:jackson-core.developerConnection=scm:git:[email protected]:FasterXML/jackson-core.git exec.additionalArguments=-Prelease scm.branchCommitComment=@{prefix}...

dependencies
java