You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@isis.apache.org by "Andi Huber (Jira)" <ji...@apache.org> on 2022/04/05 06:46:00 UTC

[jira] [Updated] (ISIS-2991) Replace Spring's Nullable with Jakarta's

     [ https://issues.apache.org/jira/browse/ISIS-2991?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Andi Huber updated ISIS-2991:
-----------------------------
    Fix Version/s: 3.0.0-M1
                       (was: 2.0.0-RC1)

> Replace Spring's Nullable with Jakarta's
> ----------------------------------------
>
>                 Key: ISIS-2991
>                 URL: https://issues.apache.org/jira/browse/ISIS-2991
>             Project: Isis
>          Issue Type: Improvement
>            Reporter: Andi Huber
>            Assignee: Andi Huber
>            Priority: Major
>             Fix For: 3.0.0-M1
>
>
> An new Jakarta 2.x API version was released, that includes a Nullable annotation.
> As Jakarta is the industry standard, batch replace 
> import org.springframework.lang.Nullable;
> with
> import jakarta.annotation.Nullable;



--
This message was sent by Atlassian Jira
(v8.20.1#820001)