Open miklcct opened 1 week ago
This is probably because of the following bug in the JVM: https://bugs.openjdk.org/browse/JDK-8295564
They appeared to have changed the Norwegian formatting in Java 22.
In my view, it's not a very important test and I would be happy to simply disable the parts about Norwegian money formatting, rather than write a JVM-specific test.
We did something similar here: https://github.com/opentripplanner/OpenTripPlanner/pull/5260
Is it possible to make the test not dependent on JVM implementation details?
You're certainly welcome to try, but I personally would not spend the time on it nor would I request someone else do it.
Expected behavior
The test passes
Observed behavior
The test fails. The package can't be built.
Version of OTP used (exact commit hash or JAR name)
0202d1efb1770a24c19c9bfd9f5cf86e5543fd27
The machine is Windows 11, Version 22H2 (Build 22621.4460), in English (United Kingdom) locale. Java version is
P.S. The same test passes with the another JDK:
Data sets in use (links to GTFS and OSM PBF files)
Not relevant
Command line used to start OTP
Not relevant
Router config and graph build config JSON
Not relevant
Steps to reproduce the problem
Build and package OpenTripPlanner