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] [Commented] (ISIS-2991) Replace Spring's Nullable with Jakarta's

    [ https://issues.apache.org/jira/browse/ISIS-2991?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17517249#comment-17517249 ] 

Andi Huber commented on ISIS-2991:
----------------------------------

Seems impossible while on Spring 5.x.

> 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)