OpenID-Connect-Java-Spring-.../openid-connect-server
kangelov 287dce5c02 Performance improvement of token cleanup:
an alternative token cleanup mechanism designed to maintain a very compact memory footprint while performing cleanup in consecutive runs of the cleanup thread. This serves to address OutOfMemoryException issues of the original token cleanup mechanism when process is under load. Also, added cleanup of the authentication_holder table.

Conflicts:
	openid-connect-common/src/main/java/org/mitre/oauth2/model/AuthenticationHolderEntity.java
	openid-connect-common/src/main/java/org/mitre/oauth2/repository/AuthenticationHolderRepository.java
	openid-connect-server/src/main/java/org/mitre/oauth2/repository/impl/JpaAuthenticationHolderRepository.java
	openid-connect-server/src/main/java/org/mitre/oauth2/service/impl/DefaultOAuth2ProviderTokenService.java
2014-08-13 22:29:57 -04:00
..
src Performance improvement of token cleanup: 2014-08-13 22:29:57 -04:00
.gitignore Added .springBeans to gitignore 2013-07-16 15:03:44 -04:00
pom.xml [maven-release-plugin] prepare for next development iteration 2014-08-03 22:20:08 -04:00