Skip to content

Application stub for native (SubstrateVM) or JDK applications using compile-time libraries: Dagger, Graal, MapStruct. Just a stub.

Notifications You must be signed in to change notification settings

mgorski90/java11-dagger-graal-mapstruct-lombok-integration-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

Just playing with native compilation of simple JDK11 application to native application (Linux / ELF64). Testing integration of
Google Dagger 2 DI container together with Lombok and MapStruct. No reflection is used.

Requires JAVA_HOME to be set on graalvm-ce-java11-20.0.0 to make a native compilation work.
$ mvn clean package -P native
For standard HotSpot just don't use native profile.
$ mvn clean package

Stub for more sophisticated use cases in the future.

About

Application stub for native (SubstrateVM) or JDK applications using compile-time libraries: Dagger, Graal, MapStruct. Just a stub.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages