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
For Kaui to run on jdk17 (killbill/killbill-cloud#280), I had to remove bootsnap from Gemfile.lock. I'm not quite sure if it's related to Shopify/bootsnap#162, but the exact same war runs on jdk11 but doesn't start on jdk17. 🤷
For Kaui to run on jdk17 (killbill/killbill-cloud#280), I had to remove bootsnap from Gemfile.lock. I'm not quite sure if it's related to Shopify/bootsnap#162, but the exact same war runs on jdk11 but doesn't start on jdk17. 🤷
Let's remove the dependency.
killbill-admin-ui/kaui.gemspec
Line 26 in 1427939
For testing, ensure
bootsnap
isn't present in the final killbill-admin-ui-standalone Gemfile.lock.The text was updated successfully, but these errors were encountered: