-
Notifications
You must be signed in to change notification settings - Fork 335
Generate Spring Configuration Metadata via spring-boot-configuration-processor #1842
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
@mmoayyed Thanks for filing this issue! To gain a little more info, do you observe the same in the previous versions of spring-cloud-gcp-autoconfigure? Or is this a recent phenomenon that has started happening with |
If I look at history:
So somewhere between 4.0.0 and 4.1.0, this capability disappeared. |
Thanks for the investigation! A few notes as we look into this further: ![]() One notable change that recently took place was the update of @meltsufin @JoeWang1127 @emmileaf any additional thoughts on this? |
Thank you, this also confirms what I am seeing in my build as well. (I mistakenly was looking for the file in previous versions under the |
Thanks @mpeddada1 for the investigation! Since this file gets generated at compile time, I checked for it under The difference is likely from now needing to specify |
@mpeddada1 @emmileaf Sorry for mistakenly closing the issue previously, and thanks for resolving it quickly! |
Is your feature request related to a problem? Please describe.
It looks as though the project here does have a dependency on
spring-boot-configuration-processor
, but I don't see the generated JSON inMETA-INF/spring-configuration-metadata.json
. I would expect this file to show up in the final JAR forcom.google.cloud:spring-cloud-gcp-autoconfigure:4.3.0
but there exists none.Describe the solution you'd like
There should be a
META-INF/spring-configuration-metadata.json
generated for thecom.google.cloud:spring-cloud-gcp-autoconfigure
artifact and released.Describe alternatives you've considered
N/A
Additional context
Using google cloud SDK
4.3.0
.The text was updated successfully, but these errors were encountered: