-
Notifications
You must be signed in to change notification settings - Fork 127
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
Non-serializable attribute defectViewModel #1782
Comments
Why is this closed? The related pull request #1783 hasn't been merged and the issue still exists. |
Let me check why this got closed out. We have a bot that does some syncing between our internal JIRA and external GitHub and that might be responsible. Also we're working to get the pull requests here addressed. We are in the process of reworking how we do maintenance of the ThreadFix 2.3 Community codebase and how we release a bunch of updates we have made to that codebase and that has made it tough for us to accept pull requests at the moment. Really appreciate you sending in the patch you sent - I hope we can get it incorporated soon. |
What's the word on this? I am also working on a patch for #1780 but I want to make sure I am working from the latest code so I know it can be accepted into the main branch. |
Best case we are probably a month and a half from the public release of the updated codebase. The current pull request is pretty easy to port to an updated codebase. Updates pertaining to #1780 will be a little trickier. Lemme talk to the team about the best way to integrate some updates like that. (Sorry this is a bit of a pain - lots of moving parts at the moment.) |
I get the following error when attempting to view a previously configured Application, e.g. at:
http://localhost:8080/threadfix-main/organizations/1/applications/1?nonce=XXXXXXXXX
It appears that the class
com.denimgroup.threadfix.viewmodels.DefectViewModel
does not implement the interfacejava.io.Serializable
.The text was updated successfully, but these errors were encountered: