Michael Edgar
Michael Edgar
**Describe the bug** When a `Kafka` has been deleted during reconciliation, the delete reconciliation event may time-out before completion of an in-process add/update. As a result, the delete logic ([1]...
Motivation: Proposed to fix https://github.com/eclipse-vertx/vert.x/issues/4439
### Version - 4.1.7 (via Quarkus 2.2.5) - 4.2.4 (via Quarkus 2.7.5) ### Context In a resource-constrained environment (e.g. Kubernetes with limited a CPU request/limit), the start-up of the HTTP...
Changes from 2.1.23 includes back-ported PRs listed in https://github.com/smallrye/smallrye-open-api/pull/1210 Fixes #27058 Fixes #26546 Fixes #26848
Check for failed/cancelled ChannelFutures before acquiring `connectLock`. This prevents lock contention where cleanup is unable to complete. Signed-off-by: Michael Edgar
For each control structure (interchange, group, transaction): - validate that the control number in the header and trailer matches - validate that the actual count (segment count for transactions, transaction...
I'm running validation with the xml stream writer -- but it seem only be validating using the transaction.xml and not the implementation.xml For example: I have this in my Transaction.xml...
Similar to how the reader automatically selects a control schema, the writer should choose a control schema if one has not been provided by the client.
When a loop implementation may occur in multiple locations (e.g. loop 2300 in common 837 implementation occurs in both loop 2000B and loop 2000C), the user is required to duplicate...
Add support for EDIFACT binary data using the `UNO` and `UNP` segments. Please comment on this issue if this feature is important to you.