fix: Association IRI violation checks (RDFA-449)#75
Open
kiph-soptim wants to merge 22 commits intomainfrom
Open
fix: Association IRI violation checks (RDFA-449)#75kiph-soptim wants to merge 22 commits intomainfrom
kiph-soptim wants to merge 22 commits intomainfrom
Conversation
The loader was calling ClassPathResource#getFile(), which which only works when the resource exists as a real filesystem file. In a packaged jar it becomes a nested classpath resource, so getFile() throws a FileNotFoundException.
… RDFA-371) * - added unsaved changes adoption, when saving a class property. - moved files in model/reactive for better hierarchy * fixed bugs: - where previously removed properties were added again when merging 2 classes - where the property editors didn't clear after creating a new attribute - Where creating a property would create it 2 times
* refactored navigation to remove faulty api calls * fixed bugs where: - default packages were always shown as empty - no reload happened on enable/disable editing also added hot reload for undo/redo * fixed bug, where the package editor didn't work * fixed bug, where the ontology editor didn't reload properly * fixed bug where graph navigation section was not updated on modifying data * fixed bug where undo redo didn't trigger a reload in the class editor
…-class- Signed-off-by: Philipp Kirchner <philipp.kirchner@soptim.de>
…-class- Signed-off-by: Philipp Kirchner <philipp.kirchner@soptim.de>
…ssociationEditorDialog opening one of those to edit would create a new association/attribute
…log or AssociationEditorDialog opening one of those to edit would create a new association/attribute" This reverts commit 33862f8.
spah-soptim
previously requested changes
Apr 16, 2026
…-class- Signed-off-by: Philipp Kirchner <philipp.kirchner@soptim.de>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
The labels of association are now checked to be a unique IRI
Test Checklist
General Behavior
Global MenuBar
Welcome Page
Editor - MenuBar
Editor - Navigation
Editor - Package View
Editor - Class Editor
Prefixes Page
Changelog Page
Compare Page