Re: [PR] add camel-python language extension [camel-quarkus]

2024-09-17 Thread via GitHub
jamesnetherton commented on PR #6328: URL: https://github.com/apache/camel-quarkus/pull/6328#issuecomment-2357652582 I tidied up the branch and got the tests running in JVM mode. For native mode, there's an issue at build time. Probably something in `PythonLanguage` or Jython itself c

Re: [PR] add camel-python language extension [camel-quarkus]

2024-09-15 Thread via GitHub
jamesnetherton commented on PR #6328: URL: https://github.com/apache/camel-quarkus/pull/6328#issuecomment-2352137339 @kulagaIA please recreate this against the `main` branch. You'll need to update the version on the modules you added to `3.15.0-SNAPSHOT`. Also update the `camel.quarku

Re: [PR] add camel-python language extension [camel-quarkus]

2024-08-16 Thread via GitHub
jamesnetherton commented on PR #6328: URL: https://github.com/apache/camel-quarkus/pull/6328#issuecomment-2293180836 Might be better to wait for Camel 4.8.0 to be integrated on the `main` branch. You'll be starting from a stable baseline. `camel-main` is a constantly moving target un

Re: [PR] add camel-python language extension [camel-quarkus]

2024-08-08 Thread via GitHub
zhfeng commented on PR #6328: URL: https://github.com/apache/camel-quarkus/pull/6328#issuecomment-2277005373 @kulagaIA in this case, can you try to target against with `camel-main` branch? -- This is an automated message from the Apache Git Service. To respond to the message, please log o

[PR] add camel-python language extension [camel-quarkus]

2024-08-08 Thread via GitHub
kulagaIA opened a new pull request, #6328: URL: https://github.com/apache/camel-quarkus/pull/6328 This needs camel version 4.8.0-SNAPSHOT or higher, as before that version there is nothing to pre-process at the build stage in the camel-python component. I'll wait until camel-quarkus adopts