Anatole Tresch

Results 5 issues of Anatole Tresch

We should try to get out the library module in an initial release. Can anybody interested have a spot on it? I know documentation is very little ;) Note this...

task

Currently the SPI method `MonetaryAmountFactoryProvider.createMonetaryAmountFactory();` does not take any arguments, but creating a `MonetaryAmountFactory` and mapping parameters passed to the `MonetaryAmountFactoryQuery` is clearly a respoinsibility of the provider implementation. Currently...

enhancement
deferred

In sensitive environments I would like to know the source of each configuration entry. Configuration can change the behaviour of an whole application, so the final source of an entry...

- Artifacts in [org.jacpfx.vertx.event.interfaces.blocking](https://github.com/amoAHCP/vxms/tree/master/vxms-event/src/main/java/org/jacpfx/vertx/event/interfaces/blocking) - Artifacts in [org.jacpfx.vertx.event.interfaces.basic](https://github.com/amoAHCP/vxms/tree/master/vxms-event/src/main/java/org/jacpfx/vertx/event/interfaces/basic): - [ExecuteEventbusByteCall.java]( https://github.com/amoAHCP/vxms/blob/master/vxms-event/src/main/java/org/jacpfx/vertx/event/interfaces/basic/ExecuteEventbusByteCall.java) - [ExecuteEventbusObjectCall.java]( https://github.com/amoAHCP/vxms/blob/master/vxms-event/src/main/java/org/jacpfx/vertx/event/interfaces/basic/ExecuteEventbusObjectCall.java) - [ExecuteEventbusStringCall.java]( https://github.com/amoAHCP/vxms/blob/master/vxms-event/src/main/java/org/jacpfx/vertx/event/interfaces/basic/ExecuteEventbusStringCall.java) - [RecursiveExecutor.java](https://github.com/amoAHCP/vxms/blob/master/vxms-event/src/main/java/org/jacpfx/vertx/event/interfaces/basic/RecursiveExecutor.java) - [RetryExecutor](https://github.com/amoAHCP/vxms/blob/master/vxms-event/src/main/java/org/jacpfx/vertx/event/interfaces/basic/RetryExecutor.java), shown also below as example: ``` String targetId, Object...

enhancement

Source: [ServiceUtil.java](https://github.com/amoAHCP/vxms/blob/master/vxms-verticle/src/main/java/org/jacpfx/vertx/util/ServiceUtil.java): The loader relies only on default `ServiceLoader` functionality. Depending on the classloading in place (which must not behave similar on each VM run), other instances of SPI may...

enhancement