jPOS-EE icon indicating copy to clipboard operation
jPOS-EE copied to clipboard

jPOS Extended Edition

Results 26 jPOS-EE issues
Sort by recently updated
recently updated
newest added

In investigating a performance regression in Java 9 and newer it was discovered that on Java 8 does not properly flush the buffers to disk. So we should probably see...

For example the balance cache is never used by FinalBalance min/max rules as it sends in a max id of 0 I think the balance cache should be allowed to...

I propose implementing the TriggerListener for the QuartzAdaptor. In the methods we can log info like when the trigger will fire again on trigger fire e.g. ``` @Override public void...

https://github.com/jpos/jPOS-EE/blob/a4684899b49fad4312ec1d9e37a255fc3aeaa4f9/modules/qrest/src/main/java/org/jpos/qrest/ValidateParams.java#L178-L190 return validParam(ctx, entry, value); should be changed to the following to return false only if the method returns false, else continue in the for loop ``` if (!validParam(ctx, entry,...

[https://github.com/jpos/jPOS-EE/blob/98e346bdbef9e682ae9dc71becc1a5bf6706a684/modules/qrest/src/main/java/org/jpos/qrest/RestServer.java#L166-L169](https://github.com/jpos/jPOS-EE/blob/98e346bdbef9e682ae9dc71becc1a5bf6706a684/modules/qrest/src/main/java/org/jpos/qrest/RestServer.java#L166-L169) Currently, the timeout is hard coded to 60000L, can we make the timeout configurable? Since the routes can use different Txn Mgrs, a timeout per route would be good...

[https://github.com/jpos/jPOS-EE/blob/master/modules/qrest/src/main/java/org/jpos/qrest/SendResponse.java#L49-L50](https://github.com/jpos/jPOS-EE/blob/master/modules/qrest/src/main/java/org/jpos/qrest/SendResponse.java#L49-L50) I have a participant that takes a lot of time. LongRunningParticpant This `LongRunningParticpant` is placed after the SendResponse participant in the txn mgr. But since the response is only...

Jetty libraries version upgraded to 12.0.6. Some of the dependencies that are not available at that version have been omitted for now. They can be added back if needed, whenever...

So we can use it with java 21.