-
-
Notifications
You must be signed in to change notification settings - Fork 3.9k
Deprecated JBoss cache and uber-webapp modules #697
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
Conversation
+1 |
+1 So these are deprecated in 4.1 and will be removed in 4.2? |
@@ -18,25 +18,28 @@ | |||
*/ | |||
package org.jasig.cas.ticket.registry; | |||
|
|||
import java.util.ArrayList; |
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.
was it really worth reformatting? :-)
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.
I have asked IntelliJ folks to explain this to me :) For some reason, the IDE likes to reformat things for no particular reason, other than to group stuff around in an order that it likes. If you can point me to a setting that would turn this off, I'd be happy to oblige.
+1 though in the future we really should try to stick to one issue per pull request. |
Yeah, we should attempt to remove these in 4.2. Or rather, take a pass at what's deprecated in the codebase and pretty much remove all. |
BTW, the docs are updated as well. |
Deprecated JBoss cache and uber-webapp modules
Deals with https://github.com/Jasig/cas/issues/627 and https://github.com/Jasig/cas/issues/628
This should also be noted in our release notes and possibly posted to the lists as well.