-
Notifications
You must be signed in to change notification settings - Fork 3.1k
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
Update to Spring Cloud Brixton #167
Comments
I know. There are several changes needed for the Brixton update. I have a branch in my private repo for the Brixton update. |
Hi Johannes, do you plan to release for brixton RC1? Waiting on that. Will be really useful! Thanks |
No. |
would u be willing to publish a milestone or snapshot version so that we could link to it in updated code, in the meantime? |
I've committed the changes to master. When the travis build has passed, snapshots are available in the sonatype snapshot repo: <repositories>
<repository>
<id>sonatype-nexus-snapshots</id>
<snapshots>
<enabled>true</enabled>
</snapshots>
<url>https://oss.sonatype.org/content/repositories/snapshots/</url>
</repository>
</repositories> closed with 272633e |
@joshlong the snapshot build is now available. I appreciate some feedback 😄 |
Snapshot works fine for me. When can we expect release of 1.3.3? Brixton.RELEASE is available now. |
not yet pushed to repo1.maven.org. We have to wait for that. I update the master branch after spring cloud is published to maven central and provide a snapshot build for testing. One week after I make the release. |
snapshots are built. happy testing! 😄 |
Hello,
found, that the next version of spring-cloud-netflix (Brixton Release Train) will break spring-boot-admin.
Constructor of SimpleHostRoutingFilter changed from "public SimpleHostRoutingFilter(ProxyRequestHelper helper)" to "public SimpleHostRoutingFilter(ProxyRequestHelper helper, ZuulProperties properties)"
Stacktrace:
The text was updated successfully, but these errors were encountered: