This is an automated email from the ASF dual-hosted git repository. davsclaus pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel-examples.git
The following commit(s) were added to refs/heads/main by this push: new 7d29e880 CAMEL-18554: change URL to a working site and adapt json path (#109) 7d29e880 is described below commit 7d29e880de50101b3c909c69c384a5867b873cfc Author: klease <38634989+kle...@users.noreply.github.com> AuthorDate: Tue Sep 27 20:56:17 2022 +0200 CAMEL-18554: change URL to a working site and adapt json path (#109) --- .../src/main/resources/kamelets/chuck-norris-source.kamelet.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/kamelet-chucknorris/src/main/resources/kamelets/chuck-norris-source.kamelet.yaml b/examples/kamelet-chucknorris/src/main/resources/kamelets/chuck-norris-source.kamelet.yaml index 44e57871..aa60e294 100644 --- a/examples/kamelet-chucknorris/src/main/resources/kamelets/chuck-norris-source.kamelet.yaml +++ b/examples/kamelet-chucknorris/src/main/resources/kamelets/chuck-norris-source.kamelet.yaml @@ -36,7 +36,7 @@ spec: parameters: period: "{{period}}" steps: - - to: "http://api.icndb.com/jokes/random" + - to: "https://api.chucknorris.io/jokes/random" - set-body: - jsonpath: "$.value.joke" + jsonpath: "$.value" - to: "kamelet:sink"