spring-cloud-skipper
spring-cloud-skipper copied to clipboard
A package manager that installs, upgrades, and rolls back Spring Boot applications on multiple Cloud Platforms.
With a PR #972 we fixed issues where things doesn't really work anymore after an failed update. As that is now fixed there's a new issue where for user it's...
``` 9-Aug-2020 14:56:33 WARNING: An illegal reflective access operation has occurred 19-Aug-2020 14:56:33 WARNING: Illegal reflective access by com.esotericsoftware.kryo.util.UnsafeUtil (jar:file:/opt/bamboo-home/xml-data/build-dir/SCDT-LSM2SM2-RDFATFKJ1/local/skipper-server/skipper-server.jar!/BOOT-INF/lib/kryo-shaded-4.0.2.jar!/) to constructor java.nio.DirectByteBuffer(long,int,java.lang.Object) 19-Aug-2020 14:56:33 WARNING: Please consider reporting this...
When deploying a Stream with a Source it happens that for every redeployment of the Stream the name has the suffix my-stream-v12 for instance. I need the name without this...
Currently, we scale the applications of the stream based on the existing app deployer data (whether or not they are already deployed). It would be nice to allow scaling even...
We could either make a release even if one/more apps fail to install or we can rollback everything. The scope of this issue to discuss and decide the approach. We...
Attempt to build multi-package format, i.e. following ticktock, blows up immediately when trying to install a package.
Currently CF manifest is used as it after i.e. `spec.manifest.instances=2` is manually replaced. This same goes for limited set of properties. It'd be nice to have a proper templating support...
http://blogs.perl.org/users/tinita/2018/03/strings-in-yaml---to-quote-or-not-to-quote.html This would likely reduce the complexity we have using the double-quoted scalara approach with escaping and unescaping special chars.
This will catch any errors in the template file.