Bruno P. Kinoshita

Results 709 comments of Bruno P. Kinoshita

Ha! It's the JVM shipped with the Docker base image for Jena. Using the same container, I tried the following: ```bash $ apk add openjdk11 $ java Available nn ar_JO...

Also tried a fresh `alpine` image, then downloaded a release from Eclipse Temurin from the same URL used by Jena build, https://github.com/adoptium/temurin17-binaries/releases/. It worked and displayed all the locales in...

So the reason for having only the English locale might be the `jlink` command above, and this [Oracle docs page](https://www.oracle.com/java/technologies/javase/jdk11-suported-locales.html) I think solves the rest of the mystery ![image](https://github.com/apache/jena/assets/304786/60f5ed5e-f034-46d5-9d37-8abc120097d9) I...

I think this should fix the issue, but I couldn't reproduce it locally. Will see if I can trigger Jenkins to run from this PR or from my branch?

Hmmm, had a look at ASF's Jenkins, I can see the error, but the job is not parametrized. How do you test PR's or branches with Jenkins, @afs?

>The yarn.lock file is out of date. Weird, I'm on this branch and I get no changes ```bash $ yarn install yarn install v1.22.5 [1/4] Resolving packages... success Already up-to-date....

Upgraded node, and then ran `yarn install`. ``` node -v v18.14.0 ``` No difference in `package.json`. Then upgraded `yarn` too (I wasn't aware of [`corepack`](https://yarnpkg.com/getting-started/install) in yarn!) ``` $ yarn...

Ah, ok. So we are not crazy. The Cypress bug about headless requiring xvfb is this one https://github.com/cypress-io/cypress/issues/6012. It was closed but pointing to a new bug, as it looks...

(or downgrade Cypress... I've upgraded all the dependencies before finding these issues in Cypress, so I will push it to this branch too anyway :shrug: )

The cypress bug is now fixed, https://github.com/apache/jena/pull/1755#issuecomment-1428675379, but I haven't tested it yet. #1679 has further fixes & improvements to the Cypress configuration. Once that one is merged, I will...