Is it feasible to run the Mulesoft dataweave script in Java using any open source libraries ? Mulesoft has announced its open source sometime back, but did not given further details of the libraries. https://blogs.mulesoft.com/news/dataweave/
Asked
Active
Viewed 105 times
2 Answers
1
It is technically possible but I don't believe that DataWeave has been published as open source at this time.

aled
- 21,330
- 3
- 27
- 34
1
Yes, here is an example of using dataweave as a maven dependency.

Ryan Hoegg
- 2,415
- 2
- 14
- 15
-
Is the libraries used in this example are opensource ? Can we use them in production without license ? – Imrankhan May 25 '23 at 05:02
-
1I do not see the licenses published, I used mvn project-info-reports:dependencies. There was an announcement that dataweave is "open" here https://blogs.mulesoft.com/news/dataweave/ and I see a BSD-3 license on the Dataweave CLI. But not for these libraries. – Ryan Hoegg May 28 '23 at 17:25