openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
Forums
A
aws-serverless-java-container
Settings
|
Report Duplicate
1
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Moderate Activity
Commits
: Listings
Analyzed
1 day
ago. based on code collected
1 day
ago.
Aug 02, 2024 — Aug 02, 2025
Showing page 39 of 54
Search / Filter on:
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)
sapessi
More...
almost 6 years ago
Bump jackson version and moved dependency version management to property in main pom
sapessi
More...
almost 6 years ago
Updated SpringBoot 2 sample to latest code
sapessi
More...
almost 6 years ago
Bump spring boot version
sapessi
More...
almost 6 years ago
Bump Spring version
sapessi
More...
almost 6 years ago
Bump Jersey version to address #266
sapessi
More...
almost 6 years ago
Added comment explaining async initializer in springboot 2 archetyoe
sapessi
More...
almost 6 years ago
Renamed Reactive embedded server class to clarify that it still relies on the Servlet specs
sapessi
More...
almost 6 years ago
Lots of new integration tests for springboot2 support
sapessi
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
sapessi
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
sapessi
More...
almost 6 years ago
Updated getParameterValues to support multi-value query string prameters and address #280
sapessi
More...
almost 6 years ago
Fixed gradle build file for springboot2 archetype to use the new dependency
sapessi
More...
almost 6 years ago
Updated springboot2 sample to use new package
sapessi
More...
almost 6 years ago
Cleaned up exception dumps in unit tests
sapessi
More...
almost 6 years ago
Correct order of submodules in pom to fix build
sapessi
More...
almost 6 years ago
Unit test for Servlet embedded factory
sapessi
More...
almost 6 years ago
Fixed springboot2 archetype to use the new module
sapessi
More...
almost 6 years ago
Added new springboot2 module that supports both WebFlux and Servlet embedded servers, actually addressing #239.
sapessi
More...
almost 6 years ago
Simplified Spring and SpringBoot 1.x integration to use an embedded servlet container (#239 contd)
sapessi
More...
almost 6 years ago
Updated tests to work well with new context implementation and removed debug System.out calls (#239 contd)
sapessi
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
sapessi
More...
almost 6 years ago
New unit tests for path validation filter and response writer
sapessi
More...
almost 6 years ago
Unit tests for SecurityUtils and new jacoco coverage check to block the build at 70%. Finally closing #160
sapessi
More...
almost 6 years ago
Fixed Jackson versions to only bump databind
sapessi
More...
almost 6 years ago
Bump jackson version to address vulnerability reported by github
sapessi
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
sapessi
More...
almost 6 years ago
More complete implementation of include and forward methods for the request dispatcher to address #275
sapessi
More...
almost 6 years ago
Merge branch 'mikaelq-fix-exception-return-200' into core for PR #272
sapessi
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
Mikael Quist
More...
about 6 years ago
←
1
2
…
35
36
37
38
39
40
41
42
43
…
53
54
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree