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/12/01 09:17:27 UTC

[GitHub] [incubator-eventmesh] Alonexc opened a new issue, #2346: [Enhancement] Method encodes String bytes without specifying the character encoding [RabbitmqCloudEventTest]

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

   ### Search before asking
   
   - [X] I had searched in the [issues](https://github.com/apache/eventmesh/issues?q=is%3Aissue) and found no similar issues.
   
   
   ### Enhancement Request
   
   ![image](https://user-images.githubusercontent.com/91315508/205013214-b01b50d1-6a2c-423f-ad97-1d0b424cf594.png)
   located at:
   eventmesh-connector-plugin/eventmesh-connector-rabbitmq/src/test/java/org/apache/eventmesh/connector/rabbitmq/cloudevent/RabbitmqCloudEventTest.java line 43
   analysis and explanation:
   The behavior of the String(byte[] bytes) and String.getBytes() is undefined if the string cannot be encoded in the platform's default charset.
   
   
   ### Describe the solution you'd like
   
   reference:
   ![image](https://user-images.githubusercontent.com/91315508/205013263-1cb8034c-e4b3-4402-8ad9-a0dc064e6957.png)
   
   
   ### Are you willing to submit PR?
   
   - [ ] 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 #2346: [Enhancement] Method encodes String bytes without specifying the character encoding [RabbitmqCloudEventTest]

Posted by GitBox <gi...@apache.org>.
xwm1992 closed issue #2346: [Enhancement] Method encodes String bytes without specifying the character encoding [RabbitmqCloudEventTest]
URL: https://github.com/apache/incubator-eventmesh/issues/2346


-- 
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


[GitHub] [incubator-eventmesh] jonyangx commented on issue #2346: [Enhancement] Method encodes String bytes without specifying the character encoding [RabbitmqCloudEventTest]

Posted by GitBox <gi...@apache.org>.
jonyangx commented on issue #2346:
URL: https://github.com/apache/incubator-eventmesh/issues/2346#issuecomment-1334661205

   I want to fix it.


-- 
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