Charlee Chitsuk

Results 24 comments of Charlee Chitsuk

Yes, correct. Regarding to the [README](https://github.com/charleech/payara6-evaluation/blob/main/simple-cdi/README.md) ### To test against the `payara-micro` please use the following command: - ```bash export JAVA_TOOL_OPTIONS="-Djdk.util.zip.disableZip64ExtraFieldValidation=true \ -Djdk.attach.allowAttachSelf=true \ --add-opens=java.base/java.io=ALL-UNNAMED" mvn clean install -Darq-mode=payara-micro ```...

Furthermore, testing against the `payara-ml` is also an expected as the same as `payara-micro` ### To test against the `payara-ml` (aka `managed`) please use the following command: - ```bash export...

Hi @felixif Do you need any information to re-produce ?

I apologize for disturbing you. Could you please help to consider to keep the embedded-consul for the Windows 10 Home edition user which does not support the Docker? May be...

I've faced the same issue when building this `Maven docker` at my **Windows** machine. The root cause is the **Windows** use `\r\n` as a end-of-line, while the ***nix** use only...

> so it was only when you built it but not when you pulled it? > Yes. The official image published at the DockerHub works perfectly. --- I'm quite sure...

It seems like it cannot access to the `internet`, especially to the `https://repo.maven.apache.org/maven2`. We are able to verify by executing the following command at the host machine. ```bash docker run...

Here is the list jar files inside the lib directory. I'm not sure if this may be any clue or not. ```bash docker run -it --rm maven:3.9.1-eclipse-temurin-11 bash # Inside...

> [debug] Running command mvn install -DskipTests=true -X in /home/jenkins/agent/workspace/_TestNG_Maven_Mojo_release_1.0.0/target/project-to-test/TestChangesMojoChangesInParentClassTest1682024612217 > > Apache Maven 3.9.1 (2e178502fcdbffc201671fb2537d0cb4b4cc58f8) > > Maven home: `` > > Java version: 11.0.18, vendor: Eclipse Adoptium, runtime:...

Except the long printing logs, the maven build successfully and I can get the proper PDF. Every source code inside it are highlighted.