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
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
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
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
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
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 -
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
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
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
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
10 matches
Mail list logo