-
Notifications
You must be signed in to change notification settings - Fork 19
feat: strongly typed vocabularies #848
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
berezovskyi
wants to merge
27
commits into
master
Choose a base branch
from
b-vocab-props
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
+18,880
−18,679
Open
Changes from all commits
Commits
Show all changes
27 commits
Select commit
Hold shift + click to select a range
2024bbd
feat: strongly typed vocabularies
berezovskyi a5ef39e
feat: setExtended method
berezovskyi 19245a0
model: remove Matlab domain and fix oslc prefix
berezovskyi f3775bc
gen: domains
berezovskyi 3f675bb
gen: core domains
berezovskyi 725578c
gen: domain deletions
berezovskyi f2b61c2
chore: non-generated definitions deletion
berezovskyi fcfa9fe
build: generated POM
berezovskyi 39af51b
gen: OSLC core domain constants + Discussion
berezovskyi 2b0df01
test: update for the generated code
berezovskyi f07dd42
gen: update domains
berezovskyi 2b2da94
gen: update domains
berezovskyi 4fecd9b
gen: update domains
berezovskyi ad4fa34
revert: DC Terms name update
berezovskyi f0e8a36
Merge branch 'master' into b-vocab-props
berezovskyi 427aa76
Merge branch 'master' into b-vocab-props
berezovskyi 7d3033f
Merge branch 'master' into b-vocab-props
berezovskyi 1dfdacf
Merge branch 'master' into b-vocab-props
berezovskyi 8dd4bb3
Merge branch 'master' into b-vocab-props
berezovskyi 76cf6f7
Merge branch 'master' into b-vocab-props
berezovskyi 23540f2
Merge branch 'master' into b-vocab-props
berezovskyi 66618ee
Merge branch 'master' into b-vocab-props
berezovskyi fc0fc84
Merge branch 'master' into b-vocab-props
berezovskyi f6384ce
merge suggest vocab class with old one
Jad-el-khoury 1f6d7a0
Merge branch 'master' into b-vocab-props
berezovskyi 11e7ae8
test: update Dcterms vocab class ref
berezovskyi f809b5a
Merge branch 'master' into b-vocab-props
berezovskyi File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
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
450 changes: 87 additions & 363 deletions
450
domains/org.eclipse.lyo.tools.domainmodels/representations.aird
Large diffs are not rendered by default.
Oops, something went wrong.
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
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -19,15 +19,43 @@ | |
| <artifactId>oslc-domains</artifactId> | ||
| <version>7.0.0-SNAPSHOT</version> | ||
| <packaging>jar</packaging> | ||
| <name>Lyo :: Domains</name> | ||
| <name>oslc-domains</name> | ||
| <properties> | ||
| <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> | ||
| <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding> | ||
| <maven.compiler.release>21</maven.compiler.release> | ||
| <version.lyo>7.0.0-SNAPSHOT</version.lyo> | ||
| <version.lynx-sdk>2.0.0-SNAPSHOT</version.lynx-sdk> | ||
| <!-- Start of user code properties | ||
| --> | ||
| <!-- TODO: Add additional properties here to avoid them be overrriden upon | ||
| future re-generation --> | ||
| <!-- End of user code | ||
| --> | ||
| </properties> | ||
| <repositories> | ||
| <!-- Start of user code repositories | ||
| --> | ||
| <!-- TODO: Add additional repositories here to avoid them be overridden upon future re-generation --> | ||
| <!-- End of user code | ||
| --> | ||
| <repository> | ||
| <name>Central Portal Snapshots</name> | ||
| <id>central-portal-snapshots</id> | ||
| <url>https://central.sonatype.com/repository/maven-snapshots/</url> | ||
| <releases> | ||
| <enabled>false</enabled> | ||
| </releases> | ||
| <snapshots> | ||
| <enabled>true</enabled> | ||
| </snapshots> | ||
| </repository> | ||
| <repository> | ||
| <id>lynxwork-libs</id> | ||
| <name>lynxwork-libs</name> | ||
| <url>https://artifactory.lynxwork.com/artifactory/lynxwork-libs</url> | ||
|
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. @Jad-el-khoury this should not be here |
||
| </repository> | ||
| </repositories> | ||
| <!-- Start of user code pre_dependencies | ||
| --> | ||
| <!-- End of user code | ||
|
|
@@ -41,6 +69,10 @@ | |
| <!-- End of user code | ||
| --> | ||
| <!-- General dependencies --> | ||
| <dependency> | ||
| <groupId>org.slf4j</groupId> | ||
| <artifactId>slf4j-api</artifactId> | ||
| </dependency> | ||
| <!-- Lyo dependencies --> | ||
| <dependency> | ||
| <groupId>org.eclipse.lyo.oslc4j.core</groupId> | ||
|
|
||
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
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
Oops, something went wrong.
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
gotta revert