Giter Site home page Giter Site logo

winter's People

Contributors

codebudo avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Forkers

dlind codebudo

winter's Issues

Clear conf dir before writing new templates

When config templates change names or are removed, the rendered template files remain in the run/{name}/conf directory. This directory should be removed when the templates are rendered to prevent detritus from accumulating.

transitive dependency management

Winter does not detect or resolve dependencies with any bundles or libs included in the Winterfile. Should Winter detect these missing dependencies and do something about it?

64-bit by default; overriding is difficult

JVM is started in 64-bit mode on all platforms. It's possible to override this by including a conf 'foo.json' line to your Winterfile that includes

{
  "64bit" : false
}

However, this is a little annoying for 32-bit platforms. There should either be some platform detection or at least an easier way of overriding the platform precision.

When config.properties is missing OSGi won't start

The java invocation is hard coded in Winter and requires that a config.properties file be present. That's bad.

Generating a default file is an option, but that could conflict with other command line directives passed to the JVM. Removing the hard coded constraint is important, but the container still needs to boot and load the 'libs' and 'bundles' directory.

winter prune

winter prune command to parse the Winterfile and remove files from the run directory that should not be there.

During 'winter build'; ctl-c capture and exit cleanly

When running a winter build, if I press ctl-c to stop the process there are still threads running and trying to download artifacts. Winter needs to keep a list of children and kill them when it receives the appropriate signals.

'fetch' a jar/tar/zip from a URL or GAV string

A Winterfile and its configs should be built along with the application and deployed to a maven repository (Artifactory, Nexus, etc). The artifact containing just the configs should be downloaded and extracted by Winter.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.