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-datasource
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 10.3
Choose a base ref
...
head repository: ebean-orm/ebean-datasource
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 10.4
Choose a head ref
  • 3 commits
  • 5 files changed
  • 1 contributor

Commits on Apr 9, 2026

  1. Reset the metrics after initialisation of the pool

    This is desired in the K8s case where we likely want to use
    initialConnection to oversize the connection pool on pod
    startup, with it shrinking back down over time.
    rbygrave committed Apr 9, 2026
    Configuration menu
    Copy the full SHA
    30eb238 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #142 from ebean-orm/feature/reset-metrics

    Reset the metrics after initialisation of the pool
    rbygrave authored Apr 9, 2026
    Configuration menu
    Copy the full SHA
    013b77f View commit details
    Browse the repository at this point in the history
  3. Version 10.4

    rbygrave committed Apr 9, 2026
    Configuration menu
    Copy the full SHA
    9ef64b0 View commit details
    Browse the repository at this point in the history
Loading