merge main into dev#101
Merged
Merged
Conversation
Co-authored-by: bailiu <bailiu@microsoft.com>
* make status description for HTTP response be JSON safe * assert response description Co-authored-by: bailiu <bailiu@microsoft.com>
Co-authored-by: bailiu <bailiu@microsoft.com>
* cleanup unnecessary pom configurations * Enable authentication using Azure Identity * add copyright headers Co-authored-by: bailiu <bailiu@microsoft.com>
Co-authored-by: bailiu <bailiu@microsoft.com>
Co-authored-by: bailiu <bailiu@microsoft.com>
* text write/read support for websockets * uri encode request path * Merge state Add more commits by pushing to the fix/write-read-text branch on giventocode/azure-relay-java.Revert "uri encode request path" This reverts commit ee855e0. Review required At least 1 approving review is required by reviewers with write access. # Please enter the commit message for your changes. Lines starting All checks have passed# with '#' will be ignored, and an empty message aborts the commit. 1 successful check# @microsoft-cla# On branch fix/write-read-text license/cla — All CLA requirements met.# Your branch is up to date with 'origin/fix/write-read-text'. Required# Details# Changes to be committed: Merging is blocked# modified: src/main/java/com/microsoft/azure/relay/HybridHttpConnection.java Merging can be performed automatically with 1 approving review.# modified: src/test/java/com/microsoft/azure/relay/HybridConnectionListenerTest.java @giventocode# # # Leave a comment No file chosen Attach files by dragging & dropping, selecting or pasting them. Remember, contributions to this repository should follow its code of conduct. ProTip! Add .patch or .diff to the end of URLs for Git’s plaintext views. Reviewers No reviews Still in progress? Assignees No one assigned Labels None yet * added large message test, pr feedback * import fixes, and nit * import fix
* encode requests url paths * PR feedback Co-authored-by: Bainian Liu <bainian12345@hotmail.com>
* .env, logging, and updated dependencies * replace javax.websockets with jetty websockets
* .env, logging, and updated dependencies * replace javax.websockets with jetty websockets * implement ping * update interval and fix spacing * fix whitespace * formatting * make ping interval configurable and add test
jbjordan
added a commit
that referenced
this pull request
May 21, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
all tests pass locally