27 Commits

Author SHA1 Message Date
b467390c41 [RELEASE] - release version: 0.9.0 2025-02-07 16:47:27 +01:00
eef1e3a074 rename hlaeja libraries names 2025-02-07 16:46:47 +01:00
3ed391ad78 add spring boot validation 2025-02-07 15:05:32 +01:00
bd46362347 add postgresql testcontainers 2025-01-30 15:08:26 +01:00
f8467693f3 add hlaeja test 2025-01-30 15:07:35 +01:00
1d8be42e48 add service management 2025-01-28 22:04:35 +01:00
6ccddbd658 [RELEASE] - bump version 2025-01-02 07:07:26 +01:00
f3e03a4e5f [RELEASE] - release version: 0.8.0 2025-01-02 07:07:23 +01:00
1445dec40a add service account registry 2025-01-02 07:05:19 +01:00
b99636809b add hlaeja jwt 2024-12-30 18:06:17 +01:00
d94dd3671e [RELEASE] - bump version 2024-12-28 07:34:17 +01:00
57d7056782 [RELEASE] - release version: 0.7.0 2024-12-28 07:34:14 +01:00
07cc7e0e63 Add, Update, and cleanup 2024-12-27 22:33:50 +01:00
1215b12466 [RELEASE] - bump version 2024-12-10 22:54:21 +01:00
76301a8f09 [RELEASE] - release version: 0.6.0 2024-12-10 22:54:19 +01:00
0d4a1937cf platform upgrades
- update common messages
- update common plugin
- update core plugin
2024-12-10 22:52:04 +01:00
7cc3b64ccd [RELEASE] - bump version 2024-11-30 18:57:28 +01:00
b12fa5b04b [RELEASE] - release version: 0.5.0 2024-11-30 18:57:25 +01:00
0a4a89855b add service device configuration and renaming 2024-11-30 18:56:26 +01:00
af112bbe2f [RELEASE] - bump version 2024-11-26 11:44:01 +01:00
f484e0a0e2 [RELEASE] - release version: 0.4.0 2024-11-26 11:43:58 +01:00
bb5876e235 add dependencies for device registry service 2024-11-23 17:59:12 +01:00
4f1e9510d2 [RELEASE] - bump version 2024-11-15 11:23:47 +01:00
28572ba2dd [RELEASE] - release version: 0.3.0 2024-11-15 11:23:44 +01:00
048e0f59eb add structure dependence for data service 2024-11-11 12:12:29 +01:00
c352a9c760 add hlaeja common messages library 2024-11-11 12:00:19 +01:00
87d4d2fd29 [RELEASE] - bump version 2024-11-03 10:28:46 +00:00
3 changed files with 62 additions and 15 deletions

View File

@@ -1 +1 @@
version=0.2.0 version=0.9.0

View File

