Hi

I am trying to replace javax references to jakarta in my project as per the
Jakarta EE9 standard. The problem is I am unable to find a jakarta
dependency for

javax.portlet:portlet-api

In this jar there is an interface *PortletRequest*, of which I am using the
method

 public javax.servlet.http.Cookie[] getCookies();

So I need a dependency which might have this method as

 public jakarta.servlet.http.Cookie[] getCookies();


Any help/suggestion is appreciated.

Thanks & Regards

Priyank

Reply via email to