Commit Graph

77 Commits

Author SHA1 Message Date
Scott Battaglia aa3e07bd79 [maven-release-plugin] prepare for next development iteration 2014-08-03 00:22:49 -04:00
Scott Battaglia 112f068607 [maven-release-plugin] prepare release cas-client-3.3.2 2014-08-03 00:22:14 -04:00
Scott Battaglia 80f7f3647e [maven-release-plugin] prepare for next development iteration 2014-03-19 20:55:47 -04:00
Scott Battaglia 3373d7f767 [maven-release-plugin] prepare release cas-client-3.3.1 2014-03-19 20:55:38 -04:00
Scott Battaglia 4d7b2517a9 [maven-release-plugin] prepare for next development iteration 2014-01-07 21:15:06 -05:00
Scott Battaglia 4d12772bc4 [maven-release-plugin] prepare release v3.3.0 2014-01-07 20:37:19 -05:00
Scott Battaglia fe9dac934a [maven-release-plugin] rollback the release of v3.3.0 2014-01-05 22:06:46 -05:00
Scott Battaglia 1993718cc7 Reformat all files using shared CAS Eclipse formatter. 2013-06-19 22:50:02 -04:00
Scott Battaglia 2f9d384b1e CASC-202
convert Commons Logging to SLF4J.  Add Enforcer.
2013-01-11 23:25:52 -05:00
Scott Battaglia 06ccec017d CASC-202
migration to SLF4J
2013-01-11 22:23:49 -05:00
Scott Battaglia f2df7a8603 CASC-202
migrated some to SLF4J
2013-01-08 23:32:35 -05:00
Scott Battaglia 616bbfa403 CASC-184
upgrade to OpenSAML2
2012-07-23 22:09:09 -04:00
Marvin S. Addison de2ab6a3ad Update POM for GitHub and update other stale project information.
Reformat pom.xml for 2-space indentation.
2012-03-07 09:43:26 -05:00
Scott Battaglia fb42fefaf9 NOJIRA
fixed some bugs and updated pom to 3.3-SNAPSHOT
2011-09-11 16:46:53 +00:00
Scott Battaglia 3d965426ac [maven-release-plugin] prepare for next development iteration 2011-07-10 23:44:18 +00:00
Scott Battaglia e0af12eeba [maven-release-plugin] prepare release cas-client-3.2.1 2011-07-10 23:43:33 +00:00
Scott Battaglia e9569564d7 CASC-143
fix for the changes Atlassian made to seraph
2011-03-27 18:17:44 +00:00
Scott Battaglia 035a6f7a8e [maven-release-plugin] prepare for next development iteration 2010-12-08 04:22:32 +00:00
Scott Battaglia f6ff486939 [maven-release-plugin] prepare release cas-client-3.2.0 2010-12-08 04:22:21 +00:00
Scott Battaglia 2055d0891b NOJIRA
updated to say Jasig instead of JA-SIG
2010-12-08 02:47:08 +00:00
Scott Battaglia b0044cd075 NOJIRA:
upgrade to Java 1.5, upgrade Clover, Ehcache version, switch to 3.2.0-SNAPSHOT, and Jasig Parent pom.  Switch to Apache license.
2010-10-23 03:49:49 +00:00
Scott Battaglia df8211cf68 [maven-release-plugin] prepare for next development iteration 2010-10-13 03:45:34 +00:00
Scott Battaglia 0270596bac [maven-release-plugin] prepare release cas-client-3.1.12 2010-10-13 03:44:57 +00:00
Scott Battaglia 40c006389e [maven-release-plugin] prepare for next development iteration 2010-06-17 03:08:14 +00:00
Scott Battaglia 07cc6b62f3 [maven-release-plugin] prepare release cas-client-3.1.11 2010-06-17 03:08:03 +00:00
Scott Battaglia 4776006b07 NOJIRA
preparations for 3.1.11 release
2010-06-17 02:59:34 +00:00
Scott Battaglia 8bd5e8ba07 [maven-release-plugin] prepare release cas-client-3.1.11 2010-06-17 02:54:34 +00:00
Scott Battaglia 206c5180a7 NOJIRA
preparations for 3.1.11 release
2010-06-17 02:37:42 +00:00
Scott Battaglia 0e289c70b5 [maven-release-plugin] prepare release cas-client-3.1.11 2010-06-17 02:28:49 +00:00
Scott Battaglia dcddfe5d65 NOJIRA
preparations for 3.1.11 release
2010-06-17 02:19:15 +00:00
Scott Battaglia 23711eb6a1 CASC-108
commit before we move to the new repository.  We cannot release this yet because we're missing a contributor license agreement.
2010-06-01 22:56:09 +00:00
Scott Battaglia ef9caa321e NOJIRA
preparations for 3.1.10
2009-12-16 13:43:04 +00:00
Scott Battaglia 7f56406ca6 NOJIRA
work for a 3.1.10-SNAPSHOT
2009-11-24 15:08:41 +00:00
Scott Battaglia f5d698c5de NOJIRA
preparations for 3.1.9 release
2009-10-22 15:37:35 +00:00
Scott Battaglia b16412731d CASC-93
added check for role
2009-09-22 15:26:49 +00:00
Scott Battaglia ccdd0596c7 CASC-94
moved HttpConnection to CommonUtils
2009-09-20 14:50:43 +00:00
Scott Battaglia 1a86ba2633 NOJIRA
preparation for 3.1.8
2009-09-11 12:46:55 +00:00
Scott Battaglia 590d87d265 NOJIRA
updates for 3.1.7
2009-07-29 15:42:21 +00:00
Scott Battaglia bddd8f0622 NOJIRA
preparation for 3.1.6
2009-05-26 17:33:50 +00:00
Brad Cupit b38a27626a CASC-77
removed the CleanUpRegistry, Cleanable interface, etc. and just use a simple static getter on the Filter that returns the Storage. The TimerTask just calls this static getter directly. This was deemed simpler than the CleanUpRegistry solution.

