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

[improve] use eclipselink orm replace of hibernate orm #1801

Merged
merged 20 commits into from
Apr 23, 2024

Commits on Apr 20, 2024

  1. update h2 test database name

    Signed-off-by: tomsun28 <tomsun28@outlook.com>
    tomsun28 committed Apr 20, 2024
    Configuration menu
    Copy the full SHA
    e7ab52b View commit details
    Browse the repository at this point in the history
  2. update pom

    Signed-off-by: tomsun28 <tomsun28@outlook.com>
    tomsun28 committed Apr 20, 2024
    Configuration menu
    Copy the full SHA
    8d2529a View commit details
    Browse the repository at this point in the history
  3. use eclipse link instead of hibernate

    Signed-off-by: tomsun28 <tomsun28@outlook.com>
    tomsun28 committed Apr 20, 2024
    Configuration menu
    Copy the full SHA
    e6f7afc View commit details
    Browse the repository at this point in the history

Commits on Apr 21, 2024

  1. Update common/src/main/java/org/apache/hertzbeat/common/config/Eclips…

    …eLinkCustomizer.java
    
    Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
    Signed-off-by: tomsun28 <tomsun28@outlook.com>
    tomsun28 and github-actions[bot] authored Apr 21, 2024
    Configuration menu
    Copy the full SHA
    a63abc6 View commit details
    Browse the repository at this point in the history
  2. Update common/src/main/java/org/apache/hertzbeat/common/config/Eclips…

    …eLinkJpaConfiguration.java
    
    Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
    Signed-off-by: tomsun28 <tomsun28@outlook.com>
    tomsun28 and github-actions[bot] authored Apr 21, 2024
    Configuration menu
    Copy the full SHA
    67de695 View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2024

  1. Merge branch 'master' into remove-hibernate

    Signed-off-by: tomsun28 <tomsun28@outlook.com>
    tomsun28 authored Apr 22, 2024
    Configuration menu
    Copy the full SHA
    b511175 View commit details
    Browse the repository at this point in the history
  2. update

    Signed-off-by: tomsun28 <tomsun28@outlook.com>
    tomsun28 committed Apr 22, 2024
    Configuration menu
    Copy the full SHA
    661fb59 View commit details
    Browse the repository at this point in the history
  3. fix create table error

    Signed-off-by: tomsun28 <tomsun28@outlook.com>
    tomsun28 committed Apr 22, 2024
    Configuration menu
    Copy the full SHA
    d7530e4 View commit details
    Browse the repository at this point in the history
  4. fix the query and update table column to lower with underscore

    Signed-off-by: tomsun28 <tomsun28@outlook.com>
    tomsun28 committed Apr 22, 2024
    Configuration menu
    Copy the full SHA
    4428980 View commit details
    Browse the repository at this point in the history
  5. fix checklist

    Signed-off-by: tomsun28 <tomsun28@outlook.com>
    tomsun28 committed Apr 22, 2024
    Configuration menu
    Copy the full SHA
    4553090 View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2024

  1. fix test

    Signed-off-by: tomsun28 <tomsun28@outlook.com>
    tomsun28 committed Apr 23, 2024
    Configuration menu
    Copy the full SHA
    781f26e View commit details
    Browse the repository at this point in the history
  2. fix

    Signed-off-by: tomsun28 <tomsun28@outlook.com>
    tomsun28 committed Apr 23, 2024
    Configuration menu
    Copy the full SHA
    3896913 View commit details
    Browse the repository at this point in the history
  3. update license

    Signed-off-by: tomsun28 <tomsun28@outlook.com>
    tomsun28 committed Apr 23, 2024
    Configuration menu
    Copy the full SHA
    010f9a7 View commit details
    Browse the repository at this point in the history
  4. fix export import

    Signed-off-by: tomsun28 <tomsun28@outlook.com>
    tomsun28 committed Apr 23, 2024
    Configuration menu
    Copy the full SHA
    77cbdaf View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6dd0490 View commit details
    Browse the repository at this point in the history
  6. GeneratedValue set auto

    Signed-off-by: tomsun28 <tomsun28@outlook.com>
    tomsun28 committed Apr 23, 2024
    Configuration menu
    Copy the full SHA
    7a4a3fd View commit details
    Browse the repository at this point in the history
  7. GeneratedValue set IDENTITY

    Signed-off-by: tomsun28 <tomsun28@outlook.com>
    tomsun28 committed Apr 23, 2024
    Configuration menu
    Copy the full SHA
    643c3ee View commit details
    Browse the repository at this point in the history
  8. Merge branch 'master' into remove-hibernate

    Signed-off-by: tomsun28 <tomsun28@outlook.com>
    tomsun28 authored Apr 23, 2024
    Configuration menu
    Copy the full SHA
    c2a7193 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    11e8755 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    7c0151e View commit details
    Browse the repository at this point in the history