Re: Antwort: Re: Antwort: Re: Antwort: Re: Antwort: Re: Anyone got experience with "protocol buffers" or DFDL (for generation of the message (de)serialization code)?

2019-01-15 Thread Otto Fowler
Maybe Chris can post the Jira Issues he has opened in Daffodil? On January 15, 2019 at 04:33:20, Julian Feinauer ( j.feina...@pragmaticminds.de) wrote: Hi Chris, thank you so much for your effort. I think this ist he right way to go forward and get more languages on-board. Hopefully, we can gat

Re: Antwort: Re: Antwort: Re: Antwort: Re: Antwort: Re: Anyone got experience with "protocol buffers" or DFDL (for generation of the message (de)serialization code)?

2019-01-15 Thread Otto Fowler
Right now I'm still in the phase of learning things. Even if when helping me, they did notice a regression that they opened an issue themselves ;-) Chris Am 15.01.19, 13:13 schrieb "Otto Fowler" : Maybe Chris can post the Jira Issues he has opened in Daffodil? On January 15,

Re: Hardening our build ... what I learnt

2019-01-18 Thread Otto Fowler
What branch are you failing right now? On January 18, 2019 at 15:47:04, Christofer Dutz (christofer.d...@c-ware.de) wrote: Hi Justin, Could you please build just the integrations(/apache-karaf modules with the "-X" option to output stacktraces. And could you please create a jira issue and attac

Re: Hardening our build ... what I learnt

2019-01-18 Thread Otto Fowler
n January 18, 2019 at 16:13:35, Otto Fowler (ottobackwa...@gmail.com) wrote: What branch are you failing right now? On January 18, 2019 at 15:47:04, Christofer Dutz (christofer.d...@c-ware.de) wrote: Hi Justin, Could you please build just the integrations(/apache-karaf modules with the &qu

Re: Hardening our build ... what I learnt

2019-01-19 Thread Otto Fowler
Karaf: Simulated .. SUCCESS [ 0.198 s] [INFO] Integrations: Apache Karaf: Demo Server FAILURE [ 1.945 s] Still fails after the above changes w/ no network, but I’ve not looked at it. On January 18, 2019 at 16:42:47, Otto Fowler (ottobackwa...@gmail.com) wrote: [ERROR

Re: Hardening our build ... what I learnt

2019-01-20 Thread Otto Fowler
After fetching and pulling into my develop branch I was able to `mvn clean package` both with and without network with no errors. Nice job. On January 19, 2019 at 13:17:11, Christofer Dutz (christofer.d...@c-ware.de) wrote: Ok ... so I guess I finally identified the problem Justin was having an

Re: [DISCUSS] Apache PLC4X (Incubating) 0.3.0 RC1

2019-01-24 Thread Otto Fowler
I think you should fail with a -1 and cut a new RC with the right notes. On January 24, 2019 at 08:54:18, Julian Feinauer ( j.feina...@pragmaticminds.de) wrote: Hi all, I just checked the RELEASE_NOTES and saw that I never changed the "(Unreleased) 0.3.0". Is this a problem for the release and

Re: [ANNOUNCE] Apache PLC4X (incubating) 0.3.0 released

2019-02-05 Thread Otto Fowler
Congratulations On February 5, 2019 at 07:31:41, Julian Feinauer (Apache) ( jfeina...@apache.org) wrote: The Apache PLC4X (Incubating) team is pleased to announce the release of Apache PLC4X (incubating) 0.3.0 This is the third official release of PLC4X. PLC4X is a set of libraries for communi

Re: [DYNAMIC DRIVER] Frist working version of a dynamic S7 driver

2019-02-11 Thread Otto Fowler
Great work Chris! On February 11, 2019 at 10:31:05, Christofer Dutz (christofer.d...@c-ware.de) wrote: Hi all, I just pushed my latest work on the dynamic s7 driver. This version is now able to connect, detect the device type and read single-item requests. (The reason for this is currently I ha

Re: [DISCUSS] Send Jira emails to dev@plc4x.apache.org?

2019-02-21 Thread Otto Fowler
-1 most projects have an issues@ list for this type of thing. Dev lists that have build, jira, github stuff spamming them stink. Does this incubator have: issues@ commits@ users@ setup or is it just dev@? On February 21, 2019 at 06:22:52, Tim Mitsch ( t.mit...@pragmaticindustries.de) wrote:

Re: [DISCUSS] Send Jira emails to dev@plc4x.apache.org?

2019-02-22 Thread Otto Fowler
issues per month. Didn't think it's worth creating a dedicated List for that. And we can always create it and redirect as soon as it starts really becoming annoying ... But what do the others think? Rather create a separate list? Chris Outlook für Android<https://aka.ms/ghei36> her

Re: [DISCUSS] Send Jira emails to dev@plc4x.apache.org?

2019-02-26 Thread Otto Fowler
Am 22.02.19, 14:40 schrieb "Otto Fowler" : It isn’t listed on the website is it? On February 22, 2019 at 04:26:08, Christofer Dutz (christofer.d...@c-ware.de) wrote: Well we already have a commits@ mailing list ;-) But if we had a separate list, I would prefer that than directing things

Re: [DISCUSS] Release Strategy for future releases

2019-03-06 Thread Otto Fowler
Shouldn’t you call an official vote for something like this? On March 6, 2019 at 15:29:18, Christofer Dutz (christofer.d...@c-ware.de) wrote: Big +1 for that ;-) Chris Am 06.03.19, 21:26 schrieb "Julian Feinauer" : Hi Chris, No offense. I agree that we should not stress those lovely peopl

Re: [generation] Progress on the code generation ...

2019-04-10 Thread Otto Fowler
Having it separate is the way that Apache Nifi for example does it, down to it’s own git repo as well. On April 10, 2019 at 14:27:25, Christofer Dutz (christofer.d...@c-ware.de) wrote: Hi all, just wanted to keep you all in the loop (I’ll try to use the [generation] as marker for this topic).

Re: [Netty / S7] Many log messages although everything works

2019-04-12 Thread Otto Fowler
The netty handlers don’t implement exceptionCaught so the default is to spew to logs. I don’t speak german so I don’t know what the exception message is. Maybe the handlers should implement the method. On April 12, 2019 at 04:56:40, Julian Feinauer (j.feina...@pragmaticminds.de) wrote: An excep

Re: [Netty / S7] Many log messages although everything works

2019-04-12 Thread Otto Fowler
Maybe all the streams aren’t getting closed correctly? On April 12, 2019 at 07:52:04, Otto Fowler (ottobackwa...@gmail.com) wrote: An exceptionCaught() event was fired, and it reached at the tail of the pipeline. It usually means the last handler in the pipeline did not handle the exception

Re: [Netty / S7] Many log messages although everything works

2019-04-12 Thread Otto Fowler
mote hung up unexpectedly") Chris Am 12.04.19, 13:52 schrieb "Otto Fowler" : The netty handlers don’t implement exceptionCaught so the default is to spew to logs. I don’t speak german so I don’t know what the exception message is. Maybe the handlers should implement the method. On Apr

Re: [Netty / S7] Many log messages although everything works

2019-04-12 Thread Otto Fowler
out what's going on? Chris Am 12.04.19, 15:06 schrieb "Otto Fowler" : I would think you’d want to handle it, and then investigate the reason for it in this instance On April 12, 2019 at 08:51:05, Christofer Dutz (christofer.d...@c-ware.de) wrote: Hi Otto, I think the Eng

Re: [DISCUSS] The State and Future of PLC4X

2019-04-19 Thread Otto Fowler
RFC 62541? On April 18, 2019 at 05:38:56, Christofer Dutz (christofer.d...@c-ware.de) wrote: Perfect ;-) Am 18.04.19, 11:34 schrieb "Julian Feinauer" : Hi Chris, indeed. So lets simply use the terms opc-ua server or bridge and opc-ua client : ) Do you agree? Julian Am 18.04.19, 11:32 schr

