OpenLiberty / ci.maven

Maven plugins for managing Liberty profile servers #devops
Apache License 2.0
130 stars 91 forks source link

Support expansion variables for server.env config files #1787

Open cherylking opened 10 months ago

cherylking commented 10 months ago

According to this doc, support was added for expansion variables in server.env files for Linux in Liberty version 22.0.0.1. The Windows support was supposedly already there. Need to update ci.common to handle expansion variables when processing server.env files in ServerConfigDocument.initializeAppsLocation. Check to see if any other classes/methods process the server.env variables too.