-
Notifications
You must be signed in to change notification settings - Fork 14
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
Type VAL (+TypeVariableImpl is not supported yet.
#95
Comments
Can you please add some debug info which class and method you are parsing at the time? So it would be easier to find out what is the problem |
Gosh, I kinda like that you have some specific issues which will make this plugin better, but I feel sorry you run into so much. Don't know about lombok, it was one of my lead on your previous bug and it didn't seem to bother the plugin. Could you pin down the problem and enhanced your previous error demo project so I can work on it? You can activate debug logs with the "-X" maven option. Like "mvn compile -X" And you a right about adding informations . I should think about adding them in the error directly. PS : if the problem is due to a single controller / method, you can then exclude it temporarily while waiting for the fix with the blacklist configuration. |
The problem is that I don't know which controller/method this is. Please add more logging (I'm already running |
It's not lombok. I've cloned you repo and stopped with debugger. Let me try to reproduce it |
Isn't there some logs like these ones with the debug option? The last one before the error would be our candidate (can be very fast if it's the first ... :P)
|
Check my project. I've pushed new commit with the error that I've mentioned |
Thank you, will work on it over the weekend. |
Awesome 👌😀! Ps you can work with some different cases of generics +
inheritance. Maybe something new will popup 🤔😉
pt., 27 paź 2023, 23:15 użytkownik Kévin Buntrock ***@***.***>
napisał:
… Check my project. I've pushed new commit with the error that I've mentioned
Thank you, will work on it over the weekend.
—
Reply to this email directly, view it on GitHub
<#95 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAWTLHTE5XXICSQSTI72CVDYBQP5VAVCNFSM6AAAAAA6SQGJU2VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTOOBTGUYTSOJTGY>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
@magx2 : Done some work and merge to the main branch. I was handling types coming from outside, coming from the parent hierarchy, but not the two together. Since you managed to clone the repo, can you pull "dev" and check the v0.0.17-SNAPHOST if there is any other bug with your project? |
Sure. I will do it on Monday
niedz., 29 paź 2023, 16:11 użytkownik Kévin Buntrock <
***@***.***> napisał:
… @magx2 <https://github.com/magx2> : Done some work and merge to the main
branch. I was handling types coming from outside, coming from the parent
hierarchy, but not the two together.
Yes, genericity represent already 50% percent on my time on this project
^^ Every time I finally think I've handled everything, something new comes
up.
Since you managed to clone the repo, can you pull "dev" and check the
v0.0.17-SNAPHOST if there is any other bug with your project?
I will wait your check before releasing the version, in case you bring
something new tomorrow. :P
—
Reply to this email directly, view it on GitHub
<#95 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAWTLHTBT2IVZSZNWIDCWF3YBZP23AVCNFSM6AAAAAA6SQGJU2VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTOOBUGE2DAMBRHE>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
Looks like it's working 🎉😁! |
Awesome. :) I'll release over lunch break. :) |
@magx2 : v0.0.17 is up. |
Awesome! Thanks!
pon., 30 paź 2023 o 15:34 Kévin Buntrock ***@***.***>
napisał(a):
… @magx2 <https://github.com/magx2> : v0.0.17 is up.
—
Reply to this email directly, view it on GitHub
<#95 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAWTLHV2HHANMNB5RQMEDRTYB63GXAVCNFSM6AAAAAA6SQGJU2VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTOOBVGM2TANRXHE>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
--
Pozdrawiam
Martin Grześlowski
|
Hey,
I have another issue. When running your plugin I'm getting this error:
Type VAL (+TypeVariableImpl is not supported yet.
. I don't know what is causing it, maybe Lombok?openapi-maven-plugin/openapi-maven-plugin/src/main/java/io/github/kbuntrock/model/DataObject.java
Line 141 in 1184f46
Ps In error message in
DataObject.java#L140
you are missing closing)
😉The text was updated successfully, but these errors were encountered: