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

Guava Base64 Encoding, Joiner, and sonar cleanup #121

Merged
merged 1 commit into from
Jul 28, 2014

Conversation

hazendaz
Copy link
Member

Deprecated older Base64 originating from older security libraries in
favor if just using guava version. No calls to now deprecated
class/methods in code base but since it was public, marked it deprecated
for removal in waffle 1.8. Change internals to just wrap guava version
so older license information code be removed. Now entire library is
just waffle or donated on git original.

Applied usage of guava joiner for cleaner getConnectionId of
NtlmServletRequest.

Started cleanup in variable/property naming in some classes before
discovering base64 could be replaced and guava joiner add so retained
the changes.

Deprecated older Base64 originating from older security libraries in
favor if just using guava version.  No calls to now deprecated
class/methods in code base but since it was public, marked it deprecated
for removal in waffle 1.8.  Change internals to just wrap guava version
so older license information code be removed.  Now entire library is
just waffle or donated on git original.

Applied usage of guava joiner for cleaner getConnectionId of
NtlmServletRequest.

Started cleanup in variable/property naming in some classes before
discovering base64 could be replaced and guava joiner add so retained
the changes.
@dblock
Copy link
Collaborator

dblock commented Jul 28, 2014

You can just kill the Base64 wrapper if you want, this was never meant to be an external interface and I doubt anyone cares.

dblock added a commit that referenced this pull request Jul 28, 2014
Guava Base64 Encoding, Joiner, and sonar cleanup
@dblock dblock merged commit 3997ed6 into Waffle:master Jul 28, 2014
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.

None yet

2 participants