Skip to content
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

release/2.0.0 #12

Merged
merged 60 commits into from
Oct 30, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
60 commits
Select commit Hold shift + click to select a range
f02e3a1
refactor: extracted from asquare rev. f4556f04cad137b90a6534e56b052f6…
psiotwo Jun 17, 2024
ec1d122
refactor: made independent on asquare
psiotwo Jun 19, 2024
b31a121
refactor: simplification + removing buildtime dependency on Spring
psiotwo Jun 19, 2024
1fbe2cc
refactor: simplification of the code
psiotwo Jun 19, 2024
2586b2d
refactor: cleanup, removing Spring from tests, JDK 11 compatibility
psiotwo Jun 19, 2024
8c3d046
fix: cleanup, code quality checks (dependencycheck, pmd, jacoco)
psiotwo Jun 19, 2024
8733150
feat: basic support for JSON-LD 1.1 inputs
psiotwo Jun 20, 2024
7232e36
feat: custom deserializer for prefixes in JSON5
psiotwo Jun 22, 2024
636facb
fix: JSON-lD example
psiotwo Jun 22, 2024
c5f16e3
fix: simplifyng data model (POJOs)
psiotwo Jun 22, 2024
b36483a
refactor: move to the package zone.cogni.semantics.irigenerator, rena…
psiotwo Jun 22, 2024
2fd60cd
refactor: moving default example to 'demo' folder
psiotwo Aug 18, 2024
a60ae50
feat: test parameterization and improved logging
psiotwo Aug 19, 2024
1a65b92
refactor: test IRIs
psiotwo Aug 21, 2024
9f83202
refactor: test case naming
psiotwo Aug 21, 2024
216ad38
chore: create gradle.yml - Github automation
psiotwo Aug 21, 2024
fc95968
chore: remove dependency-submission (temporarily)
psiotwo Aug 21, 2024
eea478a
fix: CI cleanup
psiotwo Aug 26, 2024
f824fb2
feat: splitting the main and develop flow
psiotwo Aug 26, 2024
4508f2d
adapt maven central publishing
salihkadir Sep 4, 2024
dde139e
Update build.gradle.kts
salihkadir Sep 4, 2024
7b9c749
Update build.gradle.kts
salihkadir Sep 4, 2024
9f563bd
Update build.gradle.kts
salihkadir Sep 4, 2024
5e04a7d
Update build.gradle.kts
salihkadir Sep 4, 2024
86dff15
Update build.gradle.kts
salihkadir Sep 4, 2024
0a2411f
Update build.gradle.kts
salihkadir Sep 4, 2024
fce5bb4
Rename LICENSE.txt to LICENSE
salihkadir Sep 4, 2024
9fb9ea5
Update build.gradle.kts
salihkadir Sep 4, 2024
bd6a1e6
Update build.gradle.kts
salihkadir Sep 4, 2024
fcd9db7
Update build.gradle.kts
salihkadir Sep 4, 2024
00e07fe
Update build.gradle.kts
salihkadir Sep 4, 2024
8f22f47
Update build.gradle.kts
salihkadir Sep 4, 2024
b1c3378
Update build.gradle.kts
salihkadir Sep 4, 2024
26f09c7
Update build.gradle.kts
salihkadir Sep 5, 2024
0354544
Update build.gradle.kts
salihkadir Sep 5, 2024
97713da
Update build.gradle.kts
salihkadir Sep 5, 2024
9475c91
Update build.gradle.kts
salihkadir Sep 5, 2024
e450a28
Update build.gradle.kts
salihkadir Sep 5, 2024
47baa0a
Update build.gradle.kts
salihkadir Sep 5, 2024
69378f5
Initial commit
psiotwo Aug 28, 2024
b6183b7
v1.0.0
psiotwo Aug 28, 2024
be55a8d
refactor: extracted from asquare rev. f4556f04cad137b90a6534e56b052f6…
psiotwo Jun 17, 2024
e0accac
refactor: made independent on asquare
psiotwo Jun 19, 2024
4d96c81
refactor: simplification + removing buildtime dependency on Spring
psiotwo Jun 19, 2024
c69f01f
refactor: simplification of the code
psiotwo Jun 19, 2024
e47f40d
refactor: cleanup, removing Spring from tests, JDK 11 compatibility
psiotwo Jun 19, 2024
0607e08
fix: cleanup, code quality checks (dependencycheck, pmd, jacoco)
psiotwo Jun 19, 2024
d145c0c
feat: basic support for JSON-LD 1.1 inputs
psiotwo Jun 20, 2024
3555bcb
refactor: move to the package zone.cogni.semantics.irigenerator, rena…
psiotwo Jun 22, 2024
0edd0c9
refactor: moving default example to 'demo' folder
psiotwo Aug 18, 2024
c0c8358
feat: test parameterization and improved logging
psiotwo Aug 19, 2024
e630ac2
refactor: test IRIs
psiotwo Aug 21, 2024
aab67a7
refactor: test case naming
psiotwo Aug 21, 2024
2746800
Update build.gradle.kts
salihkadir Sep 4, 2024
6a2f07c
fix: rebasing to main
psiotwo Sep 5, 2024
92ae40a
Delete LICENSE.txt
salihkadir Sep 5, 2024
dd72f29
Merge branch 'main' into develop
psiotwo Sep 5, 2024
20da516
Update build.gradle.kts
salihkadir Sep 5, 2024
bd908c5
fix: fixed version for spring
psiotwo Sep 5, 2024
20913a5
chore: renaming the artifact to 'semanticz-irigenerator'
psiotwo Oct 27, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
2.0.0
- renaming the artifact from 'irigenerator' to 'semanticz-irigenerator'

1.0.1
- updated the publishing pipeline.

1.0.0
- support for JSON-LD configuration.
- initial version extracted from Asquare.
11 changes: 1 addition & 10 deletions build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
val jenaVersion = "4.10.0"
val guavaVersion = "33.3.0-jre"
val springVersion = "5.3.+"
val springVersion = "5.3.39"
val jakartaAnnotationApiVersion = "3.0.0"
val jb4jsonldJacksonVersion = "0.14.3"
val logbackVersion = "1.5.7"
Expand Down Expand Up @@ -156,16 +156,7 @@ tasks.withType<Javadoc> {
}

signing {
useInMemoryPgpKeys(
project.findProperty("signing.keyId")?.toString(),
project.findProperty("signing.password")?.toString(),
project.findProperty("signing.secretKeyRingFile")?.toString()
)
if (project.hasProperty("publishToMavenCentral")) {
sign(publishing.publications["mavenJava"])
}
}

tasks.withType<PublishToMavenRepository> {
dependsOn(tasks.withType<Sign>())
}
2 changes: 1 addition & 1 deletion settings.gradle.kts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
rootProject.name = "irigenerator"
rootProject.name = "semanticz-irigenerator"