enso/tools/legal-review/Base
Pavel Marek 0d915d0344
Update to GraalVM 24.0.0 (#9647)
Update the GraalVM-related Maven packages from **23.1.2** to **24.0.0**.

# Important Notes
- Reverted workarounds mentioned in https://github.com/enso-org/enso/issues/9477

The language home search functionality in Truffle changed. It used to find the home for Enso from the class loader of `EnsoLanguage`:
https://github.com/oracle/graal/blob/graal-23.1.2/truffle/src/com.oracle.truffle.polyglot/src/com/oracle/truffle/polyglot/LanguageCache.java#L362

In 24.0.0, the language home is no longer found via class loader, but via system properties:
https://github.com/oracle/graal/blob/graal-24.0.0/truffle/src/com.oracle.truffle.polyglot/src/com/oracle/truffle/polyglot/LanguageCache.java#L353

I provided a "fix" for this by an explicit specification of the `org.graalvm.language.enso.home` system property in our launchers.
2024-04-12 17:01:49 +00:00
..
com.fasterxml.jackson.core.jackson-annotations-2.15.2 Add parser for line by line processing (#8719) 2024-02-01 07:29:50 +00:00
com.fasterxml.jackson.core.jackson-core-2.15.2 Add parser for line by line processing (#8719) 2024-02-01 07:29:50 +00:00
com.fasterxml.jackson.core.jackson-databind-2.15.2 Add parser for line by line processing (#8719) 2024-02-01 07:29:50 +00:00
com.ibm.icu.icu4j-73.1 Scala 2.13.11 and libraries update (#7010) 2023-06-14 13:15:57 +00:00
org.graalvm.polyglot.polyglot-24.0.0 Update to GraalVM 24.0.0 (#9647) 2024-04-12 17:01:49 +00:00
org.graalvm.sdk.collections-24.0.0 Update to GraalVM 24.0.0 (#9647) 2024-04-12 17:01:49 +00:00
org.graalvm.sdk.nativeimage-24.0.0 Update to GraalVM 24.0.0 (#9647) 2024-04-12 17:01:49 +00:00
org.graalvm.sdk.word-24.0.0 Update to GraalVM 24.0.0 (#9647) 2024-04-12 17:01:49 +00:00
reviewed-licenses Improving tests and edge cases for URI and HTTP (#8497) 2023-12-15 17:58:45 +00:00
report-state Update to GraalVM 24.0.0 (#9647) 2024-04-12 17:01:49 +00:00