Rob Stryker
Rob Stryker
The workaround listed indicates how to properly use the tool to get the desired results.
I'll look into this, but I'm going to be honest: a lot of the infrastructure needed for dependent projects nad nested projects that was provided by eclipse is missing in...
What exactly is this referring to?
So to be clear, you're suggesting this is a regression? It used to work, but doesn't anymore? And if you install the previous version, it still works? Can you clarify...
`Overriding the VM args and setting -Djava.net.preferIPv4Stack to true solved the issue.` I'm very glad to hear that a workaround exists and we successfully discovered it. I will investigate why...
I'd mark this as a regression. Bad change in February 2023: https://github.com/redhat-developer/rsp-server/commit/99aa3b140afa421e3098c45c2a41432c699e5a7f#diff-9f6d5aa9649f9d9cee49eecfbf6eb868749c251f7a9d09aad79cc5baba8e6bd5R53 When determining whether a host string is ipv4 or ipv6 we do some pattern matching, but it seems...
No changes are planned here.
@olkornii do you know the replacement?
We currently do not have any way to run the server in terminal instead of via output window.
So, this is strange. First, I can't replicate it. Second, you can see here: https://github.com/redhat-developer/rsp-server/blob/db1a3299580983f61ce20016c0e6a0efef1c37d8/runtimes/bundles/org.jboss.tools.rsp.server.wildfly/src/main/java/org/jboss/tools/rsp/server/wildfly/servertype/JBossVMRegistryDiscovery.java#L24 the first thing we do is try to get this attribute from the definition. If...