jmrozanec / cron-utils

Cron utils for parsing, validations and human readable descriptions as well as date/time interoperability.
http://cron-utils.com
Apache License 2.0
1.15k stars 262 forks source link

Make jakarta.el implementation provided #537

Closed gsmet closed 2 years ago

gsmet commented 2 years ago

Given the API is provided, I think it was the original intent. From what I can see, it is only useful when using Hibernate Validator and, in this case, users should push their EL implementation.

gsmet commented 2 years ago

FYI, this is causing issues with the migration from the javax packages to the jakarta packages. At some point, you will probably have to migrate to the jakarta packages but at least, by doing so, you don't force an incompatible version of Jakarta EL on users, they provide their own.

jmrozanec commented 2 years ago

@gsmet thanks! 😄 We will soon deliver a new release with this change.

gsmet commented 2 years ago

Perfect, thanks!