Skip to content

Latest commit

 

History

History
36 lines (24 loc) · 1.55 KB

File metadata and controls

36 lines (24 loc) · 1.55 KB

Glassfish CORBA ORB

Eclipse GlassFish CORBA-ORB is a runtime component that can be used for distributed computing using IIOP communication.

Compatibility:

GlassFish CORBA-ORB version Java Notes
6.0 17 - 26 TBD, Removed Obsoleted JDK API usages
5.0 17 - 25 JPMS support
4.2 8 - 11 Migrated from Oracle to Eclipse Foundation

Note: Compatibility means that the project passes its own tests running mvn clean install.

Build

Run all tests

  • Not supported on JDK25+ until we remove Applets and SecurityManager
mvn -Pall-tests clean install

Release

  • For a temporary release branch
  • Use CI Release Job to build, test and deploy
  • Update this file, README.md

Documentation

Please visit the www and www/design directories. Unfortunately we did not migrate the project website yet, but most of it is in these files. You can also visit the original Java EE Oracle GlassFish CORBA website.