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

[4.x] - Add @RequestScoped support for testing #7916

Merged
merged 29 commits into from
Dec 7, 2023

Commits on Oct 30, 2023

  1. Add @RequestScoped support

    Signed-off-by: Dmitry Aleksandrov <dmitry.aleksandrov@oracle.com>
    dalexandrov committed Oct 30, 2023
    Configuration menu
    Copy the full SHA
    ec3b0db View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2023

  1. Add JaxRs support for Request-scoped beans.

    Signed-off-by: Dmitry Aleksandrov <dmitry.aleksandrov@oracle.com>
    dalexandrov committed Oct 31, 2023
    Configuration menu
    Copy the full SHA
    3c28cdf View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2023

  1. Refactoring to separate module

    Signed-off-by: Dmitry Aleksandrov <dmitry.aleksandrov@oracle.com>
    dalexandrov committed Nov 13, 2023
    Configuration menu
    Copy the full SHA
    a7f196d View commit details
    Browse the repository at this point in the history
  2. Add Bean support

    Signed-off-by: Dmitry Aleksandrov <dmitry.aleksandrov@oracle.com>
    dalexandrov committed Nov 13, 2023
    Configuration menu
    Copy the full SHA
    836e6bf View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2023

  1. Refactor. Reuse in TestNG.

    Signed-off-by: Dmitry Aleksandrov <dmitry.aleksandrov@oracle.com>
    dalexandrov committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    d8a7f18 View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2023

  1. Add validation support. First iteration.

    Signed-off-by: Dmitry Aleksandrov <dmitry.aleksandrov@oracle.com>
    dalexandrov committed Nov 15, 2023
    Configuration menu
    Copy the full SHA
    38c50db View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2023

  1. extract validation

    Signed-off-by: Dmitry Aleksandrov <dmitry.aleksandrov@oracle.com>
    dalexandrov committed Nov 17, 2023
    Configuration menu
    Copy the full SHA
    f6f00f5 View commit details
    Browse the repository at this point in the history

Commits on Nov 20, 2023

  1. Move validation back to common

    Signed-off-by: Dmitry Aleksandrov <dmitry.aleksandrov@oracle.com>
    dalexandrov committed Nov 20, 2023
    Configuration menu
    Copy the full SHA
    e319e70 View commit details
    Browse the repository at this point in the history
  2. Naming cleanup

    Signed-off-by: Dmitry Aleksandrov <dmitry.aleksandrov@oracle.com>
    dalexandrov committed Nov 20, 2023
    Configuration menu
    Copy the full SHA
    c903648 View commit details
    Browse the repository at this point in the history
  3. Should be only on class

    Signed-off-by: Dmitry Aleksandrov <dmitry.aleksandrov@oracle.com>
    dalexandrov committed Nov 20, 2023
    Configuration menu
    Copy the full SHA
    c51dbc2 View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2023

  1. Minor clean up

    Signed-off-by: Dmitry Aleksandrov <dmitry.aleksandrov@oracle.com>
    dalexandrov committed Nov 21, 2023
    Configuration menu
    Copy the full SHA
    ea9af2a View commit details
    Browse the repository at this point in the history
  2. Dependency fix

    Signed-off-by: Dmitry Aleksandrov <dmitry.aleksandrov@oracle.com>
    dalexandrov committed Nov 21, 2023
    Configuration menu
    Copy the full SHA
    7eed160 View commit details
    Browse the repository at this point in the history

