redhat-developer / vscode-server-connector

📦 Connects Visual Studio Code to your server adapters and run, deploy apps !!
Eclipse Public License 2.0
57 stars 26 forks source link

Wildfly 23 not working in extension #487

Closed robstryker closed 3 years ago

robstryker commented 3 years ago

Wildfly 23 is misidentified as EAP 6.0 in current extension.

Wildfly 23 support was added to rsp-server:

EAP 7.4 was added to rsp-server:

0.23.11 of rsp-server was "released": 04-Mar-2021 17:12

vscode-server-connector was last released: 2/15/2021, 11:08:40 AM

In short, wfly 23 and eap 7.4 are not available in current extension. This must be fixed ASAP.

odockal commented 3 years ago

@robstryker What is state of this issue? I have not noticed anything wrong when creating wf 23 from the disc.

odockal commented 3 years ago

Or eap in that matter: "org.jboss.tools.rsp.server.typeId": "org.jboss.ide.eclipse.as.eap.74",

robstryker commented 3 years ago

new version was released so this is probably fixed.