jPOS icon indicating copy to clipboard operation
jPOS copied to clipboard

jPOS Project

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

This is just a small PR to make it easier to just dump to `System.out` or without indentation. Providing overloads of `Loggeable.dump()` with reasonable defaults.

In `Q2.deployElement` we create the file directly in the `deploy` directory. I believe this may be causing what's reported in [this stack overflow question](https://stackoverflow.com/questions/77326783/error-tidying-could-not-tidy-out-of-the-way-by-adding-bad-when-using-q2?noredirect=1#comment136333014_77326783). Maybe we should do the same...

Doesn’t this load the file for every key? https://github.com/jpos/jPOS/blob/c837c2f135c0ea4866148ab4a880565dda412c63/jpos/src/main/java/org/jpos/security/SimpleKeyFile.java#L213 Perhaps we could call `load()` at the beginning of the `getKeys()` method, and add an overload of `getkey()` that receives a...

A valid suggestion came from a jPOS user to enable Q2 to terminate upon encountering an error during deployment. There are scenarios where it could be beneficial for Q2 to...

Similar to POSDataCode, we need a POSCapability helper in order to handle CMF DE27 (Point of Service capability).

Should fix this one. https://github.com/jpos/jPOS/issues/510

Should fix #508 by using a ConcurrentHashMap. Also refactored dump a bit. Functionally it is exactly the same. About the issue ConcurrentHashMap has weak consistency guarantees but will handle mid...

ditto See [jpos-users](https://groups.google.com/g/jpos-users/c/bT8osYnhtyg/m/6tfH6v4BAwAJ).

The KeySerialNumber class in its current implementation has several issues that need to be addressed. The properties baseID, deviceID, and transactionCounter are currently stored as simple String variables with limited...