This is Protégé 5.6.9, a point release of the Protégé ontology editor.
Changes from Protégé 5.6.8
- Protégé should now work with any Java version ≥ 11, up to and including Java 25.
- This is mostly of interest for users of the platform-independent version. The platform-specific versions for GNU/Linux, macOS, and Windows are still provided with Java 11.
- For people wishing to build Protégé themselves, note that building with Java 25 is not supported.
- Minor improvements:
- Ontologies are now sorted by their display name (in the ontology selector menu at the top of the main window), rather than by their IRI.
- The View > Render by label entity renderer now uses available prefix declarations in the ontology when it has to render an entity by its identifier because a label is not available).
- New option View > Display from ontology roots to hide all classes above the ontology’s self-declared root(s).
- Bug fixes:
- Do not inject a bogus empty
xml:base=""attribute in XML catalogs (protegeproject/protege#1319).
- Do not inject a bogus empty
Verifying the release archives
All release archives available below are signed with the maintainer’s personal OpenPGP key:
pub rsa4096 2014-03-14 [SC] 4FA2 0823 62FE 73AD 03B8 8830 A8DC 7067 E25F BABB
You can find that key at several locations, including:
- Right here on GitHub: https://github.com/gouttegd.gpg
- On the maintainer’s personal site: https://incenp.org/dgouttegattat.asc
- On the keys.openpgp.org key server: https://keys.openpgp.org/search?q=dgouttegattat%40incenp.org
- Using GnuPG’s
--locate-keyscommand, with either the DANE or WKD mechanisms:gpg --auto-key-locate dane,wkd --locate-keys dgouttegattat@incenp.org