RFR: 8155 Upgrade to Eclipse 2023-12
Virag Purnam
vpurnam at openjdk.org
Sun Jan 21 18:37:38 UTC 2024
On Thu, 18 Jan 2024 19:38:20 GMT, Alex Macdonald <aptmac at openjdk.org> wrote:
> There's also some modification to be done regarding the javax -> jakarta changes, because they are new to 2023-12 there is some compatibility issue with using previous target platforms.
>
> See: https://eclipse.dev/eclipse/news/4.30/platform.php#support-jakarta-annotations
>
> > If it necessary to make a Plug-in compatible with past versions (that don't support jakarta annotations), recent and future versions (that don't support javax annotations) of the E4-Injector, it can be considered to apply the annotations from both namespaces simultaneously and to import the packages from both namespaces only optionally.
Updated the older target platform to pick jakarta.inject.
Hi @aptmac, Thanks for the review and comments. I have updated the code according to the comments.
-------------
PR Comment: https://git.openjdk.org/jmc/pull/546#issuecomment-1902721715
PR Comment: https://git.openjdk.org/jmc/pull/546#issuecomment-1902722354
More information about the jmc-dev
mailing list