Form and Post data support along with DefaultValue support - #28
Open
arranubels wants to merge 12 commits into
Open
Form and Post data support along with DefaultValue support#28arranubels wants to merge 12 commits into
arranubels wants to merge 12 commits into
Conversation
added 3 commits
June 29, 2016 11:24
# Conflicts: # runtime/src/main/java/org/lambadaframework/runtime/ResourceMethodInvoker.java
Owner
|
I'll be looking into it as soon as possible, thanks |
|
Thanks |
added 4 commits
July 14, 2016 14:59
# Conflicts: # runtime/pom.xml # runtime/src/main/java/org/lambadaframework/runtime/ResourceMethodInvoker.java
Author
|
Updated code in PR with latest from master. (And tested.) |
Owner
|
Author
|
Tests now working, it was a type cast issue. I also included a log4j file which will be included only for test and modified the test class path to the default maven one so it didn't have to be explicitly mentioned. Happy to revert if there was a reason for it. (I couldn't see.) I reverted it back to being a provided dependency, sorry I didn't know why it was provided. |
|
Ping. |
|
@cagataygurturk We should probably archive this repo? |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Hi,
I have made a couple improvements to the form data and post data changes, taking into consideration recent updates to master.
With this change the following methods work:
Objects
Request text
Query:
Json text
Request text:
Query:
Form param
This can be used multiple ways:
Way 1
Query
Way 2
Query
Multiple values
Request text:
Query
Note
Please note: I don't do anything with @produces, other @consumes could be supported easily with some Api Gateway changes.
Please let me know if you need me to change anything.