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

Helidon-Generator: Cannot find symbol FormParams on newer Helidon Versions #87

Closed
SentryMan opened this issue Sep 19, 2022 · 2 comments
Closed
Assignees

Comments

@SentryMan
Copy link
Collaborator

It seems the FormParams class no longer exists on newer helidon versions

[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.10.1:compile (default-compile) on project helidon-POC: Compilation failure: Compilation failure: 
[ERROR] /Experiments/helidon-poc/target/generated-sources/annotations/com/jojo/test/helidon/controller/ControllerClass$Route.java:[7,30]  Cannot find symbol
[ERROR]   symbol:   class FormParams
[ERROR]   location: package io.helidon.common.http
@rbygrave
Copy link
Contributor

Yes. I have locally a Nima specific generator and now that it's ALPHA I can look to merge that in etc.

At the moment this could be confusing in terms of artifact names in that the new one is currently called avaje-http-nima-generator vs the old one avaje-http-helidon-generator.

Anyway, first step is to get this Nima specific one into master and then figure out if that is going to be confusing and if the name for the 'reactive' one should change and reflect that etc.

@rbygrave rbygrave self-assigned this Sep 19, 2022
@SentryMan
Copy link
Collaborator Author

Covered by nima support issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants