-
Notifications
You must be signed in to change notification settings - Fork 98
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(rest) : Export Project Create Clearing Request #2493
base: main
Are you sure you want to change the base?
feat(rest) : Export Project Create Clearing Request #2493
Conversation
@keerthi-bl please rebase with latest main |
…tcontroller Signed-off-by: Keerthi B L <[email protected]>
3d356fc
to
5659e13
Compare
Signed-off-by: Keerthi B L <[email protected]>
5659e13
to
89812be
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please rebase with latest main
import jakarta.servlet.http.HttpServletRequest; | ||
import jakarta.servlet.http.HttpServletResponse; | ||
import javax.servlet.http.HttpServletRequest; | ||
import javax.servlet.http.HttpServletResponse; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please use jakarta
not javax
|
||
import javax.servlet.http.HttpServletRequest; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
import javax.servlet.http.HttpServletRequest; | |
import jakarta.servlet.http.HttpServletRequest; |
Description
Rest end point forExport Project Create Clearing Request
How to reproduce
Closes : #2461
This PR should be merged after #2442