Skip to content
This repository was archived by the owner on Nov 7, 2019. It is now read-only.

Update Spring Session Modules #622

Closed
rwinch opened this issue Jun 22, 2017 · 2 comments
Closed

Update Spring Session Modules #622

rwinch opened this issue Jun 22, 2017 · 2 comments

Comments

@rwinch
Copy link

rwinch commented Jun 22, 2017

The spring-session module was broken into spring-session-core, spring-session-data-redis, spring-session-data-hazelcast, and spring-session-jdbc. Please update so that springIoDependencyVersionMappingCheck will pass again

@wilkinsona
Copy link
Contributor

There's a chicken and egg problem here as the Platform cannot provide dependency management for an artifact that doesn't exist. Also, that dependency management is in Boot; the Platform just inherits it. The path of least resistance here is to tweak your CI job so that snapshots can be published without running springIoDependencyVersionMappingCheck.

rwinch added a commit to spring-projects/spring-session that referenced this issue Jun 22, 2017
This is necessary to solve the problem of chicken and the Egg. See
spring-attic/platform#622 (comment)
@rwinch
Copy link
Author

rwinch commented Jun 22, 2017

There's a chicken and egg problem here as the Platform cannot provide dependency management for an artifact that doesn't exist.

Thanks for pointing out that. I have published the artifacts which are available in Spring's Artifactory now https://repo.spring.io/libs-snapshot/org/springframework/session/spring-session-core/

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Development

No branches or pull requests

2 participants