Commits on Nov 29, 2023

  1. Update microprofile/testing/common/src/main/java/io/helidon/microprof…

    …ile/testing/common/TestValidator.java
    
    Co-authored-by: Daniel Kec <daniel.kec@oracle.com>
    dalexandrov and danielkec committed Nov 29, 2023
    Configuration menu
    Copy the full SHA
    bc91012 View commit details
    Browse the repository at this point in the history
  2. Update microprofile/tests/testing/testng/src/test/java/io/helidon/mic…

    …roprofile/tests/testing/testng/TestReqScopeDisabledDiscovery.java
    
    Co-authored-by: Daniel Kec <daniel.kec@oracle.com>
    dalexandrov and danielkec committed Nov 29, 2023
    Configuration menu
    Copy the full SHA
    5704bae View commit details
    Browse the repository at this point in the history
  3. Update microprofile/testing/testng/pom.xml

    Co-authored-by: Daniel Kec <daniel.kec@oracle.com>
    dalexandrov and danielkec committed Nov 29, 2023
    Configuration menu
    Copy the full SHA
    efd0ebc View commit details
    Browse the repository at this point in the history
  4. Update microprofile/testing/testng/src/main/java/io/helidon/microprof…

    …ile/testing/testng/HelidonTestNgListener.java
    
    Co-authored-by: Daniel Kec <daniel.kec@oracle.com>
    dalexandrov and danielkec committed Nov 29, 2023
    Configuration menu
    Copy the full SHA
    fef4450 View commit details
    Browse the repository at this point in the history
  5. Update microprofile/testing/testng/src/main/java/module-info.java

    Co-authored-by: Daniel Kec <daniel.kec@oracle.com>
    dalexandrov and danielkec committed Nov 29, 2023
    Configuration menu
    Copy the full SHA
    19074bf View commit details
    Browse the repository at this point in the history
  6. Update microprofile/testing/testng/src/main/java/io/helidon/microprof…

    …ile/testing/testng/HelidonTestNgListener.java
    
    Co-authored-by: Daniel Kec <daniel.kec@oracle.com>
    dalexandrov and danielkec committed Nov 29, 2023
    Configuration menu
    Copy the full SHA
    808fff8 View commit details
    Browse the repository at this point in the history
  7. Update microprofile/testing/testng/src/main/java/io/helidon/microprof…

    …ile/testing/testng/HelidonTestNgListener.java
    
    Co-authored-by: Daniel Kec <daniel.kec@oracle.com>
    dalexandrov and danielkec committed Nov 29, 2023
    Configuration menu
    Copy the full SHA
    20b25be View commit details
    Browse the repository at this point in the history
  8. Move validator to modules

    Signed-off-by: Dmitry Aleksandrov <dmitry.aleksandrov@oracle.com>
    dalexandrov committed Nov 29, 2023
    Configuration menu
    Copy the full SHA
    e62a48c View commit details
    Browse the repository at this point in the history

Commits on Nov 30, 2023

  1. Rollback to simple design

    Signed-off-by: Dmitry Aleksandrov <dmitry.aleksandrov@oracle.com>
    dalexandrov committed Nov 30, 2023
    Configuration menu
    Copy the full SHA
    480757e View commit details
    Browse the repository at this point in the history
  2. Rollback to simple design

    Signed-off-by: Dmitry Aleksandrov <dmitry.aleksandrov@oracle.com>
    dalexandrov committed Nov 30, 2023
    Configuration menu
    Copy the full SHA
    22132ca View commit details
    Browse the repository at this point in the history
  3. Mino clean up

    Signed-off-by: Dmitry Aleksandrov <dmitry.aleksandrov@oracle.com>
    dalexandrov committed Nov 30, 2023
    Configuration menu
    Copy the full SHA
    67362f9 View commit details
    Browse the repository at this point in the history

Commits on Dec 1, 2023

  1. Clean dependency tree

    Signed-off-by: Dmitry Aleksandrov <dmitry.aleksandrov@oracle.com>
    dalexandrov committed Dec 1, 2023
    Configuration menu
    Copy the full SHA
    8484dc3 View commit details
    Browse the repository at this point in the history
  2. Copyright fix

    Signed-off-by: Dmitry Aleksandrov <dmitry.aleksandrov@oracle.com>
    dalexandrov committed Dec 1, 2023
    Configuration menu
    Copy the full SHA
    a1d4cc7 View commit details
    Browse the repository at this point in the history

Commits on Dec 5, 2023

  1. Apply comments

    Signed-off-by: Dmitry Aleksandrov <dmitry.aleksandrov@oracle.com>
    dalexandrov committed Dec 5, 2023
    Configuration menu
    Copy the full SHA
    c82f046 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b56a6fb View commit details
    Browse the repository at this point in the history
  3. Fix copyright

    Signed-off-by: Dmitry Aleksandrov <dmitry.aleksandrov@oracle.com>
    dalexandrov committed Dec 5, 2023
    Configuration menu
    Copy the full SHA
    722c95f View commit details
    Browse the repository at this point in the history

Commits on Dec 6, 2023

  1. Fix dependencies

    Signed-off-by: Dmitry Aleksandrov <dmitry.aleksandrov@oracle.com>
    dalexandrov committed Dec 6, 2023
    Configuration menu
    Copy the full SHA
    d3ccf55 View commit details
    Browse the repository at this point in the history