Re: [PR] CAMEL-20987: Add Sparkplug B component using Eclipse Tahu library [camel]

2024-08-22 Thread via GitHub
orpiske merged PR #15088: URL: https://github.com/apache/camel/pull/15088 -- 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.apac

Re: [PR] CAMEL-20987: Add Sparkplug B component using Eclipse Tahu library [camel]

2024-08-21 Thread via GitHub
ryan-highley commented on PR #15088: URL: https://github.com/apache/camel/pull/15088#issuecomment-2302704083 Updated the DSL generated files. Assuming the build completes successfully now, I'm happy with this PR. @davsclaus @orpiske @oscerd Thanks for all your help and r

Re: [PR] CAMEL-20987: Add Sparkplug B component using Eclipse Tahu library [camel]

2024-08-21 Thread via GitHub
ryan-highley commented on PR #15088: URL: https://github.com/apache/camel/pull/15088#issuecomment-2302687022 DSL generation is failing. I'll have it fixed and repush shortly. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and

Re: [PR] CAMEL-20987: Add Sparkplug B component using Eclipse Tahu library [camel]

2024-08-20 Thread via GitHub
davsclaus commented on PR #15088: URL: https://github.com/apache/camel/pull/15088#issuecomment-2301252713 Thanks @ryan-highley let us know when you have the tests fixed and that this PR is complete. -- This is an automated message from the Apache Git Service. To respond to the message, pl

Re: [PR] CAMEL-20987: Add Sparkplug B component using Eclipse Tahu library [camel]

2024-08-20 Thread via GitHub
ryan-highley commented on PR #15088: URL: https://github.com/apache/camel/pull/15088#issuecomment-2298899845 Fixed the catalog failure by breaking up the Components, Endpoints, and Producers. So. Many. Classes...! ;) And as one does, I broke my TCK tests in the process. Should have th

Re: [PR] CAMEL-20987: Add Sparkplug B component using Eclipse Tahu library [camel]

2024-08-19 Thread via GitHub
davsclaus commented on PR #15088: URL: https://github.com/apache/camel/pull/15088#issuecomment-2296417307 Yes the syntax in `@UriEndpoint` must have all its options defined via `@UriPath` so the syntax can be understood by camel -catalog. -- This is an automated message from the Apache G

Re: [PR] CAMEL-20987: Add Sparkplug B component using Eclipse Tahu library [camel]

2024-08-16 Thread via GitHub
ryan-highley commented on PR #15088: URL: https://github.com/apache/camel/pull/15088#issuecomment-2294348584 @orpiske Both the documentation and the payload converter have been pushed and are ready for review. The Host Application testing is still thinner than I'd like but automat

Re: [PR] CAMEL-20987: Add Sparkplug B component using Eclipse Tahu library [camel]

2024-08-16 Thread via GitHub
ryan-highley commented on code in PR #15088: URL: https://github.com/apache/camel/pull/15088#discussion_r1720051945 ## components/camel-tahu/src/main/java/org/apache/camel/component/tahu/TahuEdgePayloadConverter.java: ## @@ -0,0 +1,182 @@ +/* + * Licensed to the Apache Software

Re: [PR] CAMEL-20987: Add Sparkplug B component using Eclipse Tahu library [camel]

2024-08-15 Thread via GitHub
ryan-highley commented on PR #15088: URL: https://github.com/apache/camel/pull/15088#issuecomment-2291985715 @orpiske Thanks for your continued support! I've been putting together the documentation today and should have that ready shortly. The Converter is shaping up as well and I

Re: [PR] CAMEL-20987: Add Sparkplug B component using Eclipse Tahu library [camel]

2024-08-15 Thread via GitHub
orpiske commented on code in PR #15088: URL: https://github.com/apache/camel/pull/15088#discussion_r1718288207 ## components/camel-tahu/src/test/java/org/apache/camel/component/tahu/TahuHostConsumerTest.java: ## @@ -0,0 +1,68 @@ +/* + * Licensed to the Apache Software Foundation

Re: [PR] CAMEL-20987: Add Sparkplug B component using Eclipse Tahu library [camel]

2024-08-15 Thread via GitHub
orpiske commented on code in PR #15088: URL: https://github.com/apache/camel/pull/15088#discussion_r1718280823 ## components/camel-tahu/src/main/java/org/apache/camel/component/tahu/TahuEdgeClientCallback.java: ## @@ -0,0 +1,227 @@ +/* + * Licensed to the Apache Software Foundat

Re: [PR] CAMEL-20987: Add Sparkplug B component using Eclipse Tahu library [camel]

2024-08-14 Thread via GitHub
ryan-highley commented on code in PR #15088: URL: https://github.com/apache/camel/pull/15088#discussion_r1717370165 ## components/camel-tahu/src/test/java/org/apache/camel/component/tahu/TahuHostConsumerTest.java: ## @@ -0,0 +1,68 @@ +/* + * Licensed to the Apache Software Found

Re: [PR] CAMEL-20987: Add Sparkplug B component using Eclipse Tahu library [camel]

2024-08-14 Thread via GitHub
ryan-highley commented on code in PR #15088: URL: https://github.com/apache/camel/pull/15088#discussion_r1717370165 ## components/camel-tahu/src/test/java/org/apache/camel/component/tahu/TahuHostConsumerTest.java: ## @@ -0,0 +1,68 @@ +/* + * Licensed to the Apache Software Found

Re: [PR] CAMEL-20987: Add Sparkplug B component using Eclipse Tahu library [camel]

2024-08-14 Thread via GitHub
ryan-highley commented on code in PR #15088: URL: https://github.com/apache/camel/pull/15088#discussion_r1717360955 ## components/camel-tahu/src/test/java/org/apache/camel/component/tahu/services/HiveMQService.java: ## @@ -0,0 +1,42 @@ +/* + * Licensed to the Apache Software Fou