- new File(FTLReport.class.getClassLoader().getResource(TEMPLATE_PATH).toURI()) throws an exception in java 25 if the path is a UNC-path
FYI: The version 25.0.1 is correctly detected. Perhaps it is just a problem with the comparison operator "greater than" or "greater than or equal to".
Java 25 is not detected
- replaced call of method getResouce by getClassLoader().getResource to avoid conflicts with Java's module style
- replaced call of method getResouce by getClassLoader().getResource to avoid conflicts with Java's module style
- replaced call of method getResouce by getClassLoader().getResource to avoid conflicts with Java's module style
Hello, a simple fix reads if (!isset($callback_2)) { // create_function has been removed in php8 --> replaced by anonymous function //$callback_2 = create_function('$matches', 'return "[" . str_replace("|", "", $matches[1]) . "]";'); $callback_2 = function($matches) { return (count($matches) > 1) ? "[" . str_replace("|", "", $matches[1]) . "]" : "[]"; }; } regards Micha
- add MGI for Bosnia, cf. https://github.com/loesler/applied-geodesy/issues/169