Dave Syer
Dave Syer
Kind of a nice idea, but the PR #26 has a *lot* of code for such a simple thing it seems to me (and there are ominous comments about needing...
There is no reason to use a computed classpath in a Dockerfile because other tools are available, principally the standard Spring Boot jar layout is already nicely segregated into BOOT-INF/lib...
I think you might have a point. There's nothing stopping you from creating multiple images with different labels (via the thin launcher or other build time tools). But it's not...
It's possible. Someone else asked about a "hybrid" mode where you could resolve jars from the archive if they were there (snapshot or not). Regarding snapshots specifically, I guess I...
I'm not really sure what the question is. This ticket is about a new feature that might take shape in the thin launcher. If you have an existing fat jar,...
This issue is still open. What's unclear about it?
If you run that command locally does it succeed? Does your Cloud Foundry foundation have access to the internet?
If you're going to be at SpringOne we should definitely talk about the best place to host fn support for Spring Cloud Function. If you need to make changes there,...
thanks for your interest. Java processes do take up a lot of memory by default if you don't constrain them. I would have thought that this one would be happy...
Adding `.spec.preserveUnknownFields=false` in the YAML seems to work. The canonical example from the docs _doesn't_ have that flag though (https://gist.githubusercontent.com/yue9944882/266fee8e95c2f15a93778263633e72ed/raw/be12c13379eeed13d2532cb65da61fffb19ee3e7/crontab-crd.yaml). Maybe something needs to be added to the documentation?