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
In version 3.2.0, Pebble changed its package names from com.mitchellbosecke to io.pebbletemplates, and now the newest version of Pebble is incompatible with Javalin.
To Reproduce
The line, JavalinPebble.init(new PebbleEngine.Builder().build());
causes errors.