This is an automated email from the ASF dual-hosted git repository.
davsclaus pushed a change to branch jp
in repository https://gitbox.apache.org/repos/asf/camel.git
from 2aa1eb1f5437 CAMEL-23170: camel-core - Add simple jsonpath to Camels
simple language for very basic jsonpath needs without learning jq/jsonpath lingo
add c62950a0e21d CAMEL-23170: camel-core - Add simple jsonpath to Camels
simple language for very basic jsonpath needs without learning jq/jsonpath lingo
No new revisions were added by this update.
Summary of changes:
.../camel/converter/json/JsonConverterTest.java | 62 +++++++++++++++
.../simple/FileSimpleJsonPathTest.java} | 60 +++++----------
core/camel-core/src/test/resources/books.json | 20 +++++
.../stream/CamelSupportBulkConverterLoader.java | 86 ++++++++++++++++++++-
.../apache/camel/converter/json/JsonConverter.java | 90 ++++++++++++++++++++++
5 files changed, 278 insertions(+), 40 deletions(-)
copy
core/camel-core/src/test/java/org/apache/camel/{issues/TransactedSetHeaderIssueTest.java
=> language/simple/FileSimpleJsonPathTest.java} (50%)
create mode 100644 core/camel-core/src/test/resources/books.json