Skip to content

Commit fc1b65e

Browse files
committed
GH-1267 Deprecate RSocket module
Resolves #1267
1 parent f494962 commit fc1b65e

File tree

3 files changed

+22
-6
lines changed

3 files changed

+22
-6
lines changed

pom.xml

-1
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,6 @@
160160
<module>spring-cloud-function-deployer</module>
161161
<module>spring-cloud-function-adapters</module>
162162
<module>spring-cloud-function-integration</module>
163-
<module>spring-cloud-function-rsocket</module>
164163
<module>spring-cloud-function-kotlin</module>
165164
<module>docs</module>
166165
</modules>

spring-cloud-function-dependencies/pom.xml

-5
Original file line numberDiff line numberDiff line change
@@ -71,11 +71,6 @@
7171
<artifactId>spring-cloud-function-kotlin</artifactId>
7272
<version>${project.version}</version>
7373
</dependency>
74-
<dependency>
75-
<groupId>org.springframework.cloud</groupId>
76-
<artifactId>spring-cloud-function-rsocket</artifactId>
77-
<version>${project.version}</version>
78-
</dependency>
7974
<dependency>
8075
<groupId>org.springframework.cloud</groupId>
8176
<artifactId>spring-cloud-function-grpc</artifactId>
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
___ ___ _ _ _
2+
| _ \/ __| ___ __| |_____| |_ ____ _ _ __ _ __ ___ _ _| |_
3+
| /\__ \/ _ \/ _| / / -_) _| (_-< || | '_ \ '_ \/ _ \ '_| _|
4+
|_|_\|___/\___/\__|_\_\___|\__| /__/\_,_| .__/ .__/\___/_| \__|
5+
| |_ __ _ ___ | |__ ___ ___ _ _ |_| |_|
6+
| ' \/ _` (_-< | '_ \/ -_) -_) ' \
7+
|_||_\__,_/__/ |_.__/\___\___|_||_| _
8+
__| |___ _ __ _ _ ___ __ __ _| |_ ___ __| |
9+
/ _` / -_) '_ \ '_/ -_) _/ _` | _/ -_) _` |_
10+
\__,_\___| .__/_| \___\__\__,_|\__\___\__,_(_)
11+
___ _ |_| _ _ _ _ _
12+
|_ _| |_ __ __ _(_) | | _ _ ___| |_ | |__ ___
13+
| || _| \ V V / | | | | ' \/ _ \ _| | '_ \/ -_)
14+
|___|\__|_ \_/\_/|_|_|_| |_||_\___/\__| |_.__/\___|_ _
15+
_ _ ___| |___ __ _ ___ ___ __| | __| |_ __ _ _ _| |_(_)_ _ __ _
16+
| '_/ -_) / -_) _` (_-</ -_) _` | (_-< _/ _` | '_| _| | ' \/ _` |
17+
|_| \___|_\___\__,_/__/\___\__,_| /__/\__\__,_|_| \__|_|_||_\__, |
18+
__ _____ _ _ __(_)___ _ _ | | | |__ / / \ |___/
19+
\ V / -_) '_(_-< / _ \ ' \ |_ _| |_ \| () |
20+
\_/\___|_| /__/_\___/_||_| |_(_)___(_)__/
21+
${application.title} ${application.version}
22+
Powered by Spring Boot ${spring-boot.version} and Spring Cloud Functions

0 commit comments

Comments
 (0)