GH-1267 Deprecate RSocket module

Resolves #1267
This commit is contained in:
Oleg Zhurakousky
2025-04-16 20:32:32 +02:00
parent f494962000
commit fc1b65ee81
3 changed files with 22 additions and 6 deletions

View File

@@ -160,7 +160,6 @@
<module>spring-cloud-function-deployer</module>
<module>spring-cloud-function-adapters</module>
<module>spring-cloud-function-integration</module>
<module>spring-cloud-function-rsocket</module>
<module>spring-cloud-function-kotlin</module>
<module>docs</module>
</modules>

View File

@@ -71,11 +71,6 @@
<artifactId>spring-cloud-function-kotlin</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-function-rsocket</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-function-grpc</artifactId>

View File

@@ -0,0 +1,22 @@
___ ___ _ _ _
| _ \/ __| ___ __| |_____| |_ ____ _ _ __ _ __ ___ _ _| |_
| /\__ \/ _ \/ _| / / -_) _| (_-< || | '_ \ '_ \/ _ \ '_| _|
|_|_\|___/\___/\__|_\_\___|\__| /__/\_,_| .__/ .__/\___/_| \__|
| |_ __ _ ___ | |__ ___ ___ _ _ |_| |_|
| ' \/ _` (_-< | '_ \/ -_) -_) ' \
|_||_\__,_/__/ |_.__/\___\___|_||_| _
__| |___ _ __ _ _ ___ __ __ _| |_ ___ __| |
/ _` / -_) '_ \ '_/ -_) _/ _` | _/ -_) _` |_
\__,_\___| .__/_| \___\__\__,_|\__\___\__,_(_)
___ _ |_| _ _ _ _ _
|_ _| |_ __ __ _(_) | | _ _ ___| |_ | |__ ___
| || _| \ V V / | | | | ' \/ _ \ _| | '_ \/ -_)
|___|\__|_ \_/\_/|_|_|_| |_||_\___/\__| |_.__/\___|_ _
_ _ ___| |___ __ _ ___ ___ __| | __| |_ __ _ _ _| |_(_)_ _ __ _
| '_/ -_) / -_) _` (_-</ -_) _` | (_-< _/ _` | '_| _| | ' \/ _` |
|_| \___|_\___\__,_/__/\___\__,_| /__/\__\__,_|_| \__|_|_||_\__, |
__ _____ _ _ __(_)___ _ _ | | | |__ / / \ |___/
\ V / -_) '_(_-< / _ \ ' \ |_ _| |_ \| () |
\_/\___|_| /__/_\___/_||_| |_(_)___(_)__/
${application.title} ${application.version}
Powered by Spring Boot ${spring-boot.version} and Spring Cloud Functions