Skip to content

Commit

Permalink
Add spring- prefix to function names
Browse files Browse the repository at this point in the history
This commit renames each submodule in the common, consumer, function
and supplier groups with a prefix of `spring-`.
  • Loading branch information
onobc committed Dec 28, 2023
1 parent b9a3e59 commit 8835071
Show file tree
Hide file tree
Showing 595 changed files with 97 additions and 98 deletions.
8 changes: 4 additions & 4 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ plugins {
description = 'Spring Functions Catlog'

ext {
javaProjects = subprojects - project(':function-dependencies')
javaProjects = subprojects - project(':spring-function-dependencies')
}

apply from: 'dependencies.gradle'
Expand Down Expand Up @@ -109,8 +109,8 @@ configure(javaProjects) { subproject ->
dependencies {
annotationProcessor 'org.springframework.boot:spring-boot-configuration-processor'

if (subproject.name != 'config-common') {
api project(':config-common')
if (subproject.name != 'spring-config-common') {
api project(':spring-config-common')
}

api 'org.springframework.boot:spring-boot-starter-validation'
Expand Down Expand Up @@ -172,4 +172,4 @@ configure(javaProjects) { subproject ->
}
}

}
}
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
6 changes: 0 additions & 6 deletions consumer/ftp-consumer/build.gradle

This file was deleted.

3 changes: 0 additions & 3 deletions consumer/mqtt-consumer/build.gradle

This file was deleted.

File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
dependencies {
api project(':payload-converter-function')
api project(':spring-payload-converter-function')
api 'io.micrometer:micrometer-core'

testImplementation 'org.springframework.boot:spring-boot-starter-actuator'
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
dependencies {
api project(':payload-converter-function')
api project(':spring-payload-converter-function')
api 'org.springframework.boot:spring-boot-starter-data-elasticsearch'

testImplementation 'org.testcontainers:elasticsearch'
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
6 changes: 6 additions & 0 deletions consumer/spring-ftp-consumer/build.gradle
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
dependencies {
api project(':spring-ftp-common')

testImplementation project(':spring-function-test-support')
testImplementation ftpserverCore
}
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
dependencies {
api project(':payload-converter-function')
api project(':spring-payload-converter-function')

optionalApi 'org.hibernate.validator:hibernate-validator'
}
File renamed without changes.
File renamed without changes.
File renamed without changes.
3 changes: 3 additions & 0 deletions consumer/spring-mqtt-consumer/build.gradle
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
dependencies {
api project(':spring-mqtt-common')
}
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
dependencies {
api project(':aws-s3-common')
api project(':file-common')
api project(':spring-aws-s3-common')
api project(':spring-file-common')
api 'software.amazon.awssdk:s3-transfer-manager'

testImplementation 'org.springframework:spring-web'
}

tasks.withType(JavaForkOptions) {
jvmArgs '--add-opens', 'java.base/java.nio=ALL-UNNAMED'
}
}
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
dependencies {
api 'org.springframework.integration:spring-integration-sftp'

testImplementation project(':function-test-support')
testImplementation project(':spring-function-test-support')
}
File renamed without changes.
3 changes: 3 additions & 0 deletions consumer/spring-tcp-consumer/build.gradle
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
dependencies {
api project(':spring-tcp-common')
}
File renamed without changes.
4 changes: 4 additions & 0 deletions consumer/spring-twitter-consumer/build.gradle
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
dependencies {
api project(':spring-twitter-common')
api project(':spring-payload-converter-function')
}
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ dependencies {
api 'io.netty:netty-all'

testImplementation 'org.springframework.boot:spring-boot-starter-web'
testImplementation project(':function-test-support')
testImplementation project(':spring-function-test-support')
}
File renamed without changes.
5 changes: 5 additions & 0 deletions consumer/spring-xmpp-consumer/build.gradle
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
dependencies {
api project(':spring-xmpp-common')

testImplementation project(':spring-function-test-support')
}
File renamed without changes.
File renamed without changes.
3 changes: 0 additions & 3 deletions consumer/tcp-consumer/build.gradle

This file was deleted.

4 changes: 0 additions & 4 deletions consumer/twitter-consumer/build.gradle

This file was deleted.

5 changes: 0 additions & 5 deletions consumer/xmpp-consumer/build.gradle

This file was deleted.

3 changes: 0 additions & 3 deletions function/filter-function/build.gradle

This file was deleted.

3 changes: 0 additions & 3 deletions function/header-enricher-function/build.gradle

This file was deleted.

3 changes: 0 additions & 3 deletions function/header-filter-function/build.gradle

This file was deleted.

3 changes: 0 additions & 3 deletions function/image-recognition-function/build.gradle

This file was deleted.

3 changes: 0 additions & 3 deletions function/semantic-segmentation-function/build.gradle

This file was deleted.

3 changes: 0 additions & 3 deletions function/spel-function/build.gradle

This file was deleted.

File renamed without changes.
Original file line number Diff line number Diff line change
@@ -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'
Expand All @@ -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
}
Loading

0 comments on commit 8835071

Please sign in to comment.