OpenLiberty / liberty-language-server

The Liberty Config Language Server provides language server features for Liberty server configuration files through any of the supported client IDEs.
Eclipse Public License 2.0
5 stars 11 forks source link

Fetch latest published schema instead of using a cached default schema for server config xml validation #203

Open cherylking opened 1 year ago

cherylking commented 1 year ago

Opened issue 25808 in Open Liberty to publish the schema for openliberty-runtime for each release. Once that is implemented, need to change our code that uses the default cached schema to instead determine what the latest version of openliberty-runtime is and download the published schema for that version.