1
I Use This!
High Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Jul 17, 2024 — Jul 17, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Major chages to Jersey's implementation. Moved to using servlet requests and responses as underlying objects. This solves #62 and simplifies writers and readers by condensing everything in the servlet implementation More... over 7 years ago
Adding issue template to repo More... over 7 years ago
Merge pull request #98 from awslabs/servlet-improvements More... over 7 years ago
Merge pull request #97 from 1123/master More... over 7 years ago
Cleaned up samples pom files and added logging dependency to address #80. Also added a call int the exception handler for applications that don't include an appender or run in sam-local More... over 7 years ago
Added null check on spring boot profiles More... over 7 years ago
Added method to SpringBoot container handler to address #88. More... over 7 years ago
Removed jackson as a global dependency so that we can have different versions in each implementation More... over 7 years ago
Bugfix: Adding locale to DateTimeFormatter initialization as discussed in the following issue: https://github.com/awslabs/aws-serverless-java-container/issues/96 More... over 7 years ago
Addressed duplicate parameters bug reported in #86 and added unit test for it. More... over 7 years ago
Updated all samples to include a stream handler with relevant SAM templates to address #82. Updated wiki quick start documentation with all samples to close #89. Added a new Spring Boot sample. More... over 7 years ago
Adding exception mapper to fix failing unit test More... over 7 years ago
Changes to servlet context to address #84. Created a singleton ObjectMapper to speed up initialization and address #91. Added unit tests to make sure #90 is resolved and stays resolved. More... over 7 years ago
Merge pull request #83 from awslabs/package-refactor More... over 7 years ago
Forgot to add the spark test More... over 7 years ago
Changed import of exception handler in main handlers implementations More... over 7 years ago
Moved AwsProxyExceptionHandler to proxy package. This should complete the refactoring of internal classes More... over 7 years ago
Refactoring to move the model and interface packages out of the internal package More... over 7 years ago
Bumped version in readme instructions More... over 7 years ago
[maven-release-plugin] prepare for next development iteration More... over 7 years ago
[maven-release-plugin] prepare release aws-serverless-java-container-0.8 More... over 7 years ago
Fixed javadoc comments for release More... over 7 years ago
Changed the surefire fork model for Spark More... over 7 years ago
Minor changes attempting to fix Spark unit tests More... over 7 years ago
Moved awaitInitialization call in Spark handler More... over 7 years ago
Merge pull request #75 from jancona/filter-npe More... over 7 years ago
Merge pull request #77 from awslabs/servlet-improvements More... over 7 years ago
Added awaitInitialization call in all spark unit tests More... over 7 years ago
Bumped Spark version in sample application More... over 7 years ago
Another commit for #71. Looks like the awaitInitialization method needs to be called after the resources are defined More... over 7 years ago