-
Notifications
You must be signed in to change notification settings - Fork 40.8k
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
The spring.ssl properties metadata seems to be missing #35656
Comments
What do you mean by "runtime works"? The config you've shared is not doing anything, it should use |
I see. I had shown truncated configuration. I do have more keys under that, I just did not show them. Not sure why then but VScode tooling for spring is showing me an error. |
From your comments it appears that the metadata is not statically generated but should be dynamically built by tooling/IDE. If that is the case, should I move this to VSCode spring support extension? |
No. It's built automatically by us.
I see it now also with IntelliJ IDEA Odd, as the metadata has been generated but for some reason the IDE doesn't recognize it. |
Good. Looking forward to the fix. I also thought it was odd. BTW while debugging I also found some oddities with source being out of sync with bytecode for certain classes. So I did fresh dependency updates again via gradle but got the same. I will file a separate issue if I continue to experience that. May be the artifacts were not built properly? |
Closing in favor of PR #35667 |
Hmmm....I was not aware of the that mechanism i.e. |
|
Oh I see. So |
Spring 3.1.0 supports SSLBundles (good!). The properties for it are defined here:
The metadata for this seems to be missing (?):
In VSCode I see:
for this config in application.yaml
BTW runtime wroks, no issues.
The text was updated successfully, but these errors were encountered: