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
Changed warning messages when trying to access the session to debug to avoid cluttering CloudWatch logs when used with Spring More... over 7 years ago
Added new fields to request context and fixed a couple of issues with log formatter for #116 More... over 7 years ago
Added request logging from #116. Includes a LogFormatter interface and its default implementation More... over 7 years ago
Merge remote-tracking branch 'origin/master' into core More... over 7 years ago
Merge pull request #119 from awslabs/spring More... over 7 years ago
Moved the flushBuffer call on the servlet response to the handler, outside of the chain holder. This enables forwards/includes requests and partly addresses on of the issues highlighted in #105 More... over 7 years ago
Addressed FB unchecked cast warnings More... over 7 years ago
Addressed java.lang.ClassCastException: org.springframework.boot.web.support.ErrorPageFilter cannot be cast to com.amazonaws.serverless.proxy.internal.servlet.AwsHttpServletResponse mentioned in issue #105. More... over 7 years ago
Removed principal logging from sample to address #104 More... over 7 years ago
Added maven badge to README 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.9.1 More... over 7 years ago
Changed dependencies to core 0.9.1-SNAPSHOT More... over 7 years ago
Changing version to 0.9.1-SNAPSHOT and preparing for release More... over 7 years ago
Merge pull request #114 from awslabs/spring More... over 7 years ago
Added unit test to validate the proposed solution for #111 and warning log messages in request object when a framework tries to access the session More... over 7 years ago
Merge pull request #113 from awslabs/jersey More... over 7 years ago
Fixes to address Jersey routing issue reported in #112. This is a new bug introduced with the fixes for #84. Added unit tests More... over 7 years ago
Removed print of Principal from sample method More... over 7 years ago
Merge pull request #106 from Rosseyn/patch-2 More... over 7 years ago
Quick typo fixes 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.9 More... over 7 years ago
Fixed README to use absolute links More... over 7 years ago
Cleanup for README preparing for 0.9 release. Documentation is now in the wiki More... over 7 years ago
Merge pull request #100 from awslabs/jersey-upgrade More... over 7 years ago
Fixed JavaDoc comments on servlet response factory class for Jersey More... over 7 years ago
Added variable to disable timer. Added timer call to all important actions. Added Timer enabled to all samples. Removed POJO handler from samples since we recommend the stream handler More... over 7 years ago
Performance improvements in Jersey by initializing the ApplicationHandler in the filter constructor (absorbed by Lambda) and not in the filter init method More... over 7 years ago
Code cleanup with FindBugs and added FindBugs to build process More... over 7 years ago