@@ -5,40 +5,83 @@ kotlin = "2.0.10"
# plugin third party version # plugin third party version
arturboschDetektPlugin = "1.23.7" arturboschDetektPlugin = "1.23.7"
jlleitschuhKtlintPlugin = "12.1.1" jlleitschuhKtlintPlugin = "12.1.1"
springframeworkBoot = "3.3.5"
bmuschkoDocker = "9.4.0"
jsonwebtoken = "0.12.6"
# hlaeja version # hlaeja version
hlaejaCorePlugin = "0.1.0" hlaejaCorePlugin = "0.2.0"
hlaejaCommonPlugin = "0.1.0" hlaejaCommonPlugin = "0.2.0"
hlaejaCommonMessages = "0.7.0"
hlaejaJwt = "0.1.0"
hlaejaTest = "0.1.0"
[libraries] [libraries]
# kotlin libraries influxdb-client-kotlin = { group = "com.influxdb", name = "influxdb-client-kotlin", version = "7.2.0" }
kotlin-logging = { group = "io.github.oshai", name = "kotlin-logging-jvm", version = "7.0.3" }
micrometer-registry-influx = { group = "io.micrometer", name = "micrometer-registry-influx", version = "1.14.2" }
fasterxml-jackson-module-kotlin = { group = "com.fasterxml.jackson.module", name = "jackson-module-kotlin" }
jjwt-api = { group = "io.jsonwebtoken", name = "jjwt-api", version.ref = "jsonwebtoken" }
jjwt-impl = { group = "io.jsonwebtoken", name = "jjwt-impl", version.ref = "jsonwebtoken" }
jjwt-jackson = { group = "io.jsonwebtoken", name = "jjwt-jackson", version.ref = "jsonwebtoken" }
kotlin-reflect = { group = "org.jetbrains.kotlin", name = "kotlin-reflect" }
kotlinx-coroutines = { group = "org.jetbrains.kotlinx", name = "kotlinx-coroutines-reactor" }
postgresql = { group = "org.postgresql", name = "postgresql" }
postgresql-r2dbc = { group = "org.postgresql", name = "r2dbc-postgresql" }
projectreactor-kotlin-reactor-extensions = { group = "io.projectreactor.kotlin", name = "reactor-kotlin-extensions" }
springboot-starter = { group = "org.springframework.boot", name = "spring-boot-starter" }
springboot-starter-actuator = { group = "org.springframework.boot", name = "spring-boot-starter-actuator" }
springboot-starter-cache = { group = "org.springframework.boot", name = "spring-boot-starter-cache" }
springboot-starter-cassandra = { group = "org.springframework.boot", name = "spring-boot-starter-data-cassandra" }
springboot-starter-cassandra-reactive = { group = "org.springframework.boot", name = "spring-boot-starter-data-cassandra-reactive" }
springboot-starter-r2dbc = { group = "org.springframework.boot", name = "spring-boot-starter-data-r2dbc" }
springboot-starter-redis = { group = "org.springframework.boot", name = "spring-boot-starter-data-redis" }
springboot-starter-security = { group = "org.springframework.boot", name = "spring-boot-starter-security" }
springboot-starter-thymeleaf = { group = "org.springframework.boot", name = "spring-boot-starter-thymeleaf" }
springboot-starter-validation = { group = "org.springframework.boot", name = "spring-boot-starter-validation" }
springboot-starter-webflux = { group = "org.springframework.boot", name = "spring-boot-starter-webflux" }
thymeleaf-spring-security = { group = "org.thymeleaf.extras", name = "thymeleaf-extras-springsecurity6" }
# testing libraries
assertj-core = { group = "org.assertj", name = "assertj-core", version = "3.26.3" }
mockk = { group = "io.mockk", name = "mockk", version = "1.13.13" }
testcontainers-junit = { group = "org.testcontainers", name = "junit-jupiter" }
testcontainers-postgresql = { group = "org.testcontainers", name = "postgresql" }
junit-jupiter-params = { group = "org.junit.jupiter", name = "junit-jupiter-params" }
junit-platform-launcher = { group = "org.junit.platform", name = "junit-platform-launcher" }
kotlin-test = { group = "org.jetbrains.kotlin", name = "kotlin-test", version.ref = "kotlin" } kotlin-test = { group = "org.jetbrains.kotlin", name = "kotlin-test", version.ref = "kotlin" }
kotlin-test-junit5 = { group = "org.jetbrains.kotlin", name = "kotlin-test-junit5" }
kotlinx-coroutines-test = { group = "org.jetbrains.kotlinx", name = "kotlinx-coroutines-test" }
projectreactor-reactor-test = { group = "io.projectreactor", name = "reactor-test" }
springboot-starter-test = { group = "org.springframework.boot", name = "spring-boot-starter-test" }
# mockk libraries # plugin core dependencies
io-mockk = { group = "io.mockk", name = "mockk", version = "1.13.13" }
org-eclipse-jgit = { group = "org.eclipse.jgit", name = "org.eclipse.jgit", version = "7.0.0.202409031743-r" } org-eclipse-jgit = { group = "org.eclipse.jgit", name = "org.eclipse.jgit", version = "7.0.0.202409031743-r" }
org-junit-jupiter-params = { group = "org.junit.jupiter", name = "junit-jupiter-params" }
# plugin common dependencies # plugin common dependencies
com-bmuschko-docker-gradle-plugin = { group = "com.bmuschko", name = "gradle-docker-plugin", version = "9.4.0" } com-bmuschko-docker-gradle-plugin = { group = "com.bmuschko", name = "gradle-docker-plugin", version.ref = "bmuschkoDocker" }
io-gitlab-arturbosch-detekt-gradle-plugin = { group = "io.gitlab.arturbosch.detekt", name = "detekt-gradle-plugin", version.ref = "arturboschDetektPlugin" } io-gitlab-arturbosch-detekt-gradle-plugin = { group = "io.gitlab.arturbosch.detekt", name = "detekt-gradle-plugin", version.ref = "arturboschDetektPlugin" }
ltd-hlaeja-plugin-core = { group = "ltd.hlaeja.plugin.hlaeja-core-plugin", name = "ltd.hlaeja.plugin.hlaeja-core-plugin.gradle.plugin", version.ref = "hlaejaCorePlugin" }
org-jetbrains-kotlin-gradle-plugin = { group = "org.jetbrains.kotlin", name = "kotlin-gradle-plugin", version.ref = "kotlin" } org-jetbrains-kotlin-gradle-plugin = { group = "org.jetbrains.kotlin", name = "kotlin-gradle-plugin", version.ref = "kotlin" }
org-jlleitschuh-ktlint-gradle-plugin = { group = "org.jlleitschuh.gradle", name = "ktlint-gradle", version.ref = "jlleitschuhKtlintPlugin" } org-jlleitschuh-ktlint-gradle-plugin = { group = "org.jlleitschuh.gradle", name = "ktlint-gradle", version.ref = "jlleitschuhKtlintPlugin" }
org-springframework-springboot-gradle-plugin = { group = "org.springframework.boot", name = "spring-boot-gradle-plugin", version = "3.3.5" } org-springframework-springboot-gradle-plugin = { group = "org.springframework.boot", name = "spring-boot-gradle-plugin", version.ref = "springframeworkBoot" }
# plugin common dependencies hlaeja # plugin common dependencies hlaeja
ltd-hlaeja-plugin-core = { group = "ltd.hlaeja.plugin.hlaeja-core-plugin", name = "ltd.hlaeja.plugin.hlaeja-core-plugin.gradle.plugin", version.ref = "hlaejaCorePlugin" } library-common-messages = { group = "ltd.hlaeja.library", name = "hlaeja-common-messages", version.ref = "hlaejaCommonMessages" }
library-jwt = { group = "ltd.hlaeja.library", name = "hlaeja-jwt", version.ref = "hlaejaJwt" }
library-test = { group = "ltd.hlaeja.library", name = "hlaeja-test", version.ref = "hlaejaTest" }
[plugins] [plugins]
# kotlin plugin spring-dependency-management = { id = "io.spring.dependency-management", version = "1.1.6" }
kotlin-jvm = { id = "org.jetbrains.kotlin.jvm", version.ref = "kotlin" }
# third party plugin com-bmuschko-docker = { id = "com.bmuschko.docker-spring-boot-application", version.ref = "bmuschkoDocker" }
io-gitlab-arturbosch-detekt = { id = "io.gitlab.arturbosch.detekt", version.ref = "arturboschDetektPlugin" } io-gitlab-arturbosch-detekt = { id = "io.gitlab.arturbosch.detekt", version.ref = "arturboschDetektPlugin" }
kotlin-jvm = { id = "org.jetbrains.kotlin.jvm", version.ref = "kotlin" }
kotlin-spring = { id = "org.jetbrains.kotlin.plugin.spring", version.ref = "kotlin" }
org-jlleitschuh-gradle-ktlint = { id = "org.jlleitschuh.gradle.ktlint", version.ref = "jlleitschuhKtlintPlugin" } org-jlleitschuh-gradle-ktlint = { id = "org.jlleitschuh.gradle.ktlint", version.ref = "jlleitschuhKtlintPlugin" }
springframework-boot = { id = "org.springframework.boot", version.ref = "springframeworkBoot" }
# hlaeja plugin # hlaeja plugin
ltd-hlaeja-plugin-core = { id = "ltd.hlaeja.plugin.hlaeja-core-plugin", version.ref = "hlaejaCorePlugin" } ltd-hlaeja-plugin-core = { id = "ltd.hlaeja.plugin.hlaeja-core-plugin", version.ref = "hlaejaCorePlugin" }
@@ -52,3 +95,4 @@ ltd-hlaeja-plugin-service = { id = "ltd.hlaeja.plugin.hlaeja-common-plugin.servi
ltd-hlaeja-plugin-service-container = { id = "ltd.hlaeja.plugin.hlaeja-common-plugin.service-container", version.ref = "hlaejaCommonPlugin" } ltd-hlaeja-plugin-service-container = { id = "ltd.hlaeja.plugin.hlaeja-common-plugin.service-container", version.ref = "hlaejaCommonPlugin" }
ltd-hlaeja-plugin-service-integration-test = { id = "ltd.hlaeja.plugin.hlaeja-common-plugin.service-integration-test", version.ref = "hlaejaCommonPlugin" } ltd-hlaeja-plugin-service-integration-test = { id = "ltd.hlaeja.plugin.hlaeja-common-plugin.service-integration-test", version.ref = "hlaejaCommonPlugin" }
ltd-hlaeja-plugin-service-process-resource = { id = "ltd.hlaeja.plugin.hlaeja-common-plugin.service-process-resource", version.ref = "hlaejaCommonPlugin" } ltd-hlaeja-plugin-service-process-resource = { id = "ltd.hlaeja.plugin.hlaeja-common-plugin.service-process-resource", version.ref = "hlaejaCommonPlugin" }
ltd-hlaeja-plugin-certificate = { id = "ltd.hlaeja.plugin.hlaeja-common-plugin.certificate", version.ref = "hlaejaCommonPlugin" }

View File

@@ -85,6 +85,9 @@ check_differences master
# un-snapshot catalog versions for release # un-snapshot catalog versions for release
un_snapshot_catalog "hlaejaCorePlugin" un_snapshot_catalog "hlaejaCorePlugin"
un_snapshot_catalog "hlaejaCommonPlugin" un_snapshot_catalog "hlaejaCommonPlugin"
un_snapshot_catalog "hlaejaCommonMessages"
un_snapshot_catalog "hlaejaJwt"
un_snapshot_catalog "hlaejaTest"
# un-snapshot properties for release # un-snapshot properties for release
un_snapshot_version version un_snapshot_version version