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

Feature update to hibernate 6 and to jakarta ee #272

Draft
wants to merge 13 commits into
base: master
Choose a base branch
from

Commits on Nov 29, 2022

  1. feat: Migrate to hibernate 6

    This commit is big because:
    
    * The package javax.persistence is removed, the new package
      jakarta.persistence is used everywhere.
    * Hibernate 6 removes it custom criteria builder api, so we need to
      migrate everything to jpa criteria query.
    
    Signed-off-by: Arturo Volpe <[email protected]>
    aVolpe committed Nov 29, 2022
    Configuration menu
    Copy the full SHA
    0fc19a0 View commit details
    Browse the repository at this point in the history
  2. feat: Disable ehcache

    The eh-cache should be enabled in a different way, the previous package
    is currently in Alpha.
    
    Signed-off-by: Arturo Volpe <[email protected]>
    aVolpe committed Nov 29, 2022
    Configuration menu
    Copy the full SHA
    52f2b37 View commit details
    Browse the repository at this point in the history
  3. feat: Add xerces to validate xmls

    Signed-off-by: Arturo Volpe <[email protected]>
    aVolpe committed Nov 29, 2022
    Configuration menu
    Copy the full SHA
    1fe42ad View commit details
    Browse the repository at this point in the history

Commits on Nov 30, 2022

  1. fix: Queries and warnings on glsession

    Signed-off-by: Arturo Volpe <[email protected]>
    aVolpe committed Nov 30, 2022
    Configuration menu
    Copy the full SHA
    d8ce7ab View commit details
    Browse the repository at this point in the history
  2. feat: Disable rest modules until we can fix jetty

    Signed-off-by: Arturo Volpe <[email protected]>
    aVolpe committed Nov 30, 2022
    Configuration menu
    Copy the full SHA
    9effb25 View commit details
    Browse the repository at this point in the history
  3. feat: Use typed set in CompositeAccount

    Signed-off-by: Arturo Volpe <[email protected]>
    aVolpe committed Nov 30, 2022
    Configuration menu
    Copy the full SHA
    6c9893e View commit details
    Browse the repository at this point in the history
  4. fix: Predicate on balance cache calculation

    Signed-off-by: Arturo Volpe <[email protected]>
    aVolpe committed Nov 30, 2022
    Configuration menu
    Copy the full SHA
    e95c32a View commit details
    Browse the repository at this point in the history
  5. fix: Balance cache max id comparision

    Signed-off-by: Arturo Volpe <[email protected]>
    aVolpe committed Nov 30, 2022
    Configuration menu
    Copy the full SHA
    aefc970 View commit details
    Browse the repository at this point in the history
  6. fix: End date comparision on glsession

    Signed-off-by: Arturo Volpe <[email protected]>
    aVolpe committed Nov 30, 2022
    Configuration menu
    Copy the full SHA
    a87db3a View commit details
    Browse the repository at this point in the history
  7. fix: Account detail balance calculation

    Signed-off-by: Arturo Volpe <[email protected]>
    aVolpe committed Nov 30, 2022
    Configuration menu
    Copy the full SHA
    6e6b5b5 View commit details
    Browse the repository at this point in the history

Commits on Dec 7, 2022

  1. feat: remove dom4j dependency

    Signed-off-by: Arturo Volpe <[email protected]>
    aVolpe committed Dec 7, 2022
    Configuration menu
    Copy the full SHA
    3a994f2 View commit details
    Browse the repository at this point in the history
  2. fix: Remove dom4j from related modules

    Signed-off-by: Arturo Volpe <[email protected]>
    aVolpe committed Dec 7, 2022
    Configuration menu
    Copy the full SHA
    63d48da View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2023

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