Re: [I] Extended Services Windows v10.1.0 missing but needed by Sandbox [incubator-kie-tools]
tiagobento commented on issue #3431: URL: https://github.com/apache/incubator-kie-tools/issues/3431#issuecomment-4246893836 I'll mark this as Closed as we won't ship native binary distributions for Extended Services anymore. The standard way of running Extended Services in 10.2+ will be through containers, as described by @thiagoelg. This is the PR which removed it https://github.com/apache/incubator-kie-tools/pull/3461 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] - To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
Re: [I] Extended Services Windows v10.1.0 missing but needed by Sandbox [incubator-kie-tools]
tiagobento closed issue #3431: Extended Services Windows v10.1.0 missing but needed by Sandbox URL: https://github.com/apache/incubator-kie-tools/issues/3431 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] - To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
Re: [I] Extended Services Windows v10.1.0 missing but needed by Sandbox [incubator-kie-tools]
thiagoelg commented on issue #3431: URL: https://github.com/apache/incubator-kie-tools/issues/3431#issuecomment-3868371611 Hello @dschulten, thank you for opening this issue. Unfortunately, we couldn't publish the native Extended Service binaries in the 10.1.0 release. Currently, the preferred way of using Extended Services is via the JAVA app bundled in the VS Code extension or the container image available here: https://hub.docker.com/r/apache/incubator-kie-sandbox-extended-services/tags You can run it with `docker run -d -p :21345 docker.io/apache/incubator-kie-sandbox-extended-services:10.1.0` (you can change the VS Code extension settings to point to your local container). -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] - To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
Re: [I] Extended Services Windows v10.1.0 missing but needed by Sandbox [incubator-kie-tools]
dschulten commented on issue #3431: URL: https://github.com/apache/incubator-kie-tools/issues/3431#issuecomment-3867457618 I have found a workaround. The extended-services-java distribution that comes with the VSCode extension runs with Windows. - install the vscode plugin - cd to `%USERPROFILE%\.vscode\extensions\kie-group.extended-services-vscode-extension-10.1.0\dist\extended-services-java - zip up the extended-services-java folder To start it, a recent Java version is required, I use JDK 21. Unpack the extended-services-java.zip, change into id on the commandline. Then: - set Quarkus Port: `set QUARKUS_HTTP_PORT=21345` - set JAVA_HOME as required - run the extended services: `%JAVA_HOME%\bin\java -jar quarkus-run.jar` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] - To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
