robinroos
robinroos
Hello, I am currently using the 5.4.0-beta1 Docker Images as posted on Docker Hub. These are now two months old. Is there expectation of publishing 5.4.0-beta2 Docker Images, and do...
Any chance this Connector could serialize a message containing [ ... ] across a hierarchy of tables? Clearly UPSERT semantics would have to be replaced with DELETE (and Delete Cascade...
This question relates to usage of Jackson DataFormats CSV within Spring WebFlux. I have a REST controller (Spring WebFlux) which returns a Flux from a Stream of a simple bean...
Using Hazelcast Management Center 5.0-BETA-1 against a 4-node cluster (also 5.0-BETA-1) on a remote machine. Hazelcast connects to the cache. In the Dashboard page it lists 4 members. But each...
Upgrade com.google.gwt : 2.8.0 -> 2.9.0 and uplift other dependency versions as necessary to be in synch with transitive dependency versions resolved through gwt:2.9.0.
Five refactorings: * ”throws" declarations should not be superfluous * Static fields should not be updated in constructors (in this case the fields should not be static) * Unused "private"...
### Description Upon oc:resource oc:deploy of a Spring Boot application, the resulting Deployment has imagePullPolicy: IfNotPresent. This causes OpenShift not to fetch the new version. If the built version is...
We thought we'd see what happens when an Ikasan module is launched under Java 17. This activity retained Java 11 bytecode, and merely switched the runtime Java version. After configuring...
Ikasan defines Exception subcasses which support only the Exception(String) and Exception(Throwable) constructors. The most useful constructor in application code is Exception(String, Throwable) which allows specification of contextual information in the...
Class `IkasanStandaloneFlowTestRule` finds `getConfiguration()` in the flow component via `Class.getDeclaredMethod(String, Object[])`. This means that the flow component must explicitly declare `getConfiguration()`; it is insufficient for the method to be inherited...