for Spring config: rather than use Quartz, we just use the java.util.Timer support in Spring
2009-03-21 21:24:31 +00:00
Brad Cupit 5761e0cb61 CASC-77
summary: fixed classloader leak by making the thread stop on webapp unload

this fix requires clients (those using proxy authentication) to configure either
a) a listener in web.xml (see CleanUpListener)
b) quartz in a spring xml config file (see CleanUpJob)

each of these starts a thread which runs the clean up operation

the listener will shut itself down on app undeploy
Spring's SchedulerFactoryBean (a quartz helper) must be configured with a destroy-method="destroy" in the spring xml config, otherwise a classloader leak may occur on webapp undeploy/hot deploy
2009-02-13 22:30:38 +00:00
Scott Battaglia d00986afc7 NOJIRA
preparation for CAS Client for Java 3.1.5 release
2008-12-18 04:21:15 +00:00
Scott Battaglia a1f983ae6b NOJIRA
prepare for the 3.1.4 release
2008-10-27 12:42:40 +00:00
Scott Battaglia 2e0e6c85c0 NOJIRA
3.1.4 snapshot
2008-06-19 14:48:42 +00:00
Scott Battaglia 98d4d53418 NOJIRA
getting ready for 3.1.3 release
2008-06-16 13:47:56 +00:00
Scott Battaglia ff11894493 NOJIRA
updated for an RC3
2008-06-09 17:59:54 +00:00
Scott Battaglia ab21368d94 NOJIRA
added exclusion for log4j
2008-06-03 19:45:43 +00:00
Scott Battaglia 78054e3dbd NOJIRA
added exclusion for log4j
2008-06-03 19:35:21 +00:00
Scott Battaglia 2445b49e0a NOJIRA
added some Saml11 tests and updated to RC3
2008-06-03 19:33:33 +00:00
Scott Battaglia fe8e8d8bb3 CASC-52
switched to the PropertyEditor method which seems to work better.
2008-05-29 15:49:09 +00:00