Yoko is a CORBA 2.3 compliant ORB implementation to support interprocess communication. It is an open-source project maintained by IBM, forked from Apache Yoko.
- SDKMAN, to manage the toolchain, including installing Java, Gradle
- From the root of the project, run
sdkman env install
to obtain the toolchain. (one-time step) - Run
sdk env
to initialise the environment. - Run
gradle build
to build and test Yoko.
Testify is an open-source generic framework used for testing with Junit 5 across multiple threads and forked processes.
The documentation for Testify can be found at https://openliberty.github.io/yoko