[
https://issues.apache.org/jira/browse/CAUSEWAY-2991?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Andi Huber updated CAUSEWAY-2991:
---------------------------------
Summary: [WON'T DO] Replace Spring's Nullable with Jakarta's (was:
[Java17+] Replace Spring's Nullable with Jakarta's)
> [WON'T DO] Replace Spring's Nullable with Jakarta's
> ---------------------------------------------------
>
> Key: CAUSEWAY-2991
> URL: https://issues.apache.org/jira/browse/CAUSEWAY-2991
> Project: Causeway
> Issue Type: Improvement
> Reporter: Andi Huber
> Priority: Major
> Fix For: 3.1.0
>
>
> 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.10#820010)