Skip to content

Commit

Permalink
trimmed unused parts of the app; updated redis dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
Keith Donald committed Jul 6, 2011
1 parent 0b25770 commit b3c92f4
Show file tree
Hide file tree
Showing 48 changed files with 8,992 additions and 10,619 deletions.
Expand Up @@ -27,18 +27,4 @@
<!-- AwardedBadge channel -->
<publish-subscribe-channel id="awardedBadgeChannel" />

<!-- TODO AwardedBadge Mail Notifier -->

<!-- RECENT ACTIVITY -->
<transformer input-channel="actionChannel" output-channel="recentActivity" ref="recentActivityTransformer" />

<transformer input-channel="awardedBadgeChannel" output-channel="recentActivity" ref="recentActivityTransformer" />

<beans:bean id="recentActivityTransformer" class="com.springsource.greenhouse.activity.recent.RecentActivityTransformer" />

<!-- RecentActivity Channel Adapter -->
<publish-subscribe-channel id="recentActivity" />

<logging-channel-adapter channel="recentActivity" />

</beans:beans>

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Expand Up @@ -21,9 +21,9 @@
import org.springframework.context.annotation.Configuration;
import org.springframework.context.annotation.Profile;
import org.springframework.core.env.Environment;
import org.springframework.data.keyvalue.redis.connection.RedisConnectionFactory;
import org.springframework.data.keyvalue.redis.connection.jedis.JedisConnectionFactory;
import org.springframework.data.keyvalue.redis.core.StringRedisTemplate;
import org.springframework.data.redis.connection.RedisConnectionFactory;
import org.springframework.data.redis.connection.jedis.JedisConnectionFactory;
import org.springframework.data.redis.core.StringRedisTemplate;

/**
* Greenhouse key value store configuration.
Expand Down
Expand Up @@ -22,7 +22,7 @@
import org.springframework.context.annotation.ImportResource;
import org.springframework.context.annotation.Profile;
import org.springframework.core.env.Environment;
import org.springframework.data.keyvalue.redis.core.StringRedisTemplate;
import org.springframework.data.redis.core.StringRedisTemplate;
import org.springframework.security.crypto.encrypt.Encryptors;
import org.springframework.security.crypto.encrypt.TextEncryptor;
import org.springframework.security.crypto.password.NoOpPasswordEncoder;
Expand Down
Expand Up @@ -23,8 +23,8 @@

import javax.inject.Inject;

import org.springframework.data.keyvalue.redis.core.BoundHashOperations;
import org.springframework.data.keyvalue.redis.core.StringRedisTemplate;
import org.springframework.data.redis.core.BoundHashOperations;
import org.springframework.data.redis.core.StringRedisTemplate;

import com.springsource.greenhouse.develop.AppRepository;

Expand Down

This file was deleted.

0 comments on commit b3c92f4

Please sign in to comment.