obermeier opened a new issue, #1791:
URL: https://github.com/apache/streampipes/issues/1791

   ### Apache StreamPipes version
   
   dev (current development state)
   
   ### Affected StreamPipes components
   
   Processing Elements
   
   ### What happened?
   
   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.
   
   I thik this is possibly a bug.
   
   [[1] ExampleGenericAdapter 
usage](https://github.com/apache/streampipes/blob/2a49d0227cbc9af7366599b3b6c877f899fb0033/archetypes/streampipes-archetype-extensions-jvm/src/main/resources/archetype-resources/src/main/java/Init.java#L57)
   
   ### 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!


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to