-
Notifications
You must be signed in to change notification settings - Fork 561
Jakarta compatible version of ews-java-api #773
Comments
You do realise the last commit here was 5 years ago? |
Yes of course, that was the reason for this question instead of directly creating a pull request. |
Hi, i am interest on the Jakarta compatible version of ews-java-api. Can you please provide the pull request of the changes? |
Please create a pull request when you can. Many people are interested. |
I added a simple patch - basically just two imports need to be adjusted and the according dependencies needs to be udpated to a jakarta-compatible version. |
The ews-java-api library depends on Java EE javax-packages in two classes:
This makes it impossible to use this library on a Java EE Jakarta-based application using version >=9, see https://jakarta.ee/specifications/platform/9/.
We migrated the ews-java-api as local patch for our application.
If there is any interest to provide a Jakarta compatible version of ews-java-api I could provide a pull request with this changes.
The text was updated successfully, but these errors were encountered: