Results 44 comments of Gilbert Kwan

Workaround for LMP 3.6 dev mode to disable feature generation manually, run ``` mvn liberty:dev -DgenerateFeatures=false ```

if users remove the unknown feature, will the generation be resumed automatically or users can press a command to resume?

The message `CWMIG12125E: Unknown restfulWS-3.0 feature found.` is not quite right. The restfulWS-3.0 is a known feature for OL and user but not the scanner.

ok, I can see the option `o`. Thanks to let me know

Also suggest an option to show the following information or `h` will include them: ``` [INFO] * Liberty server port information: [INFO] * Liberty server HTTP port: [ 9081 ]...

have no issue to use the [`HuggingFaceEmbeddingModel`](https://github.com/gkwan-ibm/langchain4j-examples/blob/1d65bb945b13620be47d526cd9363dff859decc7/jakartaee-microprofile-example/src/main/java/dev/langchain4j/example/rest/ModelResource.java#L60-L65) class

Thank you for the suggestion. I tried it. It does not work in my case that the code change is not in the testing.

hi @Oanh-D JDK, Git, and Maven are the prerequisites to run this guide. You can install them through the following 3 buttons that are located on the right top of...

I remember `liberty:dev` already support `-DhotTests` but not exit the dev mode. Technically, I think it is not difficult for LMP to support, either `mvn -DquickTest liberty:dev`, `mvn -DquickTest liberty:run`,...

As I am a user, I do not consider how the implementation will be, but I concern how the CLI make sense to me and what really be tested (the...