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

Fix fetching WL features from Maven Central #210

Closed cherylking closed 1 year ago

cherylking commented 1 year ago

Discovered that the features json in Maven Central for WebSphere Liberty runtimes do not contain the Open Liberty features that are naturally part of WL. Changed the code to fetch both the OL and WL features json and merge them when dealing with WL runtimes.