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
feat: transition to warmed preamble scripts
fix: disable embedded jvm until ready for release
fix: make abi validation optional
fix: warning fixes to build in strict mode
fix: restore python vfs support
fix: package of native macos fixes
fix: static args availability in cli
fix: reflection metadata for pkl
fix: reflection metadata for jna
fix: synethetic module default exports
chore: build kotlin in strict mode
chore: drop checkstyle/pmd until in use
chore: bump rust dependencies
chore: bump `uv` → latest
chore: bump `ruff` → latest
chore: bump `oxc` → latest
chore: bump `java` minimum → jvm21
chore: upgrade kotlin → `2.1.20-RC2`
chore: adopt kdl v2 format for package lock
chore: upgrade micronaut catalog → `4.5.0`
chore: upgrade micronaut lib → `4.8.6`
chore: upgrade disruptor → `4.0.0`
chore: upgrade pnpm → `10.6.2`
chore: update detekt baselines
chore: upgrade oro kdl lockfile
chore: update gradle lockfiles
chore: update verification metadata
chore: fmt
Fixes and closes#1290
This revision will initially be released at tag
`1.0.0-alpha15`, which will be used to bootstrap
and release the `1.0.0-beta1` build.
Signed-off-by: Sam Gammon <[email protected]>
Copy file name to clipboardExpand all lines: .github/CONTRIBUTING.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -172,13 +172,13 @@ Check the `gradle.properties` file at the project root to see all available opti
172
172
If you are building a JVM application that runs guest code in one of the languages supported by Elide, you can use the Runtime DSL to configure your own embedded polyglot engine:
The DSL is used internally by the Elide binaries and by the SSR packages and provides a simplified API to harness the power of the underlying [GraalVM](https://graalvm.org) engine:
0 commit comments