Can't get the example to work. #528
-
Hi, trying to migrate from the "old" jollyday, but having problems with the example code. Using 0.27 via maven, but when I run this method: I get an error:
Any idea what this is? Pointers appreciated. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
You need to use the Jackson or jaxb dependency and not the core. |
Beta Was this translation helpful? Give feedback.
-
Missing configuration 'manager.impl'. Cannot create manager. public static boolean isHoliday(LocalDate date, String countryCode) {
|
Beta Was this translation helpful? Give feedback.
You need to use the Jackson or jaxb dependency and not the core.