You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The check added recently for more than one springBootApplication element only considered a single server config file. The check needs to take into account all server config files (via include elements and configDropins). I suggest the code should collect a Map of springBootApplication by id and preserve the correct merge/replace behavior based on where the config resides. Once all the server config files have been processed, check if more than one configured springBootApplication location exists and throw the error at that point. We could even include the ids for the elements we found in the message.
The text was updated successfully, but these errors were encountered:
The check added recently for more than one
springBootApplication
element only considered a single server config file. The check needs to take into account all server config files (via include elements and configDropins). I suggest the code should collect a Map of springBootApplication by id and preserve the correct merge/replace behavior based on where the config resides. Once all the server config files have been processed, check if more than one configuredspringBootApplication
location exists and throw the error at that point. We could even include the ids for the elements we found in the message.The text was updated successfully, but these errors were encountered: