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
Currently boot is started with boot-bin which acts as a shim to fetch the main boot jar, then loads the jar.
This shim will be replaced by boot-native, boot native is a refactored version of boot-bin designed to simplify the startup process and prepare for native-image compilation in boot V4.
The text was updated successfully, but these errors were encountered:
Currently boot is started with
boot-bin
which acts as a shim to fetch the main boot jar, then loads the jar.This shim will be replaced by
boot-native
, boot native is a refactored version ofboot-bin
designed to simplify the startup process and prepare for native-image compilation in boot V4.The text was updated successfully, but these errors were encountered: