Skip to content

Conversation

@mstier
Copy link

@mstier mstier commented Jun 21, 2017

Added support for reading and writing UTF-8 arrays from C++ client. Aimed to enhance interoperability with Java clients.

@ihsandemir ihsandemir requested review from ihsandemir and sancar June 23, 2017 11:17
@mstier mstier changed the title Branch v3.8.1 Added Support for reading and writing UTF-8 arrays Jul 5, 2017
@ihsandemir
Copy link
Collaborator

Hello mstier,

Can you rebase and resubmit the PR? Can you also add a test for this so that we can merge it? Thanks for the PR.

Copy link
Collaborator

@ihsandemir ihsandemir left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Needs to be rebased.

@devOpsHazelcast
Copy link
Contributor

Can one of the admins verify this patch?

@sancar
Copy link
Contributor

sancar commented Dec 17, 2019

verify

@sancar
Copy link
Contributor

sancar commented Dec 17, 2019

Hi @mstier ,
To be able to accept your pr we need you to sign our contributor agreement. You can find it here.
https://hazelcast.atlassian.net/wiki/spaces/COM/pages/6357071/Hazelcast+Contributor+Agreement

@devOpsHazelcast
Copy link
Contributor

Linux test PASSed.

@devOpsHazelcast
Copy link
Contributor

Windows test PASSed.

#define HAZELCAST_CLIENT_SPI_DEFAULTOBJECTNAMESPACE_H_

#include <string>
#include <functional>
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

why?

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

As far as I remember, there was a compile error using the Visual Studio 2015 compiler under Windows without this include. Not sure if this is required anymore.

}


std::auto_ptr<std::vector<std::string> > PortableReaderBase::readUTFArray(const char *fieldName) {
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

line format

@devOpsHazelcast
Copy link
Contributor

devOpsHazelcast commented Apr 5, 2020

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you all sign our Contributor License Agreement before we can accept your contribution.
1 out of 2 committers have signed the CLA.

✅ devOpsHazelcast
❌ Markus Stier


Markus Stier seems not to be a GitHub user. You need a GitHub account to be able to sign the CLA. If you have already a GitHub account, please add the email address used for this commit to your account.
You have signed the CLA already but the status is still pending? Let us recheck it.

@devOpsHazelcast
Copy link
Contributor

Can one of the admins verify this patch?

@ihsandemir
Copy link
Collaborator

@mstier Are you still working on this PR? We need to add a test to verify the changes and also we need to rebase the PR, can you do them?

@ihsandemir
Copy link
Collaborator

Fix is merged by #596

@ihsandemir ihsandemir closed this May 20, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants