You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hop.apache.org by ha...@apache.org on 2022/07/29 11:36:55 UTC

[hop] branch master updated (9be3c50e3c -> 200798bced)

This is an automated email from the ASF dual-hosted git repository.

hansva pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/hop.git


    from 9be3c50e3c Merge pull request #1609 from hansva/HOP-4059
     new 4bed0c80c3 HOP-4052 JSON Input did not get the data with field name including space.
     new 92264bf058 HOP-4052 Fixed failing unit test
     new 200798bced Merge pull request #1592 from sramazzina/HOP-4052

The 4285 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../pipeline/transforms/jsoninput/JsonInput.java   |  1 +
 .../transforms/jsoninput/JsonInputDialog.java      |  9 ++-
 .../jsoninput/reader/FastJsonReader.java           | 32 ++++++----
 .../jsoninput/messages/messages_en_US.properties   |  1 +
 .../jsoninput/messages/messages_it_IT.properties   |  7 ++-
 .../transforms/jsoninput/JsonInputTest.java        | 73 +++++++++++-----------
 6 files changed, 71 insertions(+), 52 deletions(-)