You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@eventmesh.apache.org by GitBox <gi...@apache.org> on 2022/08/01 09:42:38 UTC

[GitHub] [incubator-eventmesh] xwm1992 opened a new issue, #1059: [Bug] NullPointException of Http Request

xwm1992 opened a new issue, #1059:
URL: https://github.com/apache/incubator-eventmesh/issues/1059

   ### Search before asking
   
   - [X] I had searched in the [issues](https://github.com/apache/eventmesh/issues?q=is%3Aissue) and found no similar issues.
   
   
   ### Environment
   
   Windows
   
   ### EventMesh version
   
   master
   
   ### What happened
   
   Due to `Objects.requireNonNull(event.getExtension(Constants.PROTOCOL_VERSION)).toString()` this would cause NullPointExceptions for http request.
   To solve this problem can be changed to `Objects.requireNonNull(event.getSpecVersion()).toString()`.
   
   ### How to reproduce
   
   Use HTTP request pub/sub events.
   
   ### Debug logs
   
   _No response_
   
   ### Are you willing to submit PR?
   
   - [X] Yes I am willing to submit a PR!


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@eventmesh.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@eventmesh.apache.org
For additional commands, e-mail: dev-help@eventmesh.apache.org


[GitHub] [incubator-eventmesh] xwm1992 closed issue #1059: [Bug] NullPointException of Http Request

Posted by GitBox <gi...@apache.org>.
xwm1992 closed issue #1059: [Bug] NullPointException of Http Request
URL: https://github.com/apache/incubator-eventmesh/issues/1059


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@eventmesh.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@eventmesh.apache.org
For additional commands, e-mail: dev-help@eventmesh.apache.org