Skip to content
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

Jersey switch to servlets and FindBugs pass #100

Merged
merged 5 commits into from
Jan 22, 2018
Merged

Jersey switch to servlets and FindBugs pass #100

merged 5 commits into from
Jan 22, 2018

Conversation

sapessi
Copy link
Collaborator

@sapessi sapessi commented Jan 16, 2018

  • Changes the Jersey implementation to use the core servlet module behind the scenes. This helps address Jersey HttpServletResponse Injection #62.
  • Added FindBugs with security plugin to build process. Lots of small changes all around to comply with FindBug's rules.

…sts and responses as underlying objects. This solves #62 and simplifies writers and readers by condensing everything in the servlet implementation
…dler in the filter constructor (absorbed by Lambda) and not in the filter init method
…tions. Added Timer enabled to all samples. Removed POJO handler from samples since we recommend the stream handler
@sapessi sapessi added this to the Release 0.9 milestone Jan 16, 2018
@sapessi sapessi requested a review from jt0 January 16, 2018 21:37
@sapessi sapessi merged commit f634f6e into master Jan 22, 2018
@feinstein
Copy link
Contributor

@sapessi Why did you add FindBugs and not SpotBugs? FindsBugs appears to be dead and SportBugs is the active fork.

@sapessi sapessi deleted the jersey-upgrade branch February 9, 2018 23:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants