Andi Huber created ISIS-2991:
--------------------------------
Summary: 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
Fix For: 2.0.0-RC1
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)