[ https://issues.apache.org/jira/browse/CAUSEWAY-2991?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Andi Huber closed CAUSEWAY-2991. -------------------------------- Assignee: Andi Huber Resolution: Won't Do Won't Do: We were using javax's nullable before the jakarta namespace migration. Using Spring's nullable seemed a good temporary solution, that would work on both branches v2 and v3. However, that 'temporary solution' is now permanent. No need to migrate again, I suppose. > [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 > Assignee: 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)