Re: Positive impact of the media coverage

2019-04-29 Thread Otto Fowler
Maybe you should cc the private@ list for the project? On April 29, 2019 at 08:31:07, Christofer Dutz (christofer.d...@c-ware.de) wrote: Hi all, I just wanted to tell you that I was contacted today by Microsoft Azure Team as well as another Company as a direct result of the media coverage follo

Re: Group Priviliges in Jira

2019-07-25 Thread Otto Fowler
usually, PMC members for a project have access to the Jira admin workbench for a project. From there you can give people contributor roles. If you are on the PMC, and cannot do this, then you need to check with INFRA and maybe start a ticket. On July 25, 2019 at 10:54:04, Julian Feinauer (j.fe

RE: One PLC4J Maven complete bundle

2019-07-25 Thread Otto Fowler
Maybe the project can add sample pom files that folks can use to bootstrap themselves, and would be commented. On July 25, 2019 at 11:38:52, Strljic, Matthias Milan ( matthias.strl...@isw.uni-stuttgart.de) wrote: Hey Julian, that's what I meant by adding the required drivers. I just wanted to

Re: [DISCUSS] Integrate CRUNCH into PLC4X

2019-08-24 Thread Otto Fowler
>From the peanut gallery this seems like a great idea. I would say though, that this is a nice chuck of code to bring in, without any documentation. Which means that it would be difficult to have the *project* support it vs. Julian. I would suggest that there be some criteria before inclusion in

Re: TriggeredScraper naming convetion violated

2019-08-28 Thread Otto Fowler
And I thought Henning Wehn was the only German comedian! On August 27, 2019 at 09:43:17, Julian Feinauer ( j.feina...@pragmaticminds.de) wrote: : > Am 27.08.19, 15:39 schrieb "Christofer Dutz" : Oh wow ... you never stop learning. I have to remember this ... it fixes compile errors if you

Re: [DISCUSS] New tool for the build-tools: Custom Maven Site Skin?

2019-09-27 Thread Otto Fowler
You could look at nifi.apache.org and metron.apache.org. The metron site isn’t too hard to update from my experience, but I think the nifi site is better overall. On September 27, 2019 at 08:54:36, Christofer Dutz ( christofer.d...@c-ware.de) wrote: Hi Julian, well I do like how the page of

Re: AW: [PLC-Simulator] Thoughts on the "Context" for our simulator

2019-10-16 Thread Otto Fowler
Who is the intended user of the simulator, or users and what do they want to accomplish? Maybe if that were spelled out or people could suggest those cases, some number of cases could be agreed upon, allowing the initial effort to be done with plans for later expansion to the remaining uses cases d

Re: [jira] [Created] (PLC4X-158) Too many open files after less than 24 hours of Scraper user

2019-12-03 Thread Otto Fowler
Maybe a bug in the connection pool? what do you see in netstat? maybe you are leaking sockets? On December 3, 2019 at 06:43:03, Sebastian Wiendl (Jira) (j...@apache.org) wrote: Sebastian Wiendl created PLC4X-158: -- Summary: Too many open files after less t

Re: zylk

2019-12-10 Thread Otto Fowler
Nice! Inigo, have you seen the new-sh minify-cpp opc-ua support? On December 10, 2019 at 07:34:56, Christofer Dutz (christofer.d...@c-ware.de) wrote: Hi Iñigo, welcome to our great little project :-) Looking forward to working with you guys. Chris Am 10.12.19, 09:51 schrieb "Iñigo Angulo

