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
This commit is contained in:
Chris Bono
2024-01-02 13:07:00 -06:00
committed by GitHub
parent b9a3e59074
commit 84e732da08
596 changed files with 146 additions and 147 deletions

View File

@@ -1,3 +0,0 @@
dependencies {
api project(':payload-converter-function')
}

View File

@@ -1,3 +0,0 @@
dependencies {
api project(':payload-converter-function')
}

View File

@@ -1,3 +0,0 @@
dependencies {
api project(':payload-converter-function')
}

View File

@@ -1,3 +0,0 @@
dependencies {
api project(':tensorflow-common')
}

View File

@@ -1,3 +0,0 @@
dependencies {
api project(':tensorflow-common')
}

View File

@@ -1,3 +0,0 @@
dependencies {
api project(':payload-converter-function')
}

View File

@@ -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
}

View File

@@ -0,0 +1,3 @@
dependencies {
api project(':spring-payload-converter-function')
}

View File

@@ -0,0 +1,3 @@
dependencies {
api project(':spring-payload-converter-function')
}

View File

@@ -0,0 +1,3 @@
dependencies {
api project(':spring-payload-converter-function')
}

View File

@@ -0,0 +1,3 @@
dependencies {
api project(':spring-tensorflow-common')
}

View File

@@ -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"
}
}
}

View File

@@ -0,0 +1,3 @@
dependencies {
api project(':spring-tensorflow-common')
}

View File

@@ -0,0 +1,3 @@
dependencies {
api project(':spring-payload-converter-function')
}

Some files were not shown because too many files have changed in this diff Show More