Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Jersey from 1.19.4 to 2.32 #89

Merged
merged 6 commits into from
Feb 9, 2021
Merged

Update Jersey from 1.19.4 to 2.32 #89

merged 6 commits into from
Feb 9, 2021

Commits on Nov 4, 2020

  1. skeleton: update jersey from 1.19.4 to 2.32

    Signed-off-by: Pierre-Alexandre Meyer <pierre@mouraf.org>
    pierre committed Nov 4, 2020
    Configuration menu
    Copy the full SHA
    c93acdc View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2020

  1. skeleton: fix Jersey 2 upgrade issues

    * Fix wiring of Jersey resources and providers
    * Fix Jersey logging
    * Allow for Guice-injected ObjectMapper (JacksonJsonProvider is now managed by HK2, not Guice)
    
    Signed-off-by: Pierre-Alexandre Meyer <pierre@mouraf.org>
    pierre committed Nov 10, 2020
    Configuration menu
    Copy the full SHA
    1fcc502 View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2020

  1. skeleton: simplify BaseServerModuleBuilder and JerseyBaseServerModule

    Signed-off-by: Pierre-Alexandre Meyer <pierre@mouraf.org>
    pierre committed Nov 11, 2020
    Configuration menu
    Copy the full SHA
    c944b85 View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2020

  1. skeleton: re-implementation of TimedResource handling on HK2

    Resources are now constructed by HK2, so the AOP interceptor had
    to be rewritten.
    
    Signed-off-by: Pierre-Alexandre Meyer <pierre@mouraf.org>
    pierre committed Nov 12, 2020
    Configuration menu
    Copy the full SHA
    02d1a02 View commit details
    Browse the repository at this point in the history
  2. .github: disable CodeQL on PR

    It isn't smart enough to understand how to pull SNAPSHOT dependencies.
    
    Signed-off-by: Pierre-Alexandre Meyer <pierre@mouraf.org>
    pierre committed Nov 12, 2020
    Configuration menu
    Copy the full SHA
    3a2c209 View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2021

  1. Configuration menu
    Copy the full SHA
    9b69cc2 View commit details
    Browse the repository at this point in the history