Re: [PR] jt400 mock coverage + native fixes [camel-quarkus]

2024-02-28 Thread via GitHub
jamesnetherton merged PR #5812: URL: https://github.com/apache/camel-quarkus/pull/5812 -- 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:

Re: [PR] jt400 mock coverage + native fixes [camel-quarkus]

2024-02-28 Thread via GitHub
JiriOndrusek commented on PR #5812: URL: https://github.com/apache/camel-quarkus/pull/5812#issuecomment-1969009943 > @JiriOndrusek need backport to `3.8.x`? Thanks for the reminder! I added the label. -- This is an automated message from the Apache Git Service. To respond to the

Re: [PR] jt400 mock coverage + native fixes [camel-quarkus]

2024-02-28 Thread via GitHub
JiriOndrusek commented on PR #5812: URL: https://github.com/apache/camel-quarkus/pull/5812#issuecomment-1969008843 > > @jamesnetherton All changes are amended into the PR. > > @JiriOndrusek I still see the `/* A simple autogenerated test */` comments. > simple

Re: [PR] jt400 mock coverage + native fixes [camel-quarkus]

2024-02-28 Thread via GitHub
jamesnetherton commented on PR #5812: URL: https://github.com/apache/camel-quarkus/pull/5812#issuecomment-1968945173 > @jamesnetherton All changes are amended into the PR. @JiriOndrusek I still see the `/* A simple autogenerated test */` comments. -- This is an automated message

Re: [PR] jt400 mock coverage + native fixes [camel-quarkus]

2024-02-28 Thread via GitHub
zhfeng commented on PR #5812: URL: https://github.com/apache/camel-quarkus/pull/5812#issuecomment-1968894938 @JiriOndrusek need backport to `3.8.x`? -- 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

Re: [PR] jt400 mock coverage + native fixes [camel-quarkus]

2024-02-28 Thread via GitHub
JiriOndrusek commented on PR #5812: URL: https://github.com/apache/camel-quarkus/pull/5812#issuecomment-1968555199 @jamesnetherton All changes are amended into the PR. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use

Re: [PR] jt400 mock coverage + native fixes [camel-quarkus]

2024-02-28 Thread via GitHub
JiriOndrusek commented on code in PR #5812: URL: https://github.com/apache/camel-quarkus/pull/5812#discussion_r1505545983 ## integration-tests/jt400/pom.xml: ## @@ -63,6 +71,9 @@ native + +

Re: [PR] jt400 mock coverage + native fixes [camel-quarkus]

2024-02-28 Thread via GitHub
JiriOndrusek commented on code in PR #5812: URL: https://github.com/apache/camel-quarkus/pull/5812#discussion_r1505516564 ## integration-tests/jt400/pom.xml: ## @@ -63,6 +71,9 @@ native + +

Re: [PR] jt400 mock coverage + native fixes [camel-quarkus]

2024-02-27 Thread via GitHub
jamesnetherton commented on code in PR #5812: URL: https://github.com/apache/camel-quarkus/pull/5812#discussion_r1505503095 ## integration-tests/jt400/pom.xml: ## @@ -63,6 +71,9 @@ native + +

Re: [PR] jt400 mock coverage + native fixes [camel-quarkus]

2024-02-27 Thread via GitHub
JiriOndrusek commented on code in PR #5812: URL: https://github.com/apache/camel-quarkus/pull/5812#discussion_r1505492463 ## integration-tests/jt400/pom.xml: ## @@ -63,6 +71,9 @@ native + +

Re: [PR] jt400 mock coverage + native fixes [camel-quarkus]

2024-02-27 Thread via GitHub
JiriOndrusek commented on code in PR #5812: URL: https://github.com/apache/camel-quarkus/pull/5812#discussion_r1505493819 ## extensions/jt400/deployment/src/main/java/org/apache/camel/quarkus/component/jt400/deployment/Jt400Processor.java: ## @@ -40,4 +49,30 @@ List

Re: [PR] jt400 mock coverage + native fixes [camel-quarkus]

2024-02-27 Thread via GitHub
JiriOndrusek commented on code in PR #5812: URL: https://github.com/apache/camel-quarkus/pull/5812#discussion_r1505493038 ## integration-tests/jt400/src/test/java/org/apache/camel/quarkus/component/jt400/it/Jt400MockTest.java: ## @@ -0,0 +1,148 @@ +/* + * Licensed to the Apache

Re: [PR] jt400 mock coverage + native fixes [camel-quarkus]

2024-02-27 Thread via GitHub
JiriOndrusek commented on code in PR #5812: URL: https://github.com/apache/camel-quarkus/pull/5812#discussion_r1505492463 ## integration-tests/jt400/pom.xml: ## @@ -63,6 +71,9 @@ native + +

Re: [PR] jt400 mock coverage + native fixes [camel-quarkus]

2024-02-27 Thread via GitHub
jamesnetherton commented on code in PR #5812: URL: https://github.com/apache/camel-quarkus/pull/5812#discussion_r1504516663 ## extensions/jt400/deployment/src/main/java/org/apache/camel/quarkus/component/jt400/deployment/Jt400Processor.java: ## @@ -40,4 +49,30 @@ List

[PR] jt400 mock coverage + native fixes [camel-quarkus]

2024-02-27 Thread via GitHub
JiriOndrusek opened a new pull request, #5812: URL: https://github.com/apache/camel-quarkus/pull/5812 fixes https://github.com/apache/camel-quarkus/issues/5809 The mocked tests require `quarkus.test.flat-class-path` to be `true`. (default behavior for the tests) New profile