-
Notifications
You must be signed in to change notification settings - Fork 61
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
Update ScriptProcessor Bean to @RequestScoped #308
Conversation
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.
Validated script upload via API no longer spiking memory usage, but ran into issues uploading scripts via Tank UI with ScriptServiceUtil:389 - Error unmarshalling script: null
error
Excellent find. That must be why it's Dependent. I'll try the other approach in QA.
|
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.
LGTM
Change working as intended, this error is unrelated to the change, arising from re-uploading a specific unfiltered script. It also throws the same error when uploading on |
Update ScriptProcessor Bean to @RequestScoped
Please make sure these check boxes are checked before submitting
mvn clean test -P default
** PR review process **