Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jakartaee-platform-dev] [External] : Re: module-info tests

On 10/19/21 12:53 AM, David Blevins wrote:
Do we plan to ensure that anyone who provides a module-info in their API jar does so identically to the ones produced by the Jakarta Spec project?

If one wants to provide his own implementation of the API jar, the module-info there should be allowed to be _either_ equal/identical to the spec project provided one _or_ a super-set of the one spec project provides. The use case for super-set is to allow having API+Impl "bundles" with possibly different requires (API may not need ie java.logging but the impl may), exports (Impl may wish to export some non-jakarta API along with jakarta API), provides/uses (Impl may define its own extension points).

thanks,
--lukas



-David


_______________________________________________
jakartaee-platform-dev mailing list
jakartaee-platform-dev@xxxxxxxxxxx
To unsubscribe from this list, visit https://urldefense.com/v3/__https://www.eclipse.org/mailman/listinfo/jakartaee-platform-dev__;!!ACWV5N9M2RV99hQ!d0UWVb3Bb8NljEqBm7HJRsb0XdbTXVummhd2fsDD3UkOt9G2Dc32tVp7BjZRkipQae8$




Back to the top