donovanmuller / spring-cloud-deployer-openshift

A Spring Cloud Deployer SPI implementation for OpenShift 3
http://blog.switchbit.io/spring-cloud-deployer-openshift
Apache License 2.0
4 stars 10 forks source link

Update to Spring Boot 2 / Spring Cloud Greenwich #57

Open gdubya opened 5 years ago

gdubya commented 5 years ago

This task is for upgrading the deployer to Spring Cloud Greenwich to provide support for Spring Boot 2.1.x and Java 11 compatibility.

I have started work on a fork, but I'm not sure how much work is involved.

Fork is here: https://github.com/gdubya/spring-cloud-deployer-openshift

Please let me know if this is relevant / interesting for anyone else!

donovanmuller commented 5 years ago

@gdubya I'll take a look. Thanks 👍

When you have completed this task, would you consider opening a PR? I no longer have enough time to maintain this project unfortunately, so any help is much appreciated.

gdubya commented 5 years ago

Thanks. The unit tests appear to be ok now, but not sure how to get the integration tests running. Is this possible with minishift?

Yes, i'll submit a PR when it's ready. :+1:

donovanmuller commented 5 years ago

Yes, I normally run the integration tests against a local minishift instance. Can take a while so be patient...