Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Java archetype missing classes #1791

Closed
obermeier opened this issue Jul 24, 2023 · 1 comment
Closed

Java archetype missing classes #1791

obermeier opened this issue Jul 24, 2023 · 1 comment
Labels
bug Something isn't working

Comments

@obermeier
Copy link
Member

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

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!

@obermeier obermeier added the bug Something isn't working label Jul 24, 2023
@obermeier
Copy link
Member Author

Sorry, just the class prefix variable was missing.

@bossenti bossenti added the wontfix This will not be worked on label Jul 24, 2023
@obermeier obermeier removed the wontfix This will not be worked on label Jul 25, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants