-
-
Notifications
You must be signed in to change notification settings - Fork 528
Add Support for Spring Native 0.11 #1376
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
Comments
I don't see the following dependency in your project. <dependency>
<groupId>org.springdoc</groupId>
<artifactId>springdoc-openapi-native</artifactId>
<version>1.5.13</version>
</dependency> This had to be a separate dependency, as Can you confirm if you are still having the same error even with this dependency? |
Thx for the fast reply .. sadly it does not work at all, On Top of that, you should NOT rely on the Default "AUTO_DETECT" from this guy ... access = {TypeAccess.DECLARED_CLASSES, TypeAccess.DECLARED_CONSTRUCTORS, TypeAccess.DECLARED_METHODS, TypeAccess.DECLARED_FIELDS}) Which might be a little verbose, but at least got it working ... One questions concerning the dependency above: thx again -- cut --- |
To be honest .. i just checked native-11-RC1 .. this change was nowhere to be seen there, |
Thanks for your tip. Will look at it very soon! |
thank you for your great support |
Is your feature request related to a problem? Please describe.
SpringDoc OpenApi is currently the only Project that Supports Spring Native, thx for the effort.
As everything works finde with Native 0.10.5,
in native 0.11.0 support is broken.
Which might be no wonder, because there seem to be a lot of changes behind the curtain
** Problem **
Complete Build and Boostrap report here (don't know how long github will keep them)
https://github.com/goafabric/callee-service/runs/4481748956?check_suite_focus=true
Errors:
Describe the solution you'd like
Support for Sprint native 0.11
Additional context
What I already observed from native 0.11.0 is that name Inference from Requestsparams etc is not working any more.
And ConditonalProperties are resolved during build time .. don't know if this is relevant here .. just fyi
The text was updated successfully, but these errors were encountered: