-
-
Notifications
You must be signed in to change notification settings - Fork 816
Add method copyCurrentStructureExact()
to JsonGenerator
#1470
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
Add method copyCurrentStructureExact()
to JsonGenerator
#1470
Conversation
src/test/java/com/fasterxml/jackson/core/write/GeneratorCopyTest.java
Outdated
Show resolved
Hide resolved
src/test/java/com/fasterxml/jackson/core/write/GeneratorCopyTest.java
Outdated
Show resolved
Hide resolved
Sounds good; hoping to get this reviewed soon. |
f9d54df
to
53c82ac
Compare
copyCurrentStructureExact()
to JsonGenerator
src/test/java/com/fasterxml/jackson/core/write/GeneratorCopyTest.java
Outdated
Show resolved
Hide resolved
src/test/java/com/fasterxml/jackson/core/write/GeneratorCopyTest.java
Outdated
Show resolved
Hide resolved
Looks good mostly; added minor comments (including why unit tests fail). But before merging, one process thing: need CLA: https://github.com/FasterXML/jackson/blob/main/contributor-agreement.pdf (unless one sent earlier,only needs to be done once before the first PR merged) The usual way is to print, fill & sign, scan/photo, email to Once I get that can final review, merge. Thank you again for contributing this! |
follows the format of copyCurrentEvent/copyCurrentEventExact
53c82ac
to
ad4e72c
Compare
Running the CLA through my company's legal team now, hopefully I can sign it soon. |
@larshagencognite Thank you! There is also alternate Corporate CLA (CCLA) -- https://github.com/FasterXML/jackson/blob/main/contributor-agreement-corporate.txt -- that some companies prefer (bigger, like FAANG), but majority of contributors use individual one. But both are acceptable for Jackson project. |
I have sent the signed CLA now |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, will merge
Merged in for 2.21.0 and 3.0.0-rc10. |
follows the format of copyCurrentEvent/copyCurrentEventExact