kotlin icon indicating copy to clipboard operation
kotlin copied to clipboard

Support jakarta Nullability annotations

Open be-hase opened this issue 1 year ago • 4 comments

https://youtrack.jetbrains.com/issue/KT-54205/Support-jakarta-Nullability-annotations

Many users are migrating from javax.* to jakarta.* as a result of spring's javax EE migration.

If we are careless at this time and migrate javax.annotation.Nullable to jakarta.annotation.Nullable as well, we will have a problem. Because kotlin does not support it.

It would be great if kotlin would support it as well.

be-hase avatar Dec 18 '23 09:12 be-hase

Sorry for the delay. I've committed the part you suggested.

be-hase avatar Jan 09 '24 01:01 be-hase

Hi there, thanks for your work! In which target branch (1.9.x, 1.8.x) is this going to land?

philipprohr avatar Jan 17 '24 12:01 philipprohr

Hi, at lease 2.x please. With Spring Boot moving to jakarta there is really a need for this feature.

tekener avatar Jun 17 '24 11:06 tekener

Hi, 1.9 and 2.x would be nice.

agree

be-hase avatar Jun 17 '24 15:06 be-hase