Re: Changing the format for floating point in mspec?

2019-12-11 Thread Otto Fowler
Hi everyone, If you wanted to do MSPEC such that you could or could have generated the currently supported protocols with it, you may need to do more than this. I have been mentioning anecdotally on slack about modbus float permutations in the wild, and took a moment to find someplace with that k

Re: Can't connect to OPC UA from NIFI

2022-09-19 Thread Otto Fowler
Bence, Images do not come through on most Apache lists ( I didn’t get it for sure ). What version of nifi, what version of the processors are you using? What is the name of the processor? We recently landed record based processors, but I am not sure there has been a release with them yet. From

Re: [DISCUSS] Apache PLC4X 0.10.0 RC1

2022-09-30 Thread Otto Fowler
:( mvn --version Apache Maven 3.8.6 (84538c9988a25aec085021c365c560670ad80f63) Maven home: /usr/local/Cellar/maven/3.8.6/libexec Java version: 9, vendor: Oracle Corporation, runtime: /Library/Java/JavaVirtualMachines/adoptopenjdk-9.jdk/Contents/Home Default locale: en_US, platform encoding: UTF-8

Re: [DISCUSS] Apache PLC4X 0.10.0 RC1

2022-09-30 Thread Otto Fowler
solutions, please read the following articles: [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/ProjectBuildingException [ERROR] [Help 2] http://cwiki.apache.org/confluence/display/MAVEN/UnresolvableModelException From: Otto Fowler Reply: Otto Fowler Date: September 30, 2022

Re: [DISCUSS] Apache PLC4X 0.10.0 RC1

2022-09-30 Thread Otto Fowler
ok, cleaning my .m2 seems to resolved, sorry for the noise From: Otto Fowler Reply: Otto Fowler Date: September 30, 2022 at 13:38:35 To: dev@plc4x.apache.org Subject: Re: [DISCUSS] Apache PLC4X 0.10.0 RC1 also with 11 ✝  0.10.0/rc1/apache-plc4x-0.10.0   develop±  mvn --version

Re: [DISCUSS] Apache PLC4X 0.10.0 RC1

2022-09-30 Thread Otto Fowler
wrong, did not fix. Any ideas? From: Otto Fowler Reply: Otto Fowler Date: September 30, 2022 at 13:42:21 To: dev@plc4x.apache.org Subject: Re: [DISCUSS] Apache PLC4X 0.10.0 RC1 ok, cleaning my .m2 seems to resolved, sorry for the noise From: Otto Fowler Reply: Otto Fowler Date

Re: [VOTE] Apache PLC4X 0.10.0 RC1

2022-09-30 Thread Otto Fowler
-1 binding. Does not build using the verification instructions with java 11.0.2. From: Lukas Ott Reply: dev@plc4x.apache.org Date: September 30, 2022 at 12:56:33 To: dev@plc4x.apache.org Subject: Re: [VOTE] Apache PLC4X 0.10.0 RC1 +1 (binding) Lukas [x] Download all staged artifacts u

Re: [VOTE] Apache PLC4X 0.10.0 RC2

2022-10-05 Thread Otto Fowler
+1 (binding) followed guide java 11 From: Christofer Dutz Reply: dev@plc4x.apache.org Date: October 3, 2022 at 12:15:33 To: dev@plc4x.apache.org Subject: [VOTE] Apache PLC4X 0.10.0 RC2 Apache PLC4X 0.10.0 has been staged under [2] and it’s time to vote on accepting it for release. All Mav

Re: [DISCUSS] Donate/Move the Apache Camel integration to the Apache Camel project?

2022-10-15 Thread Otto Fowler
You should start a VOTE thread From: Sebastian Rühl Reply: dev@plc4x.apache.org Date: October 13, 2022 at 05:26:44 To: dev@plc4x.apache.org Subject: Re: [DISCUSS] Donate/Move the Apache Camel integration to the Apache Camel project? +1 Sounds really good for me (wanted to do that couple

Re: [VOTE] Move the Apache PLC4X Camel adapter to the Apache Camel project

2022-10-20 Thread Otto Fowler
+1 binding From: Christofer Dutz Reply: dev@plc4x.apache.org Date: October 18, 2022 at 12:52:41 To: dev@plc4x.apache.org Subject: [VOTE] Move the Apache PLC4X Camel adapter to the Apache Camel project As discussed before: I would like to transfer the Apache PLC4X Camel adapter from Apach

Re: [DISCUSS] Rename Fields -> Tags?

2022-11-08 Thread Otto Fowler
+1 From: Ben Hutcheson Reply: dev@plc4x.apache.org Date: November 8, 2022 at 15:20:51 To: dev@plc4x.apache.org Subject: Re: [DISCUSS] Rename Fields -> Tags? +1, while I don't have your commitment to go around and change it. I think it makes it better aligned with OT nomenclature. On Tue,

Re: [DISCUSS] Rename Fields -> Tags?

2022-11-10 Thread Otto Fowler
that I researched many historian systems (include OSIsoft PI, Siemens WinCC, Emerson DeltaV, etc.), all of them are using "Tag". --- Xiangdong Huang School of Software, Tsinghua University 黄向东 清华大学 软件学院 Otto Fowler 于2022年11月9日周三 11:41写道: > > +1 > > F

Re: [DISCUSS] Rename Fields -> Tags?

2022-11-11 Thread Otto Fowler
at least one version with the minor versioning scheme in order to get some feedback on if this works for all … don’t want to end at 19.0.0 too soon, because we keep on adding breaking changes 😉 But in general, yes I think that we should consider a 1.0.0 for 2023 Chris From: Otto Fowler Date: Thurs

Re: [DISCUSS] Rename Fields -> Tags?

2022-11-11 Thread Otto Fowler
if we had already had one before From: Otto Fowler Reply: Otto Fowler Date: November 11, 2022 at 15:10:06 To: dev@plc4x.apache.org , Christofer Dutz Subject: Re: [DISCUSS] Rename Fields -> Tags? Sorry, I thought the name change would change the API, thus a major release. F

Re: Building a PLC4X and IoTDB Historian?

2022-11-26 Thread Otto Fowler
Would you name it “Cake”? From: Christofer Dutz Reply: dev@plc4x.apache.org Date: November 26, 2022 at 10:36:23 To: dev@plc4x.apache.org , d...@iotdb.apache.org Subject: Building a PLC4X and IoTDB Historian? Hi all, I am currently thinking, if it wouldn’t be a good idea to build somethi

Re: Building a PLC4X and IoTDB Historian?

2022-12-08 Thread Otto Fowler
- Calculation Engine, e.g., we want to write C to IoTDB when we > > > > collect A and B from a device (for example, C=A+B/2 ) > > > > * IoTDB's trigger supports that but we need a Drag-and-drop > > > > programming GUI. (maybe integrating some open s

Re: Building a PLC4X and IoTDB Historian?

2022-12-08 Thread Otto Fowler
> > > > - (optional) there is a single-way network gateway for security. > > > > * If the gateway is deployed between device and PLC4x program, then > > > > we need to check whether plc4x supports that. > > > > * If the gateway is

Re: [Modbus] Handling 'too large' blocks of registers

2023-01-16 Thread Otto Fowler
I believe you are having issues because of sunspec over modbus and not modbus ‘generically’ If you wanted to read modbus as just registers, memory ranges and chunk that there is no reason that cannot be done. If I wanted to read 4 to 41 by chunks of 10, I could do it and ‘just make sense

Re: [DISCUSS] Removing the Apache Feather from our logos?

2023-01-16 Thread Otto Fowler
Let’s go with what comes out of Legal, there is discussion on there now. From: Christofer Dutz Reply: dev@plc4x.apache.org Date: January 15, 2023 at 06:21:32 To: dev@plc4x.apache.org Subject: [DISCUSS] Removing the Apache Feather from our logos? Hi all, I know that initially I had our de

Re: [Modbus] Handling 'too large' blocks of registers

2023-01-16 Thread Otto Fowler
as been written, I expect more devices to have similar effects. Niels On Mon, Jan 16, 2023 at 6:21 PM Otto Fowler wrote: > I believe you are having issues because of sunspec over modbus and not > modbus ‘generically’ > > If you wanted to read modbus as just registers, memory range

Re: [Modbus] Handling 'too large' blocks of registers

2023-01-16 Thread Otto Fowler
ere. From: Otto Fowler Reply: Otto Fowler Date: January 16, 2023 at 21:34:42 To: dev@plc4x.apache.org Subject: Re: [Modbus] Handling 'too large' blocks of registers So, I actually don’t think we are in disagreement. If your server implements modbus only enough to service sunspec, it pro

Re: [DISCUSS] Send dependant emails to commits@ or a new list (notifications@)?

2023-01-20 Thread Otto Fowler
+1 From: Christofer Dutz Reply: dev@plc4x.apache.org Date: January 19, 2023 at 12:08:07 To: dev@plc4x.apache.org Subject: [DISCUSS] Send dependant emails to commits@ or a new list (notifications@)? Hi all, today I learned, that it’s possible to redirect bot-notifications to different lis

Re: [DISCUSS] Generally move to using "Context" objects inside our generated code?

2023-02-04 Thread Otto Fowler
Any DSL at some point will consider stack / call / variable contexts. This seems reasonable. From: Christofer Dutz Reply: dev@plc4x.apache.org Date: February 4, 2023 at 05:18:59 To: dev@plc4x.apache.org Subject: [DISCUSS] Generally move to using "Context" objects inside our generated code?

Re: [DISCUSS] Generally move to using "Context" objects inside our generated code?

2023-02-11 Thread Otto Fowler
Why don’t we start with the original parser context, and extend that when it is working and we have a feel for it? From: Łukasz Dywicki Reply: dev@plc4x.apache.org Date: February 6, 2023 at 06:21:05 To: dev@plc4x.apache.org Subject: Re: [DISCUSS] Generally move to using "Context" objects

Re: [DISCUSS] Change the general tag-format to include "Encoding"?

2023-02-20 Thread Otto Fowler
I think if we are going to introduce a new symbols, then we name the variable in the symbol, so that we can add multiple directives there and not have to add another symbol every time %DB120.DBX234:STRING(10){enc:ASCII} unless you want to treat the {XXX} as {BIT_FLAGS} So you can have {ENC_ASCI

Re: [VOTE] Should we remove the PLC4X Connector from the Confluent Hub

2023-04-13 Thread Otto Fowler
+1 (binding) On April 11, 2023 at 11:55:36 PM, Ben Hutcheson (ben.hut...@gmail.com) wrote: Hi, The work expected from Confluent to maintain the PLC4X Kafka Connector in the hub, historically hasn't been in line with our release schedule. And seeing as though there isn't really anybody that is a

Re: [Opinion] NiFi integration Listener

2023-05-02 Thread Otto Fowler
Hi Unai! So, this listener would listen for exception based or unsolicited messages? If it is just polling on a background thread, I don’t think how you want to do something in nifi, and we already have “polling” processors. On May 2, 2023 at 11:09:33 AM, Unai Leria (unai.le...@zylk.net.invali

Re: [Opinion] NiFi integration Listener

2023-05-02 Thread Otto Fowler
On May 2, 2023 at 9:52:08 PM, Otto Fowler (ottobackwa...@gmail.com) wrote: Hi Unai! So, this listener would listen for exception based or unsolicited messages? If it is just polling on a background thread, I don’t think how you want to do something in nifi, and we already have “polling

Re: [Opinion] NiFi integration Listener

2023-05-03 Thread Otto Fowler
...@zylk.net.invalid) wrote: Hi Otto! The idea was to use the processor to support plc4x subscriptions. Maybe the "listener" name was not the most appropriate one but I was trying to follow the NiFi naming convention. Sorry for the misunderstanding Unai - Mensaje original - De: "Ott

Re: [DISCUSS] Add GitHub Discussions?

2023-05-15 Thread Otto Fowler
+1 On May 15, 2023 at 10:39:41 AM, Christofer Dutz (christofer.d...@c-ware.de) wrote: Hi all, So, my PR for infra just got merged and we can now customize the auto-generated emails sent for GitHub Discussions … so now I would like to hear your thoughts on if we want to enable GitHub Discussions

Re: AW: [Opinion] NiFi integration Listener

2023-05-15 Thread Otto Fowler
>From a Nifi point of view, having possibly many background threads that are not in the thread pools and governed by the Nifi scheduler is a bad idea, I *think*. I would recommend that you take to the [nifi dev mailing list or slack]( https://nifi.apache.org/mailing_lists.html) for further discuss

Re: [I] Issue in running `docker build -t plc4x .` (plc4x)

2023-05-18 Thread Otto Fowler
Usually, when I have this type of problem IRL, what I’ll do is take the docker file and run a version of it that doesn’t do the actual build and drop into bash, the work on doing the build manually from there, just a suggestion On May 18, 2023 at 3:25:00 PM, chrisdutz (via GitHub) (g...@apache.or

Re: [VOTE] Drop Java 1.8 Support

2023-12-10 Thread Otto Fowler
+1 binding On December 8, 2023 at 9:16:19 AM, Christofer Dutz ( christofer.d...@c-ware.de) wrote: Hi all, in the past we have settled with requiring Java 11 for building plc4x and making sure the libraries we build are compatible with Java 1.8. Now it looks as if some of our libraries are no lo

Re: [VOTE] Create plc4x-extras repository

2024-03-23 Thread Otto Fowler
+1 (binding) On March 23, 2024 at 12:48:49 PM, Christofer Dutz (christofer.d...@c-ware.de) wrote: We would like to create a new git-repository “plc4x-extras” that will contain the integration modules as well as the examples. Please vote +1 if you are in favor of creating this repository and mov

Re: Splitting up the repos

2024-04-04 Thread Otto Fowler
Lose the history. The stuff in the sandbox is not likely to have important history anyways. The important history is in the main repo components, not the samples. On April 4, 2024 at 6:34:48 AM, Christofer Dutz (christofer.d...@c-ware.de) wrote: Hi all, so for the last days I have tried split

Re: Nifi 2.0.0-M2

2024-05-06 Thread Otto Fowler
https://github.com/apache/plc4x-extras/pull/52 On May 6, 2024 at 7:25:19 PM, Jason Wallace (m...@jasonwallace.co.uk) wrote: Howdy, enum ExpressionLanguageScope no longer has enum constant VARIABLE_REGISTRY in Nifi 2.0.0-M2 which stops it from being a valid producer. I believe VARIABLE_REGISTRY

[jira] [Created] (PLC4X-219) NIFI processors should only work with specific attributes

2020-07-25 Thread Otto Fowler (Jira)
Otto Fowler created PLC4X-219: - Summary: NIFI processors should only work with specific attributes Key: PLC4X-219 URL: https://issues.apache.org/jira/browse/PLC4X-219 Project: Apache PLC4X Issue

[jira] [Created] (PLC4X-250) Refactor python namespace to remove java like heirarchy

2020-09-20 Thread Otto Fowler (Jira)
Otto Fowler created PLC4X-250: - Summary: Refactor python namespace to remove java like heirarchy Key: PLC4X-250 URL: https://issues.apache.org/jira/browse/PLC4X-250 Project: Apache PLC4X Issue

[jira] [Created] (PLC4X-251) PLC4PY -> Boostrap Pluggy / Entry point / Extensions for driver discovery and loading

2020-09-29 Thread Otto Fowler (Jira)
Otto Fowler created PLC4X-251: - Summary: PLC4PY -> Boostrap Pluggy / Entry point / Extensions for driver discovery and loading Key: PLC4X-251 URL: https://issues.apache.org/jira/browse/PLC4X-251 Proj

[jira] [Created] (PLC4X-268) PLC4PY: use makefile to setup poetry and env

2021-01-08 Thread Otto Fowler (Jira)
Otto Fowler created PLC4X-268: - Summary: PLC4PY: use makefile to setup poetry and env Key: PLC4X-268 URL: https://issues.apache.org/jira/browse/PLC4X-268 Project: Apache PLC4X Issue Type: Bug

[jira] [Created] (PLC4X-327) with-c doesn't build on macOS

2021-12-15 Thread Otto Fowler (Jira)
Otto Fowler created PLC4X-327: - Summary: with-c doesn't build on macOS Key: PLC4X-327 URL: https://issues.apache.org/jira/browse/PLC4X-327 Project: Apache PLC4X Issue Type

[jira] [Created] (PLC4X-161) [CPP] Introduce cpplint

2019-12-05 Thread Otto Fowler (Jira)
Otto Fowler created PLC4X-161: - Summary: [CPP] Introduce cpplint Key: PLC4X-161 URL: https://issues.apache.org/jira/browse/PLC4X-161 Project: Apache PLC4X Issue Type: Improvement

[jira] [Created] (PLC4X-162) [CPP] make use of c++11 smart pointers

2019-12-05 Thread Otto Fowler (Jira)
Otto Fowler created PLC4X-162: - Summary: [CPP] make use of c++11 smart pointers Key: PLC4X-162 URL: https://issues.apache.org/jira/browse/PLC4X-162 Project: Apache PLC4X Issue Type: Improvement

<    1   2