cagataygurturk / lambadaframework

Build serverless REST API's with JAVA. It implements the JAX-RS API and deploys your application easily to AWS Lambda and API Gateway
MIT License
244 stars 48 forks source link

Fix for bug I logged #18

Closed arranubels closed 8 years ago

arranubels commented 8 years ago

This seems to work for me.. I am not sure this is the style of code you want. Develop branch seems to have a fix for this, so not entirely sure it's necessary.

cagataygurturk commented 8 years ago

Hey thanks for PR. Until I review it, can you check if changes in develop branch solves your issue? Specifically in this commit I fixed some issues about routing https://github.com/lambadaframework/lambadaframework/commit/041d9a800016320e95284446b6411c4910d5922c but it's still not published.

arranubels commented 8 years ago

Yes. .5 also fixes this.. Will close. When is it likely for the changes to be pushed to master and to maven central?

cagataygurturk commented 8 years ago

In this week, as soon as I am available, I'll merge develop to master and push 0.5 to maven central. Thank you for contributing!