Description
(Migrated from https://jira.spring.io/browse/STS-4201)
Version: 4.12.0.RELEASE
As far as I could tell using the search function this issue was never migrated to Github prior to this post, and since the original issue contained a workaround I'm guessing it was consistent enough that nobody felt the need to reopen the issue.
This week there were some configuration changes introduced into several of our projects that utilize maven variable substitution within application.yml files. These changes reproduced the issue as described in the original JIRA issue above. However, when I tried to apply the workaround of surrounding the values with double quotes, I found that this workaround did not consistently resolve the validation errors that it generated--see below for an example.
There was only one instance of substitution to workaround, and the error appears to be somewhat malformed and is reported on the last line of the file:
I already have validators suspended for performance reasons, and I can't find to seem any mechanism for preventing this validation...I also doubt I can get the changes re-engineered as I'm in the minority of developers that use STS (or an Eclipse-based IDE) at this company. Since the original issue was considered low priority I suspect I may stuck living with this--are there any logs I could provide that would be helpful, or a workaround that I may have missed by not searching through preferences correctly?