jPOS icon indicating copy to clipboard operation
jPOS copied to clipboard

jPOS Project

Results 106 jPOS issues
Sort by recently updated
recently updated
newest added

This doesn't appear to be used and sometimes causes test failures.

The download for this seems to have a high chance of failure, so lets split it out and only run it once.

When finding the PAN, CardHolder defaults to DE35 first, an Card to DE2 first. https://github.com/jpos/jPOS/blob/master/jpos/src/main/java/org/jpos/core/CardHolder.java#L111 take pan from DE35 first, but https://github.com/jpos/jPOS/blob/master/jpos/src/main/java/org/jpos/core/Card.java#L193 takes it first from DE2 For consistency and...

I'll clean up and split off parts of this in a little to separate pull requests but I think I finally got all github action tests working somewhat reliably. Lots...

It seems `sync()` latency is highly variable in OSX test runners.

From PR197 ``` org.jpos.gl.AccountLockTest > executionError FAILED org.hibernate.HibernateException: Detected concurrent management of connection resources. This might indicate a multi-threaded use of Hibernate in combination with managed resources, which is not...

Hello, I am working with Visa Base I and I encountered a situation where the logger wasn't logging the header component of ISOMsg while sending an ISOMsg with overrided header....