mirror of
https://github.com/jlengrand/quarkus.git
synced 2026-03-10 08:41:22 +00:00
906cb3339eec077964dd69991f0edf1883ec419f
Hibernate ORM for Protean
Experiments to run Hibernate ORM on:
- SubstrateVM
- traditional JVM with Graal
- experiments with Class Data Sharing
- experiments with Jigsaw modules
The main focus is on SubstrateVM, each of these have a different bash script.
For Protean you can ignore the other scripts; focus on graal-build-native.sh.
Dependencies
Some custom builds are needed as dependencies.
These will automatically be downloaded from the Protean Nexus, provided you have your credentials configured in your ~/.m2/settings.xml: check your mail.
Test on SubstrateVM
Now you can invoke the script from the checkout folder of this project:
> ./graal-build-native.sh
- Requires Graal on PATH and on JAVA_HOME, et al.
- requires a recent Maven version
Status
It should be able to successfully complete the native-image creation process.
Actually booting the resulting binary will fail; work in progress!
Description
Languages
Java
98.8%
Fluent
0.6%
HTML
0.3%
ANTLR
0.2%