A repository for my live-coding talk Modern Java in Action.
Each step is its own commit. Check them out to see here what needs to be done.
A repository for my live-coding talk Modern Java in Action.
Each step is its own commit. Check them out to see here what needs to be done.
Build a native app (this will leverage the Native Maven Plugin):
mvn -Pnative package
Run the native app and pass the github page you want to crawl and the preferred crawl depth, e.g.:
./target/native-modern-java "https://github.com/oracle/graal/issues/7626" 5