OpenLiberty / yoko

Yoko ORB used by OpenLiberty, derived from Apache Geronimo
Apache License 2.0
0 stars 7 forks source link

The Yoko ORB

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.

License

Build Requirements

  1. SDKMAN, to manage the toolchain, including installing Java, Gradle

Steps to build Yoko

  1. From the root of the project, run sdkman env install to obtain the toolchain. (one-time step)
  2. Run sdk env to initialise the environment.
  3. Run gradle build to build and test Yoko.

Testify

Testify is an open-source generic framework used for testing with Junit 5 across multiple threads and forked processes.

Docs

The documentation for Testify can be found at https://openliberty.github.io/yoko