You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the jvm processor archetype class ExampleGenericAdapter and ExampleSpecificAdapter are used [1].
But I could not find the declearaton of this classes in the sourcecode.
Create a processor with the current java archetype.
E.g. mvn archetype:generate \ -DarchetypeGroupId=org.apache.streampipes \ -DarchetypeArtifactId=streampipes-archetype-extensions-jvm \ -DarchetypeVersion=0.93.0-SNAPSHOT \ -DgroupId=com.example.test \ -DclassNamePrefix=FmuProcessor \ -DartifactId=pcf-fmu-processor \ -Dversion=0.1.0-SNAPSHOT
Expected behavior
No response
Additional technical information
No response
Are you willing to submit a PR?
Yes, I am willing to submit a PR!
The text was updated successfully, but these errors were encountered:
Apache StreamPipes version
dev (current development state)
Affected StreamPipes components
Processing Elements
What happened?
In the jvm processor archetype class
ExampleGenericAdapter
andExampleSpecificAdapter
are used [1].But I could not find the declearaton of this classes in the sourcecode.
I thik this is possibly a bug.
[1] ExampleGenericAdapter usage
How to reproduce?
Create a processor with the current java archetype.
E.g.
mvn archetype:generate \ -DarchetypeGroupId=org.apache.streampipes \ -DarchetypeArtifactId=streampipes-archetype-extensions-jvm \ -DarchetypeVersion=0.93.0-SNAPSHOT \ -DgroupId=com.example.test \ -DclassNamePrefix=FmuProcessor \ -DartifactId=pcf-fmu-processor \ -Dversion=0.1.0-SNAPSHOT
Expected behavior
No response
Additional technical information
No response
Are you willing to submit a PR?
Yes, I am willing to submit a PR!
The text was updated successfully, but these errors were encountered: