Fix compile error#6
Open
xwm1992 wants to merge 2007 commits into
Open
Conversation
[ISSUE apache#1162] Reference links are not available in 03-demo.md close apache#1162
[ISSUE apache#1718] [Enhancement] Possible null pointer dereference due to return value of called method [Utils]
…nder [ISSUE apache#1713] Possible null pointer dereference due to return value of called method [SessionSender]
[ISSUE apache#1692] Method may fail to close stream
[ISSUE apache#1803] add common/id error handle close apache#1803
[ISSUE apache#1717] Adding NPE check close apache#1717
[ISSUE apache#1716] Adding NPE Check close apache#1716
This reverts commit 8dd3bc3.
[ISSUE apache#1973]Added logger to record the catched exception
[ISSUE apache#1966] Replace with Objects.equals() close apache#1966
[ISSUE apache#1707]Add null pointer exception close apache#1707
[ISSUE apache#1708] add NPE exception check close apache#1708
…daptor_NPE [ISSUE apache#1914] fix NPE bug [HttpProtocolAdaptor] close apache#1914
[ISSUE apache#1976]Remove redundant modifiers close apache#1976
[ISSUE apache#1983] Extract GO SDK protocol constant close apache#1983
# Conflicts: # eventmesh-webhook/eventmesh-webhook-receive/src/main/java/org/apache/eventmesh/webhook/receive/WebHookController.java
[ISSUE apache#1077] Extraction of constants [GithubProtocol HookConfigOperationManage WebHookController] close apache#1077
[ISSUE apache#1993] Replacing default encoding with UTF-8 in WebhookFileListener close apache#1993
…turn [ISSUE apache#1977] [Enhancement] There is no need to use return for a void method close apache#1977
[ISSUE apache#1995] Remove exception from getConsumer throws list close apache#1995
[ISSUE apache#1158] translate unit test doc close apache#1158
[ISSUE apache#1998] Possible null pointer dereference due to return value of called method [CloudEventsProtocolAdaptor] close apache#1998
xwm1992
pushed a commit
that referenced
this pull request
Mar 7, 2023
Update EventMeshHttpConsumer.java
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.
Fixes ISSUE#.
Motivation
Explain the content here.
Explain why you want to make the changes and what problem you're trying to solve.
Modifications
Describe the modifications you've done.
Documentation