refacktor

Results 29 issues of refacktor

Binary return now supported by using byte[] with @Produces(MediaType.APPLICATION_OCTET_STREAM). Also fixed the test which was failing on Windows.

``` ------------------------------------------------------- T E S T S ------------------------------------------------------- Running org.lambadaframework.jaxrs.JAXRSParserTest Tests run: 2, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 0.227 sec

The README says incorrectly the artifactId is maven-plugin, but should be **lambada-maven-plugin**

See https://mvnrepository.com/artifact/org.lambadaframework/maven-plugin

All JAX-RS Response Headers including CORS and Custom Headers are now mapped by the API Gateway.

I defined a method returning byte[] Unfortunately the response is coming back base64-encoded. Is it possible to get binary data? e.g. for generated images.

My project has underscores in the name. This fails due to CloudFormation not allowing underscores in stackName. Is there any way to work around this without having to rename my...

Recently saw this in my logs: `Loading initial list of 508 peers` Of these 508, only 5 or 6 are valid peers. Then I remembered `local_peer.py` has this code: ```...

technical debt

### Issue PouchDB can't store a document containing BigInt. The error is: ``` TypeError: Do not know how to serialize a BigInt at JSON.stringify () at rev$$1 (C:\Users\xxx\node_modules\pouchdb\lib\index.js:944:25) ``` ###...

Testing PR #137 has taken a long time due to unrelated issues causing test nodes to often just hang and do nothing, sometimes crash, sometimes hang and then crash, etc:...

bug