Re: [PR] CAMEL-21644: Add camel-dfdl component [camel]

2025-04-05 Thread via GitHub
igarashitm commented on PR #17563: URL: https://github.com/apache/camel/pull/17563#issuecomment-2752309000 Merged * Moved the initialization to `doInit()` * Added DFDL DataFormat -- This is an automated message from the Apache Git Service. To respond to the message, please log on to

[PR] CAMEL-21644: Add camel-dfdl component [camel]

2025-04-05 Thread via GitHub
igarashitm opened a new pull request, #17563: URL: https://github.com/apache/camel/pull/17563 Using Apache Daffodil as an underlying DFDL implementation, it enables DFDL transformation between fixed format data and XML. # Description Add `camel-dfdl` component - https://is

Re: [PR] CAMEL-21644: Add camel-dfdl component [camel]

2025-03-27 Thread via GitHub
igarashitm commented on PR #17563: URL: https://github.com/apache/camel/pull/17563#issuecomment-2751955274 There seems to be a temporary maven download error ``` [ERROR] Failed to execute goal on project camel-jira: Could not collect dependencies for project org.apache.camel:camel-jira

Re: [PR] CAMEL-21644: Add camel-dfdl component [camel]

2025-03-25 Thread via GitHub
igarashitm merged PR #17563: URL: https://github.com/apache/camel/pull/17563 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@camel.a

Re: [PR] CAMEL-21644: Add camel-dfdl component [camel]

2025-03-25 Thread via GitHub
igarashitm commented on PR #17563: URL: https://github.com/apache/camel/pull/17563#issuecomment-2751783023 sorry it was my bad, nevermind - `asRef()` was unexpectedly left in the reifier, copy&paste error -- This is an automated message from the Apache Git Service. To respond to the messa

Re: [PR] CAMEL-21644: Add camel-dfdl component [camel]

2025-03-25 Thread via GitHub
igarashitm commented on PR #17563: URL: https://github.com/apache/camel/pull/17563#issuecomment-2751456079 @davsclaus Thank you for the review! At first I wondered if fixed-format <-> XML fits to marshal/unmarshal as both are sort of marshalled data, but I tried and it has fit eventually -

Re: [PR] CAMEL-21644: Add camel-dfdl component [camel]

2025-03-25 Thread via GitHub
igarashitm commented on code in PR #17563: URL: https://github.com/apache/camel/pull/17563#discussion_r2012208750 ## components/camel-dfdl/src/main/java/org/apache/camel/component/dfdl/DfdlEndpoint.java: ## @@ -0,0 +1,153 @@ +/* + * Licensed to the Apache Software Foundation (AS

Re: [PR] CAMEL-21644: Add camel-dfdl component [camel]

2025-03-24 Thread via GitHub
davsclaus commented on code in PR #17563: URL: https://github.com/apache/camel/pull/17563#discussion_r2011158246 ## components/camel-dfdl/src/main/java/org/apache/camel/component/dfdl/DfdlEndpoint.java: ## @@ -0,0 +1,153 @@ +/* + * Licensed to the Apache Software Foundation (ASF

Re: [PR] CAMEL-21644: Add camel-dfdl component [camel]

2025-03-24 Thread via GitHub
davsclaus commented on PR #17563: URL: https://github.com/apache/camel/pull/17563#issuecomment-2749826619 Great work on this. When doing something that can transform from A to B then its a judgment if it should be a component or data format. The latter is a bit harder to do as its t

Re: [PR] CAMEL-21644: Add camel-dfdl component [camel]

2025-03-24 Thread via GitHub
github-actions[bot] commented on PR #17563: URL: https://github.com/apache/camel/pull/17563#issuecomment-2749148321 :star2: Thank you for your contribution to the Apache Camel project! :star2: :robot: CI automation will test this PR automatically. :camel: Apache Camel Committer