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

Java SDK for Authorize.Net API

Results 36 sdk-java issues
Sort by recently updated
recently updated
newest added

Hi Guys I've got a few examples of transactions where the card is not expired but your sdk returns the error "The credit card has expired". The error code I'm...

I don't closely follow the Authorize.Net's Java SDK development, but It was brought to my attention that the MD5 driven `transHash` is being depreciated and soon will not included in...

awaiting-response

The SDK's HttpUtility is needlessly creating threads for every request execution. ``` ExecutorService executor = Executors.newSingleThreadExecutor(); Future future = executor.submit(new HttpCallTask(env, request, classType)); executor.shutdown(); // Important! try { response =...

redesign

Is JakartaEE support available in anet-java-sdk. I am using version 1.9.4 for the java sdk. https://jakarta.ee/specifications/xml-binding/4.0/ I am trying to upgrade tomcat 10 and it is complaining about the javax.xml.binding....

sdk- java issue :"Defaulting to non-proxy environment" log warning #172. Changed the condition to reach the mentioned log message.

1. Commented out the parent pom 2. Added release profile containing plugins - maven-gpg-plugin - central-publishing-maven-plugin 3. Added maven-source-plugin to generate sources jar (required for publishing to central)