Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Subscription support #27

Merged
merged 27 commits into from
Nov 20, 2023
Merged

Subscription support #27

merged 27 commits into from
Nov 20, 2023

Conversation

firatkucuk
Copy link
Collaborator

@firatkucuk firatkucuk commented Aug 25, 2023

  • Provide end-to-end websocket communication
  • Version bump for Spring 3.0.10
  • Better data generation example for testing multiple server instances and multiple sessions
  • Test for sequential connection testing
  • Graceful connection close
  • Test for multiple sessions
  • Simplify subscription handlers
  • Implement a DefaultRemoteSubscriptionRetriever
  • Check Nullability annotations
  • Provide HTML tester page
  • Complete architecture documentation
  • Method renamings and final refactor
  • Add Javadocs comments
  • Add Websocket communication for GraphQL documentation

# Conflicts:
#	README.md
#	lilo-samples/01-spring-boot-hello-world/lilo-gateway/pom.xml
#	lilo-samples/01-spring-boot-hello-world/pom.xml
#	lilo-samples/02-spring-boot-basic-stitching/lilo-gateway/pom.xml
#	lilo-samples/02-spring-boot-basic-stitching/pom.xml
#	lilo-samples/03-spring-boot-local-stitching/lilo-gateway/pom.xml
#	lilo-samples/03-spring-boot-local-stitching/pom.xml
#	lilo-samples/04-spring-boot-reactive-stitching/lilo-gateway/pom.xml
#	lilo-samples/04-spring-boot-reactive-stitching/pom.xml
#	lilo-samples/05-spring-boot-basic-authentication/lilo-gateway/pom.xml
#	lilo-samples/05-spring-boot-basic-authentication/pom.xml
#	lilo-samples/pom.xml
#	pom.xml
@firatkucuk firatkucuk linked an issue Aug 25, 2023 that may be closed by this pull request
@firatkucuk firatkucuk marked this pull request as draft August 25, 2023 06:25
@firatkucuk firatkucuk self-assigned this Aug 29, 2023
# Conflicts:
#	README.md
#	lilo-samples/01-spring-boot-hello-world/lilo-gateway/pom.xml
#	lilo-samples/01-spring-boot-hello-world/pom.xml
#	lilo-samples/01-spring-boot-hello-world/server1/pom.xml
#	lilo-samples/01-spring-boot-hello-world/server2/pom.xml
#	lilo-samples/02-spring-boot-basic-stitching/lilo-gateway/pom.xml
#	lilo-samples/02-spring-boot-basic-stitching/pom.xml
#	lilo-samples/02-spring-boot-basic-stitching/server1/pom.xml
#	lilo-samples/02-spring-boot-basic-stitching/server2/pom.xml
#	lilo-samples/03-spring-boot-local-stitching/lilo-gateway/pom.xml
#	lilo-samples/03-spring-boot-local-stitching/pom.xml
#	lilo-samples/03-spring-boot-local-stitching/server1/pom.xml
#	lilo-samples/04-spring-boot-reactive-stitching/lilo-gateway/pom.xml
#	lilo-samples/04-spring-boot-reactive-stitching/pom.xml
#	lilo-samples/04-spring-boot-reactive-stitching/server1/pom.xml
#	lilo-samples/04-spring-boot-reactive-stitching/server2/pom.xml
#	lilo-samples/05-spring-boot-basic-authentication/lilo-gateway/pom.xml
#	lilo-samples/05-spring-boot-basic-authentication/pom.xml
#	lilo-samples/05-spring-boot-basic-authentication/server1/pom.xml
#	lilo-samples/05-spring-boot-basic-authentication/server2/pom.xml
#	lilo-samples/pom.xml
#	pom.xml
@firatkucuk firatkucuk marked this pull request as ready for review November 20, 2023 11:34
@firatkucuk firatkucuk merged commit eac75d5 into main Nov 20, 2023
2 checks passed
@firatkucuk firatkucuk deleted the 26-stream-support branch November 20, 2023 11:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Subscription Support
1 participant