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

Merge 3.0.0 prepare to master #323

Merged
merged 22 commits into from
Jun 23, 2022
Merged

Merge 3.0.0 prepare to master #323

merged 22 commits into from
Jun 23, 2022

Commits on Mar 3, 2022

  1. Update dependencies to EE 10 and adjust code where needed for that.

    Signed-off-by: Arjan Tijms <arjan.tijms@gmail.com>
    arjantijms committed Mar 3, 2022
    Configuration menu
    Copy the full SHA
    834e521 View commit details
    Browse the repository at this point in the history
  2. Fixed several warnings

    Signed-off-by: Arjan Tijms <arjan.tijms@gmail.com>
    arjantijms committed Mar 3, 2022
    Configuration menu
    Copy the full SHA
    41a1929 View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2022

  1. Update Arquillian plug-in for GF

    Signed-off-by: Arjan Tijms <arjan.tijms@gmail.com>
    arjantijms committed Mar 5, 2022
    Configuration menu
    Copy the full SHA
    2938856 View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2022

  1. Add content to beans.xml as required now by CDI 4

    Signed-off-by: Arjan Tijms <arjan.tijms@gmail.com>
    arjantijms committed Mar 6, 2022
    Configuration menu
    Copy the full SHA
    730aa0d View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2022

  1. Fix OpenID tests

    Signed-off-by: Arjan Tijms <arjan.tijms@gmail.com>
    arjantijms committed Mar 7, 2022
    Configuration menu
    Copy the full SHA
    d43a497 View commit details
    Browse the repository at this point in the history
  2. Integrate OpenId with existing CDI extension.

    This also allows decorators to be used.
    
    Signed-off-by: Arjan Tijms <arjan.tijms@gmail.com>
    arjantijms committed Mar 7, 2022
    Configuration menu
    Copy the full SHA
    9d083cc View commit details
    Browse the repository at this point in the history
  3. Refactoring

    Signed-off-by: Arjan Tijms <arjan.tijms@gmail.com>
    arjantijms committed Mar 7, 2022
    Configuration menu
    Copy the full SHA
    70fb085 View commit details
    Browse the repository at this point in the history
  4. Moven OpenId to the mechanisms package

    Signed-off-by: Arjan Tijms <arjan.tijms@gmail.com>
    arjantijms committed Mar 7, 2022
    Configuration menu
    Copy the full SHA
    2648c39 View commit details
    Browse the repository at this point in the history
  5. Take advantage of new Jakarta Authentication 3 APIs

    Register the ServerAuthModule that we use using the native Jakarta
    Authentication APIs.
    
    Signed-off-by: Arjan Tijms <arjan.tijms@gmail.com>
    arjantijms committed Mar 7, 2022
    Configuration menu
    Copy the full SHA
    6eabe6b View commit details
    Browse the repository at this point in the history
  6. Separate profiles for GlassFish with updated and not updated jars.

    Signed-off-by: Arjan Tijms <arjan.tijms@gmail.com>
    arjantijms committed Mar 7, 2022
    Configuration menu
    Copy the full SHA
    b8e1ceb View commit details
    Browse the repository at this point in the history
  7. Update authentication API to 3.0.0

    Signed-off-by: Arjan Tijms <arjan.tijms@gmail.com>
    arjantijms committed Mar 7, 2022
    Configuration menu
    Copy the full SHA
    125bd91 View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2022

  1. Integrate Jakarta Security 3.0.0-RC2

    Signed-off-by: Arjan Tijms <arjan.tijms@gmail.com>
    arjantijms committed Mar 8, 2022
    Configuration menu
    Copy the full SHA
    5a00589 View commit details
    Browse the repository at this point in the history

Commits on Mar 17, 2022

  1. Added some extra features to test base class

    Signed-off-by: Arjan Tijms <arjan.tijms@gmail.com>
    arjantijms committed Mar 17, 2022
    Configuration menu
    Copy the full SHA
    ab015c0 View commit details
    Browse the repository at this point in the history
  2. Update Jakarta Authorization API and Nimbus

    Signed-off-by: Arjan Tijms <arjan.tijms@gmail.com>
    arjantijms committed Mar 17, 2022
    Configuration menu
    Copy the full SHA
    ec23eae View commit details
    Browse the repository at this point in the history
  3. Add test for OpenID using certified OpenID Provider Mitre

    Signed-off-by: Arjan Tijms <arjan.tijms@gmail.com>
    arjantijms committed Mar 17, 2022
    Configuration menu
    Copy the full SHA
    c770c05 View commit details
    Browse the repository at this point in the history
  4. Update to RC3 API

    Signed-off-by: Arjan Tijms <arjan.tijms@gmail.com>
    arjantijms committed Mar 17, 2022
    Configuration menu
    Copy the full SHA
    c345624 View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2022

  1. Adjust for latest snapshot API

    Signed-off-by: Arjan Tijms <arjan.tijms@gmail.com>
    arjantijms committed Mar 20, 2022
    Configuration menu
    Copy the full SHA
    01984bf View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2022

  1. Move HttpStorageController to servlet package

    Signed-off-by: Arjan Tijms <arjan.tijms@gmail.com>
    arjantijms committed Mar 21, 2022
    Configuration menu
    Copy the full SHA
    1441212 View commit details
    Browse the repository at this point in the history
  2. Set http timeout to infinite for tests when debug param used

    Signed-off-by: Arjan Tijms <arjan.tijms@gmail.com>
    arjantijms committed Mar 21, 2022
    Configuration menu
    Copy the full SHA
    85a1c87 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    592d27c View commit details
    Browse the repository at this point in the history

Commits on Mar 23, 2022

  1. Implement redirect to original resource functionality

    Signed-off-by: Arjan Tijms <arjan.tijms@gmail.com>
    arjantijms committed Mar 23, 2022
    Configuration menu
    Copy the full SHA
    a096dcf View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2022

  1. Update version in pom and some small refactoring

    Signed-off-by: Arjan Tijms <arjan.tijms@gmail.com>
    arjantijms committed Mar 29, 2022
    Configuration menu
    Copy the full SHA
    8a8a42f View commit details
    Browse the repository at this point in the history