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: 3 comments 5 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.
-
|
Hi @derTobsch I've already made a post, but probably not in the proper issue. Can you please have a look at #398 (comment) ? Many thanks in advance |
Beta Was this translation helpful? Give feedback.
You need to use the Jackson or jaxb dependency and not the core.