Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: ebean-orm/ebean
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: ebean-orm/ebean
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: maintain-v12
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 7 commits
  • 21 files changed
  • 1 contributor

Commits on Sep 7, 2023

  1. [12x] Backport of fix for #3173 BeanSet init(), initClear() and BeanMap

    - BeanSet init() and initClear() load with onlyIds false because the expectation is that with BeanSet the equals/hashCode implementation can use a property
    - BeanMap lazy loading, include the mapKey if defined in the lazy loading query
    rbygrave committed Sep 7, 2023
    Configuration menu
    Copy the full SHA
    5b9ef2d View commit details
    Browse the repository at this point in the history
  2. Merge pull request #3218 from ebean-orm/backport-12x/3173-BeanSet-ini…

    …t-loading
    
    [12x] Backport of fix for #3173 BeanSet init(), initClear() and BeanMap
    rbygrave authored Sep 7, 2023
    Configuration menu
    Copy the full SHA
    88fd59e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    97ca198 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    63336ba View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2024

  1. Configuration menu
    Copy the full SHA
    6e163b9 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #3394 from ebean-orm/fix/3393

    #3393 Fix for 12.x to support "NoTimeZone" to bypass MySQL JDBC use of Timezone Calendar
    rbygrave authored Apr 17, 2024
    Configuration menu
    Copy the full SHA
    f490116 View commit details
    Browse the repository at this point in the history
  3. Version 12.16.3

    rbygrave committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    04ff5e7 View commit details
    Browse the repository at this point in the history
Loading