1
I Use This!
Moderate Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Aug 02, 2024 — Aug 02, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Bump various versions of dependencies in gradle build files (I always forget them) More... almost 6 years ago
Bump jackson version and moved dependency version management to property in main pom More... almost 6 years ago
Updated SpringBoot 2 sample to latest code More... almost 6 years ago
Bump spring boot version More... almost 6 years ago
Bump Spring version More... almost 6 years ago
Bump Jersey version to address #266 More... almost 6 years ago
Added comment explaining async initializer in springboot 2 archetyoe More... almost 6 years ago
Renamed Reactive embedded server class to clarify that it still relies on the Servlet specs More... almost 6 years ago
Lots of new integration tests for springboot2 support More... almost 6 years ago
Bug fix in servlet request impl to null-check headers in case Lambda gets sent an event without the multiValueHeaders property (#281). Also moved the ServletContext to be managed by the ServletRequestReader istead of set on each request by the LambdaContainerHandler. Additional bug fix to set the correct dispatcher type when startAsync is called on the request More... almost 6 years ago
Added new InitializationWrapper and Async implementation to address #210 and #234. Also added a new builder object that makes it easier to construct container handlers More... almost 6 years ago
Updated getParameterValues to support multi-value query string prameters and address #280 More... almost 6 years ago
Fixed gradle build file for springboot2 archetype to use the new dependency More... almost 6 years ago
Updated springboot2 sample to use new package More... almost 6 years ago
Cleaned up exception dumps in unit tests More... almost 6 years ago
Correct order of submodules in pom to fix build More... almost 6 years ago
Unit test for Servlet embedded factory More... almost 6 years ago
Fixed springboot2 archetype to use the new module More... almost 6 years ago
Added new springboot2 module that supports both WebFlux and Servlet embedded servers, actually addressing #239. More... almost 6 years ago
Simplified Spring and SpringBoot 1.x integration to use an embedded servlet container (#239 contd) More... almost 6 years ago
Updated tests to work well with new context implementation and removed debug System.out calls (#239 contd) More... almost 6 years ago
First basic implementation of the AsyncContext. This allows us to support WebFlux and reactive embedded servers for Spring to address #239 More... almost 6 years ago
New unit tests for path validation filter and response writer More... almost 6 years ago
Unit tests for SecurityUtils and new jacoco coverage check to block the build at 70%. Finally closing #160 More... almost 6 years ago
Fixed Jackson versions to only bump databind More... almost 6 years ago
Bump jackson version to address vulnerability reported by github More... almost 6 years ago
Updated filter chain to skip filters that should not be applied based on their registration's DispatcherTypes. Changed the default registration to include REQUEST and ASYNC types. This completes the changes for #275 More... almost 6 years ago
More complete implementation of include and forward methods for the request dispatcher to address #275 More... almost 6 years ago
Merge branch 'mikaelq-fix-exception-return-200' into core for PR #272 More... almost 6 years ago
Adding InternalServerError to exception handler, modified the JerseyServletResponseWriter.failure() to throw if an error occured rather than return ultimately returning a 200 More... about 6 years ago