Move Redis Reactive Configuration

Renaming the package to better align with WebSession pacakge structure

Fixes gh-901
This commit is contained in:
Rob Winch
2017-10-22 22:36:13 -05:00
parent 8b9d421ad6
commit 6cfa975b29
5 changed files with 5 additions and 5 deletions

View File

@@ -22,7 +22,7 @@ import org.junit.runner.RunWith;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.context.annotation.Configuration;
import org.springframework.session.Session;
import org.springframework.session.data.redis.config.annotation.web.reactor.EnableRedisReactorSession;
import org.springframework.session.data.redis.config.annotation.web.server.EnableRedisReactorSession;
import org.springframework.test.context.ContextConfiguration;
import org.springframework.test.context.junit4.SpringJUnit4ClassRunner;
import org.springframework.test.context.web.WebAppConfiguration;

View File

@@ -14,7 +14,7 @@
* limitations under the License.
*/
package org.springframework.session.data.redis.config.annotation.web.reactor;
package org.springframework.session.data.redis.config.annotation.web.server;
import java.lang.annotation.Documented;
import java.lang.annotation.Retention;

View File

@@ -14,7 +14,7 @@
* limitations under the License.
*/
package org.springframework.session.data.redis.config.annotation.web.reactor;
package org.springframework.session.data.redis.config.annotation.web.server;
import java.util.Map;

View File

@@ -14,7 +14,7 @@
* limitations under the License.
*/
package org.springframework.session.data.redis.config.annotation.web.reactor;
package org.springframework.session.data.redis.config.annotation.web.server;
import org.junit.After;
import org.junit.Before;