update for memory leak
- fix memory leak in MeasurementRepository - add logging in MeasurementService - update catalog version
This commit is contained in:
@@ -11,27 +11,25 @@ plugins {
|
||||
}
|
||||
|
||||
dependencies {
|
||||
implementation(hlaeja.com.influxdb.client.kotlin)
|
||||
implementation(hlaeja.influxdb.client.kotlin)
|
||||
implementation(hlaeja.kotlin.logging)
|
||||
implementation(hlaeja.kotlin.reflect)
|
||||
implementation(hlaeja.kotlinx.coroutines)
|
||||
implementation(hlaeja.ltd.hlaeja.library.common.messages)
|
||||
implementation(hlaeja.org.springframework.springboot.actuator.starter)
|
||||
implementation(hlaeja.org.springframework.springboot.webflux.starter)
|
||||
implementation(hlaeja.library.hlaeja.common.messages)
|
||||
implementation(hlaeja.springboot.starter.actuator)
|
||||
implementation(hlaeja.springboot.starter.webflux)
|
||||
|
||||
testImplementation(hlaeja.io.mockk)
|
||||
testImplementation(hlaeja.io.projectreactor.reactor.test)
|
||||
testImplementation(hlaeja.mockk)
|
||||
testImplementation(hlaeja.projectreactor.reactor.test)
|
||||
testImplementation(hlaeja.kotlin.test.junit5)
|
||||
testImplementation(hlaeja.kotlinx.coroutines.test)
|
||||
testImplementation(hlaeja.org.springframework.springboot.test.starter)
|
||||
testImplementation(hlaeja.springboot.starter.test)
|
||||
|
||||
testRuntimeOnly(hlaeja.org.junit.platform.launcher)
|
||||
testRuntimeOnly(hlaeja.junit.platform.launcher)
|
||||
}
|
||||
|
||||
group = "ltd.hlaeja"
|
||||
|
||||
tasks {
|
||||
}
|
||||
|
||||
fun influxDbToken(): String = if (extra.has("influxdb.token")) {
|
||||
extra["influxdb.token"] as String
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user