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: zonkyio/embedded-postgres
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.2.0
Choose a base ref
...
head repository: zonkyio/embedded-postgres
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.2.1
Choose a head ref
  • 8 commits
  • 3 files changed
  • 3 contributors

Commits on Nov 14, 2025

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

Commits on Dec 3, 2025

  1. Added property registerShutdownHook to EmbeddedPostgres. Default the …

    …shutdownHook is registered. When this property is set to false no shutdown hook is registered. This makes it possible to create a spring bean of EmbeddedPostgres and let spring handle the shutdown of the EmbeddedPostgres instance in the right order and let the application shutdown gracefully
    JelmerBouma1985 committed Dec 3, 2025
    Configuration menu
    Copy the full SHA
    4e4d502 View commit details
    Browse the repository at this point in the history

Commits on Feb 18, 2026

  1. Merge pull request #170 from JelmerBouma1985/feature/control-register…

    …-shutdown-hook
    
    Control registering of shutdownhook
    tomix26 authored Feb 18, 2026
    Configuration menu
    Copy the full SHA
    2d0c3be View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f88dce4 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #172 from zonkyio/postgres-14.21.0

    #171 Upgrade to Embedded Postgres binaries 14.21
    tomix26 authored Feb 18, 2026
    Configuration menu
    Copy the full SHA
    620d50b View commit details
    Browse the repository at this point in the history

Commits on Feb 25, 2026

  1. upgrade maven dependencies

    tomix26 committed Feb 25, 2026
    Configuration menu
    Copy the full SHA
    f6c091f View commit details
    Browse the repository at this point in the history
  2. Merge pull request #173 from zonkyio/upgrade-maven-dependencies

    Upgrade maven dependencies
    tomix26 authored Feb 25, 2026
    Configuration menu
    Copy the full SHA
    e4913a6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    eabd3b8 View commit details
    Browse the repository at this point in the history
Loading