Andrés Alcarraz
Andrés Alcarraz
[`Switch`](https://github.com/jpos/jPOS/blob/b638f1e2eeea815970e3d4e3afd4e6aefccf86d1/jpos/src/main/java/org/jpos/transaction/participant/Switch.java#L29) participant is described in [jPOS programmer's guide ](http://jpos.org/doc/proguide-draft.pdf) section 9.8.1. ### Motivation `Switch` participant is a highly performant groups selector, but it lacks the ability of handling multiple different...
This first commit adds support for injecting a log source, and a mocked MUX for jPOS based application JUnit tests. It is intended to be used by test classpaths in...
`status` column does not exist in `SysLog` entity. So accessing the `events` property creates an invalid SQL sentence. Maybe it should point to `source`? https://github.com/jpos/jPOS-EE/blob/0756f3a1cdf78db8d4a27a11112d5ee6c2427dc3/modules/status/src/main/resources/org/jpos/ee/status/Status.hbm.xml#L41-L45
* **Thunderbird version:** 91.12.0 (64-bit) * **Thunderbird Conversation version:** 4.0.22 * **Operating System:** Ubuntu 22.04 **What did you do?** Double Click any email **What did you expect to happen?** Open...
Hi, this was working wonderfully for me until now, thank you for the great work. I started a multi project build according to [Structuring and Building a Software Component with...
Valid multi project builds may not have a build file in the root project, and the current code does not generate autocomplete information for tasks if the build file is...
Fixes #580 About the rotation of q2 logs
These methods can be overridden by subclasses of existing channels to write to/read from streams, for example, to replay some captured stream, or just to do some tests based on...
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.