You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+7-6
Original file line number
Diff line number
Diff line change
@@ -15,7 +15,7 @@ For more information on how to this works with other frontends/backends, head ov
15
15
16
16
Ensure the following dependencies are installed and configured:
17
17
18
-
-[Java SDK] 8 or 11 or [GraalVM]20.2.x (both Java 8 and 11 variants)
18
+
-[Java SDK] 8 or 11 or [GraalVM]21.0.x (both Java 8 and 11 variants)
19
19
-[sbt] 1.5.x
20
20
21
21
### Setup Steps
@@ -45,6 +45,7 @@ To package and run it as an uber-jar:
45
45
Ensure Graal is downloaded and its binaries folder added to `PATH`. The most convenient way is to use [sdkman] to switch between different Java SDK versions (Graal included).
46
46
47
47
- Run `sdk env` to initialise the shell session using [sdkman]
48
+
- Run `gu install native-image` to configure the native-image binary (incl. agent)
48
49
49
50
To generate assisted configuration for native image:
50
51
@@ -83,17 +84,16 @@ Backend API implementation:
83
84
84
85
Please read [PROGRESS] for more details.
85
86
87
+
# Notes
88
+
89
+
Scalameta substitutions ([svm-subs]) are copied over into the repository as the library has not had any updates for a while.
90
+
86
91
# Issues
87
92
88
93
- Native image generation sometimes fail with non-initialized charset issue error message (simply retry until succeeds)
89
94
- Native image generation with `jwt-scala` fails ([oracle/graal/#1152](https://github.com/oracle/graal/issues/1152))
90
95
- JWT token decoding in native image fails ([oracle/graal/#1240](https://github.com/oracle/graal/issues/1240))
91
96
92
-
# Pending Updates
93
-
94
-
- GraalVM `21.0.0.2`:
95
-
- Pending `org.scalameta %% svm-subs` support
96
-
97
97
# Contributing
98
98
99
99
We follow the "[feature-branch]" Git workflow.
@@ -137,4 +137,5 @@ Please read [CONTRIBUTING] for more details.
0 commit comments