Giter VIP home page Giter VIP logo

mangooio's People

Contributors

agabrys avatar markvink avatar svenkubiak avatar wdile avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

mangooio's Issues

External Configuration

Add an option to pass a path to an external configuration so that when in production the app dosbt has to be redeployed.

Check archetype generation

Check archetype generation after beta5 releasey Due to the switch to yaml, there might be a problem with the secret and name generation.

Request and query parameter not working

I am using 1.0.0-RC4-SNAPSHOT
Request and query parameter is not working

Router.mapRequest(Methods.GET).toUrl("/activate/{key}").onClassAndMethod(ApplicationController.class, "activate");

public Response activate(String key) {

accessing /activate/12355 does not set the value for key as 12355

Content-Type: application/json; charset=utf-8

Form parsing does not work when charset is part of content type. Unfortunately some http client libraries add charset to content type.

Content-Type: application/json; charset=utf-8

Cookie versioning

When switching to datetime java 8 api cookies from old versions where incompatibale with the current version. This could be preventen with cookie versioning.

Version bump

Update to latest dependencies and plugin version.

Add default config values

Add methods to Config to retrieve standard applicaiton configuration values without using the propery key, e.g. config.getApplicationName().

Update documentation

The switch from markdown to asciidoc dropped the code highlighting. Also, there are encoding problems in the documentation and some typos.

Form Unit test

The Form bindings, and all other bindings, need more unit tests.

Update documentation

Update documentation for new request object, etag support, administrative routes and request parameter validation.

Preparse routes

Add a validation function that preparses the routes and exists bootstrap if the routing function contains at least one invalid route.

Add option to add header values

It just be possible to set header values from within the controller method, e.g.

return Response.withOk().andHeader("foo", "bar");

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.