Magnolia.K

Results 16 issues of Magnolia.K

ApiModel, since it's only a way to specify detailed propertis of models (e.g. description, etc), but There is no document.

swagger

I wrote a prototype of support for Spray-Json and Argonaut ### Spray-JSON https://github.com/magnolia-k/scalatra/commit/46d8a5c75edc0e3eb22e031c1634a742e4a157a8 ### Argonaut https://github.com/magnolia-k/scalatra/commit/caad12224b1e94780cf58dfceb8409467337fc5a Things to decide to support various JSON libraries - JSONP support - Generate response...

This repository has been warned that it should introduce a new issue template. ![image](https://user-images.githubusercontent.com/1701138/104122673-b9565580-5389-11eb-84a3-3f46d578eb3a.png) see below https://docs.github.com/en/free-pro-team@latest/github/building-a-strong-community/about-issue-and-pull-request-templates

json4s depends on paranamer, but it seems that the equivalent function has been introduced in Java8, so it can be removed. https://github.com/paul-hammant/paranamer https://stackoverflow.com/questions/21455403/how-to-get-method-parameter-names-in-java-8-using-reflection

For example, in Scalatra, write a code such as the following code, if the object could be serialized, get JValue if possible ```scala case a: Any if isJValueResponse && customSerializer.isDefinedAt(a)...

enhancement

It is written in the comment of `org.json4s.Executable` as follows. ``` This class is intended as a workaround until we are able to use Java 8's java.lang.reflect.Executable class. ```

RhinoCoffeeScript, which CoffeeScriptFilter uses, only supports CoffeeScript 1.x and up, and cannot use CoffeeScript 2.x. https://github.com/xitrum-framework/RhinoCoffeeScript/pull/9 Since there is little possibility of future version upgrades, and the use of CoffeeScript...

As it is a problem caused by registered trademarks, should Scalate's Jade also be changed to pug? https://www.npmjs.com/package/pug

The way to specify doctype with "!!!" has already been deprecated http://jade-lang.com/reference/doctype