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

Allow to use additional properties with security manager/4323 #4327

Merged
merged 18 commits into from
Dec 17, 2019

Commits on Nov 27, 2019

  1. All jersey @PropertiesClass and @properties are loaded when security …

    …manager is on
    
    Signed-off-by: Jorge Bescos Gascon <[email protected]>
    jbescos committed Nov 27, 2019
    Configuration menu
    Copy the full SHA
    08f9e11 View commit details
    Browse the repository at this point in the history
  2. Fixing check styles

    Signed-off-by: Jorge Bescos Gascon <[email protected]>
    jbescos committed Nov 27, 2019
    Configuration menu
    Copy the full SHA
    af526fa View commit details
    Browse the repository at this point in the history
  3. Fixing check styles (2)

    Signed-off-by: Jorge Bescos Gascon <[email protected]>
    jbescos committed Nov 27, 2019
    Configuration menu
    Copy the full SHA
    015549e View commit details
    Browse the repository at this point in the history
  4. Fixing check styles (3)

    Signed-off-by: Jorge Bescos Gascon <[email protected]>
    jbescos committed Nov 27, 2019
    Configuration menu
    Copy the full SHA
    b43b823 View commit details
    Browse the repository at this point in the history
  5. Ignore in test ClassNotFoundException

    Signed-off-by: Jorge Bescos Gascon <[email protected]>
    jbescos committed Nov 27, 2019
    Configuration menu
    Copy the full SHA
    279ec0f View commit details
    Browse the repository at this point in the history
  6. Test excludes classes that doesn't belong to package org.glassfish.je…

    …rsey
    
    Signed-off-by: Jorge Bescos Gascon <[email protected]>
    jbescos committed Nov 27, 2019
    Configuration menu
    Copy the full SHA
    739332c View commit details
    Browse the repository at this point in the history

Commits on Nov 28, 2019

  1. Add missing dependency org.osgi.framework.SynchronousBundleListener

    Signed-off-by: Jorge Bescos Gascon <[email protected]>
    jbescos committed Nov 28, 2019
    Configuration menu
    Copy the full SHA
    7af41ac View commit details
    Browse the repository at this point in the history

Commits on Dec 4, 2019

  1. Adding copyright in test class

    Signed-off-by: Jorge Bescos Gascon <[email protected]>
    jbescos committed Dec 4, 2019
    Configuration menu
    Copy the full SHA
    895bbe1 View commit details
    Browse the repository at this point in the history

Commits on Dec 9, 2019

  1. Remove bin from .gitignore

    Signed-off-by: Jorge Bescos Gascon <[email protected]>
    jbescos committed Dec 9, 2019
    Configuration menu
    Copy the full SHA
    aec5e1e View commit details
    Browse the repository at this point in the history
  2. Removing osgi dependency from test

    Signed-off-by: Jorge Bescos Gascon <[email protected]>
    jbescos committed Dec 9, 2019
    Configuration menu
    Copy the full SHA
    8e8c982 View commit details
    Browse the repository at this point in the history
  3. Exclude classes with osgi dependencies

    Signed-off-by: Jorge Bescos Gascon <[email protected]>
    jbescos committed Dec 9, 2019
    Configuration menu
    Copy the full SHA
    5438012 View commit details
    Browse the repository at this point in the history

Commits on Dec 10, 2019

  1. Make test conditional for JDK 1.8

    Signed-off-by: Jorge Bescos Gascon <[email protected]>
    jbescos committed Dec 10, 2019
    Configuration menu
    Copy the full SHA
    c98662e View commit details
    Browse the repository at this point in the history

Commits on Dec 12, 2019

  1. Adding a test having a security manager exception

    Signed-off-by: Jorge Bescos Gascon <[email protected]>
    jbescos committed Dec 12, 2019
    Configuration menu
    Copy the full SHA
    94fa6af View commit details
    Browse the repository at this point in the history

Commits on Dec 13, 2019

  1. Peer review comments

    Signed-off-by: Jorge Bescos Gascon <[email protected]>
    jbescos committed Dec 13, 2019
    Configuration menu
    Copy the full SHA
    06461a9 View commit details
    Browse the repository at this point in the history
  2. The properties had wrong values

    Signed-off-by: Jorge Bescos Gascon <[email protected]>
    jbescos committed Dec 13, 2019
    Configuration menu
    Copy the full SHA
    bf05974 View commit details
    Browse the repository at this point in the history
  3. Testing at least one not null property for each class

    Signed-off-by: Jorge Bescos Gascon <[email protected]>
    jbescos committed Dec 13, 2019
    Configuration menu
    Copy the full SHA
    cfda1ae View commit details
    Browse the repository at this point in the history
  4. Remove InternalProperties

    Signed-off-by: Jorge Bescos Gascon <[email protected]>
    jbescos committed Dec 13, 2019
    Configuration menu
    Copy the full SHA
    aae7725 View commit details
    Browse the repository at this point in the history
  5. Remove InternalServerProperties

    Signed-off-by: Jorge Bescos Gascon <[email protected]>
    jbescos committed Dec 13, 2019
    Configuration menu
    Copy the full SHA
    da4c1a4 View commit details
    Browse the repository at this point in the history