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

Java SDK for Authorize.Net API

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

I am trying to build the jar files using ant on windows 10. I am getting the message 'error: package javax.xml.bind.annotation does not exist'. Searching the net indicates this package...

Bumps log4j-api from 2.16.0 to 2.17.1. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.apache.logging.log4j:log4j-api&package-manager=maven&previous-version=2.16.0&new-version=2.17.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...

dependencies

# Log4j CVE-2021-44832 Vulnerability ## Description Apache Log4j2 versions < 2.17.1 are vulnerable to RCE via JDBC Appender when an attacker controls configuration. Ref : [CVE-2021-44832](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-44832) ## Fix Upgrade the...

This PR fixes #188 We exclude JUnit from `log4j-1.2-api` and `log4j-api` so that it won't be included in the `compile` scope

`log4j-1.2-api` and `log4j-api` are pulling JUnit in as a transitive dependency in the `compile` scope. This causes a problem for me as the version of JUnit pulled in has security...

I want to create customer profiles in Android studio but i could not found any dependencies to integrate the SDK. can you send me latest dependencies?

I'm using the below dependency to use sdk-java in android. ``` implementation 'net.authorize:anet-java-sdk:2.0.1' implementation('javax.xml.bind:jaxb-api:2.3.0') implementation('javax.activation:activation:1.1') implementation('org.glassfish.jaxb:jaxb-runtime:2.3.0') implementation 'org.apache.logging.log4j:log4j-api:2.3' ``` After a successful build, I tried to run the below code...

We are using ampersands in our cancel URL and submit URL and the payment form is failing to load! We need to build a URL with multiple GET parameters to...

Bumps [junit](https://github.com/junit-team/junit4) from 4.8.1 to 4.13.1. Release notes Sourced from junit's releases. JUnit 4.13.1 Please refer to the release notes for details. JUnit 4.13 Please refer to the release notes...

dependencies

We are looking to add a phone number to our requests to create subscriptions and transactions. I noticed an odd discrepancy between how phone numbers are stored on `TransactionRequestType` and...