Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade to Spring Cloud Greenwich.RELEASE #91

Closed
csterwa opened this issue Jan 23, 2019 · 6 comments
Closed

Upgrade to Spring Cloud Greenwich.RELEASE #91

csterwa opened this issue Jan 23, 2019 · 6 comments
Assignees
Labels

Comments

@csterwa
Copy link
Contributor

csterwa commented Jan 23, 2019

https://spring.io/blog/2019/01/23/spring-cloud-greenwich-release-is-now-available

@habuma
Copy link
Contributor

habuma commented Jan 23, 2019

Should this also include an upgrade to Boot 2.1.2? (Connectors are currently on Boot 2.1.1. Boot 2.1.2 was released on Jan 12th.)

@csterwa
Copy link
Contributor Author

csterwa commented Jan 23, 2019

Please upgrade to most recent.

@habuma
Copy link
Contributor

habuma commented Jan 23, 2019

It seems that Greenwich.RELEASE, by way of org.springframework.cloud:spring-cloud-security-dependencies:2.1.0.RELEASE defines a dependency management against a milestone release of spring-security-oauth2-autoconfigure. I raised the issue in the #spring-cloud Slack channel and they consider it a bug. I'll be submitting an issue, but it's uncertain when a SR will be available.

Is this a "stop-the-presses" event for SCS connectors 2.1.0.RELEASE or should we move forward as planned?

@habuma
Copy link
Contributor

habuma commented Jan 23, 2019

Issue created: spring-attic/spring-cloud-security#172

Spencer says that they can likely cut a quick 2.1.1.RELEASE of spring-cloud-security-dependencies. We can then build our connectors/starters with that explicit version with no need to wait on Greenwich.SR1.

@sotcsa
Copy link

sotcsa commented Feb 19, 2019

How to use this fixed version 2.1.1.RELEASE with maven? Currently I got the same issue...

      <dependency>
        <groupId>org.springframework.cloud</groupId>
        <artifactId>spring-cloud-dependencies</artifactId>
        <version>Greenwich.RELEASE</version>
        <type>pom</type>
        <scope>import</scope>
      </dependency>

Many thanks.

@csterwa
Copy link
Contributor Author

csterwa commented Feb 19, 2019

@sotcsa In order to use Greenwich.RELEASE you must use Spring Boot 2.1 and SCS Connectors version 2.1.1. These would replace versions that we show in the current SCS docs at https://docs.pivotal.io/spring-cloud-services/2-0/common/client-dependencies.html#including-dependencies. Please let me know if you have any follow up questions or issues with this.

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

No branches or pull requests

3 participants