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

[ISSUE #2346] Method encodes String bytes without specifying the character encoding #2358

Merged
merged 1 commit into from
Dec 2, 2022
Merged

Conversation

jonyangx
Copy link
Contributor

@jonyangx jonyangx commented Dec 2, 2022

Fixes #2346 .

Motivation

Method encodes String bytes without specifying the character encoding

Modifications

refactor eventmesh-connector-plugin/eventmesh-connector-rabbitmq/src/test/java/org/apache/eventmesh/connector/rabbitmq/cloudevent/RabbitmqCloudEventTest.java line 43
add character encoding.

Documentation

  • Does this pull request introduce a new feature? (no)
  • If yes, how is the feature documented? (not documented)

@codecov
Copy link

codecov bot commented Dec 2, 2022

Codecov Report

Merging #2358 (63d9294) into master (fde740f) will not change coverage.
The diff coverage is n/a.

@@            Coverage Diff            @@
##             master    #2358   +/-   ##
=========================================
  Coverage     11.70%   11.70%           
  Complexity      893      893           
=========================================
  Files           471      471           
  Lines         27837    27837           
  Branches       3000     3000           
=========================================
  Hits           3258     3258           
  Misses        24284    24284           
  Partials        295      295           

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@xwm1992 xwm1992 merged commit 6dbd733 into apache:master Dec 2, 2022
@jonyangx jonyangx deleted the issue2346 branch December 2, 2022 02:49
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.

[Enhancement] Method encodes String bytes without specifying the character encoding [RabbitmqCloudEventTest]
2 participants