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

Remove deprecated Crypto classes and methods #6429

Merged
merged 4 commits into from
Aug 24, 2016

Conversation

wsargent
Copy link
Member

@wsargent wsargent commented Aug 13, 2016

Removes deprecated Crypto classes from 2.6.x.

@wsargent wsargent force-pushed the remove-deprecated-crypto branch 3 times, most recently from 45403d7 to c818a99 Compare August 15, 2016 21:53
@wsargent wsargent changed the title Remove deprecated Crypto classes and methods [WIP] Remove deprecated Crypto classes and methods Aug 15, 2016
@wsargent wsargent changed the title [WIP] Remove deprecated Crypto classes and methods Remove deprecated Crypto classes and methods Aug 16, 2016
case _ =>
val csrfCheck = new CSRFCheck(play.filters.csrf.CSRFConfig(), tokenSigner)
case _ =>
val csrfCheck = new CSRFCheck(play.filters.csrf.CSRFConfig(), tokenSigner)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

weird indentation

@gmethvin
Copy link
Member

This also as a side effect should make it possible to use Spring DI with Play without any exclusions: https://github.com/remithieblin/play-spring-loader#explanation-for-the-crypto-class-exclude

@gmethvin gmethvin merged commit 737731b into playframework:master Aug 24, 2016
wsargent added a commit to wsargent/playframework that referenced this pull request Aug 29, 2016
* Remove deprecated Crypto classes and methods

* Update migration notes

* Expand on AESCTFCrypter removal

* Fix spacing
@wsargent wsargent deleted the remove-deprecated-crypto branch August 31, 2016 22:23
@cchantep cchantep mentioned this pull request Sep 10, 2016
8 tasks
wsargent added a commit to wsargent/playframework that referenced this pull request Oct 25, 2016
* Remove deprecated Crypto classes and methods

* Update migration notes

* Expand on AESCTFCrypter removal

* Fix spacing
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