-
Build fails when running test.
With skipping tests, The Build success, and the artifact works well.
This is a repeated stack trace.
```
16:19:15.953 [pool-17-thread-15] ERROR i.v.x.a.p.s.DefaultSu…
-
Since a recent (< 4d ago) upstream update, the test `io.vlingo.schemata.resource.ExtendedResourceTest#testSchemaVersionSelection` hangs, but only when run using maven from the shell. In IntelliJ, it r…
-
Tests don't fail in local development machines, even when they are running in parallel. However, often they fail in AppVeyor. My guess- Thread related issues. We don't have enough data to conclude. Th…
-
Therefore there is no way to create configurations programatically when different plugin configurations are needed. The most relevant case for this is that of the ManyToOneConcurrentArrayQueuePlugin.…
-
We realised after a long conversation that `Completes` right now has an important issue that needs to be tackled: a `Completes` pipeline can be run during the composition fase, because it runs potenti…
-
Dear teams,
When startup xoom designer using cli, it raises UnknownCommandException as fowllowing:
```
Exception in thread "main" io.vlingo.xoom.cli.UnknownCommandException: The informed command is…
-
Implement support for R2DBC. This may be something such as `jdbi-r2dbc`. FYI:
https://r2dbc.io/
https://github.com/r2dbc
Also, we support Jdbi in the `vlingo-symbio` which is part of our reacti…
-
The ManyToOne mailbox can easily overflow when the Actor does not process messages in time -or- when it contributes to the overflow by sending messages to itself.
Previous to PR#104, this would cau…
-
When using IntelliJ the xoom-actors project does not compile. The proxies generated for test classes are put into the generated-soures directory (for main modules). The compilation of this director…
-
version 1.9.3
java.util.ConcurrentModificationException
at java.base/java.util.HashMap.computeIfAbsent(HashMap.java:1221)
at io.vlingo.xoom.actors.testkit.TestWorld.…