This repository was archived by the owner on Mar 13, 2026. It is now read-only.
Releases: corese-stack/corese-gui-swing
Releases · corese-stack/corese-gui-swing
Release v4.6.2
Added
- Added an in-app migration notification to guide users from legacy 4.x to the new Corese-GUI 5.x repository.
- Updated install scripts to handle migration flows toward
corese-stack/corese-guifor versions>= 5.0.0.
Changed
- Marked this repository/documentation line as legacy and prepared transition links toward the new repository.
- Updated documentation version switcher generation to support navigation between legacy 4.x docs and new 5.x docs.
Release v4.6.1
Fixed
- Fixed RDFS RL inference engine initialization issue causing failures since version 4.6.0.
- Improved synchronization between UI states and inference engine states.
Release v4.6.0
Added
- Allow to zoom in/out/reset the view in the Corese GUI.
Changed
- Fix zooming and panning functionality of graph view.
- Migration from Maven to Gradle for build management.
- Updated dependencies to their latest versions.
- Removed all
module-infofiles. - Clean up of unused imports and code comments.
Removed
- Dropped support for
shex. - Removed the LUBM benchmark from the source code.
- Dropped support for alternative storage systems (Jena TDB1, Corese Graph, RDF4J Model).
Development Pre-release
🚧 This is the latest build from the develop branch.
Not intended for production use.
Last Updated: 13 March 2026, 18:52:46
Build Info:
- Branch:
develop - Commit:
cde3abeab45f06a48c48a05e7b54b06d61f6d45d - Build Time:
13 March 2026, 18:52:46
Release v4.5.0
Added
- Improved RDF serializers (see issue #142).
- Updated loading message in Corese-GUI (see pull request #156).
Fixed
- Fixed Trig serialization to escape special characters (see issue #151).
- Fixed federated queries with
PREFIXstatements failing under certain conditions (see issue #140).
Security
- Updated
org.jsonto20231013in/sparql(pull request #163).
Release v4.4.1
Fixed
- Removed warning:
sun.reflect.Reflection.getCallerClass is not supported. This will impact performance.
Security
- Updated
jsonfrom20180813to20230227in/sparql(pull request #123). - Updated
jsonfrom20180813to20230227in/corese-test(pull request #124). - Updated
guavafrom31.1-jreto32.0.0-jrein/corese-jena(pull request #128).
Release v4.4.0
Added
- Integrated storage systems:
- Jena TDB1.
- Corese Graph.
- RDF4J Model.
- More information available here.
- Beta support for RDF* and SPARQL* (Community Group Report 17 December 2021).
- Undo/Redo support added to Corese GUI (pull request #97 thanks to @alaabenfatma).
Changed
- Performed code clean-up, corrections, and added comments for improved readability and maintenance.
Fixed
- Fixed an encoding error when loading a file whose path contains a space.
- Fixed encoding error on Windows when exporting graphs.
- Fixed SPARQL engine bug where it was impossible to load a named graph that contains a non-empty RDF list.
- Fixed issue with
rdf:prefix not found when sending a federated query to Fuseki (see issue #114). - Fixed non-standard JSON format on query timeout (see issue #113).
- Fixed inconsistent status of the OWL and Rules checkboxes in Corese-GUI that were not updated during reload (see issue #110).
- Fixed the rule engine that was implementing optimizations incompatible with the
owl:propertyChainAxiomrule (see issue #110).
Security
- Bumped testng from 7.3.0 to 7.7.1. See pull request #118.
- Bumped jsoup from 1.14.2 to 1.15.3 in /corese-server. See pull request #101.
- Bumped junit from 4.11 to 4.13.1 in /corese-storage. See pull request #98.
- Bumped xercesImpl from 2.12.0 to 2.12.2. See pull request #92.
- Bumped gremlin-core from 3.2.3 to 3.6.2.
Release v4.3.0
Added
- Added a SHACL editor.
- Added a Turtle editor.
- Added possibility to save the current graph.
Fixed
- Fixed Log4j vulnerability (CVE-2021-44228).