Markus Krogemann
Markus Krogemann
This small change intends to fix #338. What is unclear to me now is why I have two failures in LoadBalancerControllerTests.groovy: 1) Cannot invoke method getBean() on null object java.lang.NullPointerException:...
I have a test in place that demonstrates this and I could also start working on a fix but before doing this I would like to know if there is...
I use RestClient (Ruby Gem) to request a loadbalancer resource: RestClient.get "http://localhost:8080/loadBalancer/show?name=xyz-stage-b3502bda®ion=us-east-1", "Accept"=>"application/json", "Accept-Encoding"=>"gzip, deflate" I would expect to have json returned. But: The only way I have found to...
Following steps to reproduce: Create an app called xyz Create cluster for this app, specify NONE of the additional naming attributes Create second cluster for this app, giving a dev-phase...
There are no longer any tarballs available under the github URL given in the compile script which makes heroku deployments fail. I have not yet found out where tarballs might...