Prefix function names with spring-
* Add `spring-` prefix to function names Fixes: #9 This commit renames each sub-module in the common, consumer, function and supplier groups with a prefix of `spring-`. * Update README.adoc links to new prefixed names
@@ -1,3 +0,0 @@
|
||||
dependencies {
|
||||
api project(':payload-converter-function')
|
||||
}
|
||||
@@ -1,3 +0,0 @@
|
||||
dependencies {
|
||||
api project(':payload-converter-function')
|
||||
}
|
||||
@@ -1,3 +0,0 @@
|
||||
dependencies {
|
||||
api project(':payload-converter-function')
|
||||
}
|
||||
@@ -1,3 +0,0 @@
|
||||
dependencies {
|
||||
api project(':tensorflow-common')
|
||||
}
|
||||
@@ -1,3 +0,0 @@
|
||||
dependencies {
|
||||
api project(':tensorflow-common')
|
||||
}
|
||||
@@ -1,3 +0,0 @@
|
||||
dependencies {
|
||||
api project(':payload-converter-function')
|
||||
}
|
||||
@@ -1,5 +1,5 @@
|
||||
dependencies {
|
||||
api project(':payload-converter-function')
|
||||
api project(':spring-payload-converter-function')
|
||||
api 'org.springframework.integration:spring-integration-mongodb'
|
||||
api 'org.springframework.integration:spring-integration-redis'
|
||||
api 'org.springframework.integration:spring-integration-jdbc'
|
||||
@@ -13,6 +13,6 @@ dependencies {
|
||||
runtimeOnly 'org.postgresql:postgresql'
|
||||
|
||||
testImplementation 'org.testcontainers:mongodb'
|
||||
testImplementation project(':mongodb-consumer').sourceSets.test.output
|
||||
testImplementation project(':redis-consumer').sourceSets.test.output
|
||||
testImplementation project(':spring-mongodb-consumer').sourceSets.test.output
|
||||
testImplementation project(':spring-redis-consumer').sourceSets.test.output
|
||||
}
|
||||
3
function/spring-filter-function/build.gradle
Normal file
@@ -0,0 +1,3 @@
|
||||
dependencies {
|
||||
api project(':spring-payload-converter-function')
|
||||
}
|
||||
3
function/spring-header-enricher-function/build.gradle
Normal file
@@ -0,0 +1,3 @@
|
||||
dependencies {
|
||||
api project(':spring-payload-converter-function')
|
||||
}
|
||||
3
function/spring-header-filter-function/build.gradle
Normal file
@@ -0,0 +1,3 @@
|
||||
dependencies {
|
||||
api project(':spring-payload-converter-function')
|
||||
}
|
||||
3
function/spring-image-recognition-function/build.gradle
Normal file
@@ -0,0 +1,3 @@
|
||||
dependencies {
|
||||
api project(':spring-tensorflow-common')
|
||||
}
|
||||
|
Before Width: | Height: | Size: 17 KiB After Width: | Height: | Size: 17 KiB |
|
Before Width: | Height: | Size: 101 KiB After Width: | Height: | Size: 101 KiB |
|
Before Width: | Height: | Size: 113 KiB After Width: | Height: | Size: 113 KiB |
|
Before Width: | Height: | Size: 11 KiB After Width: | Height: | Size: 11 KiB |
@@ -1,7 +1,7 @@
|
||||
apply plugin: 'com.google.protobuf'
|
||||
|
||||
dependencies {
|
||||
api project(':tensorflow-common')
|
||||
api project(':spring-tensorflow-common')
|
||||
api protobufJava
|
||||
}
|
||||
|
||||
@@ -9,4 +9,4 @@ protobuf {
|
||||
protoc {
|
||||
artifact = "com.google.protobuf:protoc:$protobufVersion"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Before Width: | Height: | Size: 144 KiB After Width: | Height: | Size: 144 KiB |
|
Before Width: | Height: | Size: 140 KiB After Width: | Height: | Size: 140 KiB |
|
Before Width: | Height: | Size: 1.4 MiB After Width: | Height: | Size: 1.4 MiB |
|
Before Width: | Height: | Size: 48 KiB After Width: | Height: | Size: 48 KiB |
@@ -0,0 +1,3 @@
|
||||
dependencies {
|
||||
api project(':spring-tensorflow-common')
|
||||
}
|
||||
|
Before Width: | Height: | Size: 184 KiB After Width: | Height: | Size: 184 KiB |
|
Before Width: | Height: | Size: 243 KiB After Width: | Height: | Size: 243 KiB |
|
Before Width: | Height: | Size: 78 KiB After Width: | Height: | Size: 78 KiB |
|
Before Width: | Height: | Size: 102 KiB After Width: | Height: | Size: 102 KiB |
|
Before Width: | Height: | Size: 236 KiB After Width: | Height: | Size: 236 KiB |
|
Before Width: | Height: | Size: 113 KiB After Width: | Height: | Size: 113 KiB |
|
Before Width: | Height: | Size: 149 KiB After Width: | Height: | Size: 149 KiB |
3
function/spring-spel-function/build.gradle
Normal file
@@ -0,0 +1,3 @@
|
||||
dependencies {
|
||||
api project(':spring-payload-converter-function')
|
||||
}
|
||||