Has anyone here run karaf on heroku? Or rather: has anyone here run applications in karaf on heroku?
Seems like it should be possible from the Java on heroku documentation? Seems like the jigzaw puzzle parts all are in place, or almost all are in place...? https://devcenter.heroku.com/articles/java-support If you can get a karaf pulled in by "mvn install" (which happens in my karaf projects, to use in the integration test), fix the configuration to add an extra feature, or two, to load, and provide heroku with the proper start point to start karaf, then everything basically should start and run: Not sure how to provide the start point to start karaf? With a Procfile, maybe...? https://devcenter.heroku.com/articles/procfile One benefit, from my point of view, would be that heroku can run your application built from the head of your branch, i.e. the newest SNAPSHOT, without adding a snapshot repository.
