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

Upgrade micronaut 2 to 3 #267

Merged
merged 72 commits into from
Aug 15, 2023
Merged

Upgrade micronaut 2 to 3 #267

merged 72 commits into from
Aug 15, 2023

Commits on Aug 8, 2022

  1. Configuration menu
    Copy the full SHA
    ff4476c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0533fae View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a9666f0 View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2022

  1. Configuration menu
    Copy the full SHA
    f52b67e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bdb4546 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    378f4f6 View commit details
    Browse the repository at this point in the history
  4. ran npm install

    kevintanhongann committed Aug 9, 2022
    Configuration menu
    Copy the full SHA
    99336a9 View commit details
    Browse the repository at this point in the history
  5. prettier codestyle

    kevintanhongann committed Aug 9, 2022
    Configuration menu
    Copy the full SHA
    c25ba43 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e4bc614 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    3a9c6ff View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    31793b3 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    3ce8a4f View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    98ae5d2 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    2e61198 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    eb1337f View commit details
    Browse the repository at this point in the history
  13. use java 11

    kevintanhongann committed Aug 9, 2022
    Configuration menu
    Copy the full SHA
    460ac57 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    b6486ac View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    186c7c7 View commit details
    Browse the repository at this point in the history
  16. Update pom.xml.ejs

    atomfrede committed Aug 9, 2022
    Configuration menu
    Copy the full SHA
    8982109 View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2022

  1. Configuration menu
    Copy the full SHA
    2ab4e1c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d2d930a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a8bcdd5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    153d1a9 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1373ffb View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    1d9ab47 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    3ea4580 View commit details
    Browse the repository at this point in the history
  8. javax to jakarta mail

    kevintanhongann committed Aug 10, 2022
    Configuration menu
    Copy the full SHA
    48a6dd4 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    b8dbcf5 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    e457df8 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    f3799f4 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    19a225e View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    ce84720 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    4cbf861 View commit details
    Browse the repository at this point in the history

Commits on Aug 11, 2022

  1. new coretest syntax

    kevintanhongann committed Aug 11, 2022
    Configuration menu
    Copy the full SHA
    2def5ca View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2022

  1. Configuration menu
    Copy the full SHA
    42aafe6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e739cb7 View commit details
    Browse the repository at this point in the history
  3. authorityrepository

    kevintanhongann committed Aug 18, 2022
    Configuration menu
    Copy the full SHA
    0e82228 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    aee31af View commit details
    Browse the repository at this point in the history

Commits on Sep 1, 2022

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

Commits on May 18, 2023

  1. Update to Micronaut 3.9.1

    mraible committed May 18, 2023
    Configuration menu
    Copy the full SHA
    8490b43 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b17b374 View commit details
    Browse the repository at this point in the history

Commits on Jun 1, 2023

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

Commits on Aug 2, 2023

  1. Configuration menu
    Copy the full SHA
    9fa5501 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9805a5f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b2ba80a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b6b8e4b View commit details
    Browse the repository at this point in the history
  5. Refactor SecurityHeaderFilter

    SecurityHeaderFilter is updated to implement HttpServerFilter (as
    OncePerRequestHttpServerFilter is deprecated), and the implmentation is
    updated to use Flowable instead of the framework-internal Publishers
    class.
    jeremyg484 committed Aug 2, 2023
    Configuration menu
    Copy the full SHA
    08b682b View commit details
    Browse the repository at this point in the history
  6. Refactor DatabaseAuthenticationProvider

    Updates the AuthenticationProvider implementation to bind the login
    attempts to the LoginVM class and use an injected instance of the
    Micronaut Validator class. Corrects creation of the
    AuthenticationResponse on successful validation to have the specific
    user's authorities set.
    jeremyg484 committed Aug 2, 2023
    Configuration menu
    Copy the full SHA
    7cce526 View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2023

  1. Fix CORS test generation.

    jeremyg484 committed Aug 3, 2023
    Configuration menu
    Copy the full SHA
    b04f02d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5a70b74 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    081d6b7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    400a557 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    72fc795 View commit details
    Browse the repository at this point in the history
  6. Clean up user caching.

    jeremyg484 committed Aug 3, 2023
    Configuration menu
    Copy the full SHA
    ffeeb61 View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2023

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

Commits on Aug 7, 2023

  1. Configuration menu
    Copy the full SHA
    dd3d2eb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    146e128 View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2023

  1. Merge pull request #1 from jeremyg484/micronaut-3

    Micronaut 3 Updates and Fixes
    kevintanhongann committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    c5b32ea View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2184c3d View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2023

  1. Run Prettier

    mraible committed Aug 14, 2023
    Configuration menu
    Copy the full SHA
    85e74fb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    117aa1f View commit details
    Browse the repository at this point in the history
  3. Add javax.inject version

    mraible committed Aug 14, 2023
    Configuration menu
    Copy the full SHA
    70862de View commit details
    Browse the repository at this point in the history
  4. Fix javax-inject version

    Co-authored-by: Jeremy Grelle <[email protected]>
    mraible and jeremyg484 committed Aug 14, 2023
    Configuration menu
    Copy the full SHA
    85a37c6 View commit details
    Browse the repository at this point in the history
  5. Fix pom.xml.

    jeremyg484 committed Aug 14, 2023
    Configuration menu
    Copy the full SHA
    1852573 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    5c1710a View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2023

  1. Merge pull request #2 from jeremyg484/micronaut-3-fixes

    Micronaut 3 fixes
    kevintanhongann committed Aug 15, 2023
    Configuration menu
    Copy the full SHA
    cb9b7eb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bb6299d View commit details
    Browse the repository at this point in the history
  3. Run npm audit fix

    mraible committed Aug 15, 2023
    Configuration menu
    Copy the full SHA
    9df0099 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7f7e8e1 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f144cb1 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    557b861 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    0c05faa View commit details
    Browse the repository at this point in the history