Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge fixes for patch release 1.5.1 (aws#364)
* fix: Adding pathParameters to v2 proxy event as reported in aws#358. * fix: Address JSON content type issue reported in aws#352 and aws#344 * fix: Fixed bug caught by integration tests for aws#352 * fix: Fix struts tests for the changes made for aws#352 * test: Attempting to replicate the issue reported in aws#342 * test: Reverting exception test in Spring package since it's only available in Spring5, not Spring4 * fix: Sigh, forgot to remove the import for the class that doesn't exist from the previous commit * fix: Addresses bug reported in query string parsing (aws#363) for HTTP API support where we have a query string key, followed by a value declarator (=), but then no value * chore: Update GitHub issue and PR templates * fix: Fixed issue reported by SpotBugs with the exception logging of the HTTP API query string parsing
- Loading branch information