Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/gradle-wrapper-validation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: gradle/wrapper-validation-action@v3
- uses: gradle/actions/wrapper-validation@v5
2 changes: 1 addition & 1 deletion .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
java: [ '17', '21', '24' ]
java: [ '17', '21', '25' ]

steps:
- uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ class SchemaTest implements JUnit5ValidationFileAssertions {

@Container
@ServiceConnection
static PostgreSQLContainer<?> postgres = new PostgreSQLContainer<>("postgres:17.5");
static PostgreSQLContainer<?> postgres = new PostgreSQLContainer<>("postgres:17.6");

@Test
void schemaExport() {
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ dependencyLocking {
}

wrapper {
gradleVersion = "8.14.1"
gradleVersion = "9.2.0"
distributionType = Wrapper.DistributionType.ALL
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,10 @@
-- PostgreSQL database dump
--

-- Dumped from database version 17.5 (Debian 17.5-1.pgdg120+1)
-- Dumped by pg_dump version 17.5 (Debian 17.5-1.pgdg120+1)
\restrict RESTRICT_KEY1

-- Dumped from database version 17.6 (Debian 17.6-2.pgdg13+1)
-- Dumped by pg_dump version 17.6 (Debian 17.6-2.pgdg13+1)

SET statement_timeout = 0;
SET lock_timeout = 0;
Expand All @@ -27,8 +29,10 @@ CREATE DATABASE "test-db" WITH TEMPLATE = template0 ENCODING = 'UTF8' LOCALE_PRO

ALTER DATABASE "test-db" OWNER TO "test-user";

\unrestrict RESTRICT_KEY1
\encoding SQL_ASCII
\connect -reuse-previous=on "dbname='test-db'"
\restrict RESTRICT_KEY1

SET statement_timeout = 0;
SET lock_timeout = 0;
Expand Down Expand Up @@ -102,3 +106,5 @@ ALTER TABLE ONLY public.employees
--
-- PostgreSQL database dump complete
--

\unrestrict RESTRICT_KEY1
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,10 @@
-- PostgreSQL database dump
--

-- Dumped from database version 17.5 (Debian 17.5-1.pgdg120+1)
-- Dumped by pg_dump version 17.5 (Debian 17.5-1.pgdg120+1)
\restrict RESTRICT_KEY1

-- Dumped from database version 17.6 (Debian 17.6-2.pgdg13+1)
-- Dumped by pg_dump version 17.6 (Debian 17.6-2.pgdg13+1)

SET statement_timeout = 0;
SET lock_timeout = 0;
Expand All @@ -27,8 +29,10 @@ CREATE DATABASE "test-db" WITH TEMPLATE = template0 ENCODING = 'UTF8' LOCALE_PRO

ALTER DATABASE "test-db" OWNER TO "test-user";

\unrestrict RESTRICT_KEY1
\encoding SQL_ASCII
\connect -reuse-previous=on "dbname='test-db'"
\restrict RESTRICT_KEY1

SET statement_timeout = 0;
SET lock_timeout = 0;
Expand Down Expand Up @@ -102,3 +106,5 @@ ALTER TABLE ONLY public.employees
--
-- PostgreSQL database dump complete
--

\unrestrict RESTRICT_KEY1
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,10 @@
-- PostgreSQL database dump
--

-- Dumped from database version 17.5 (Debian 17.5-1.pgdg120+1)
-- Dumped by pg_dump version 17.5 (Debian 17.5-1.pgdg120+1)
\restrict RESTRICT_KEY1

-- Dumped from database version 17.6 (Debian 17.6-2.pgdg13+1)
-- Dumped by pg_dump version 17.6 (Debian 17.6-2.pgdg13+1)

SET statement_timeout = 0;
SET lock_timeout = 0;
Expand Down Expand Up @@ -101,3 +103,5 @@ ALTER TABLE ONLY public.employees
--
-- PostgreSQL database dump complete
--

\unrestrict RESTRICT_KEY1
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,10 @@
-- PostgreSQL database dump
--

-- Dumped from database version 17.5 (Debian 17.5-1.pgdg120+1)
-- Dumped by pg_dump version 17.5 (Debian 17.5-1.pgdg120+1)
\restrict RESTRICT_KEY1

-- Dumped from database version 17.6 (Debian 17.6-2.pgdg13+1)
-- Dumped by pg_dump version 17.6 (Debian 17.6-2.pgdg13+1)

SET statement_timeout = 0;
SET lock_timeout = 0;
Expand Down Expand Up @@ -44,3 +46,5 @@ COPY public.employees (id, first_name, last_name, email, hire_date, salary) FROM
--
-- PostgreSQL database dump complete
--

\unrestrict RESTRICT_KEY1
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,10 @@
-- PostgreSQL database dump
--

-- Dumped from database version 17.5 (Debian 17.5-1.pgdg120+1)
-- Dumped by pg_dump version 17.5 (Debian 17.5-1.pgdg120+1)
\restrict RESTRICT_KEY1

-- Dumped from database version 17.6 (Debian 17.6-2.pgdg13+1)
-- Dumped by pg_dump version 17.6 (Debian 17.6-2.pgdg13+1)

SET statement_timeout = 0;
SET lock_timeout = 0;
Expand Down Expand Up @@ -101,3 +103,5 @@ ALTER TABLE ONLY public.employees
--
-- PostgreSQL database dump complete
--

\unrestrict RESTRICT_KEY1
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,10 @@
-- PostgreSQL database dump
--

-- Dumped from database version 17.5 (Debian 17.5-1.pgdg120+1)
-- Dumped by pg_dump version 17.5 (Debian 17.5-1.pgdg120+1)
\restrict RESTRICT_KEY1

-- Dumped from database version 17.6 (Debian 17.6-2.pgdg13+1)
-- Dumped by pg_dump version 17.6 (Debian 17.6-2.pgdg13+1)

SET statement_timeout = 0;
SET lock_timeout = 0;
Expand Down Expand Up @@ -88,3 +90,5 @@ ALTER TABLE ONLY public.employees
--
-- PostgreSQL database dump complete
--

\unrestrict RESTRICT_KEY1
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,10 @@
-- PostgreSQL database dump
--

-- Dumped from database version 17.5 (Debian 17.5-1.pgdg120+1)
-- Dumped by pg_dump version 17.5 (Debian 17.5-1.pgdg120+1)
\restrict RESTRICT_KEY1

-- Dumped from database version 17.6 (Debian 17.6-2.pgdg13+1)
-- Dumped by pg_dump version 17.6 (Debian 17.6-2.pgdg13+1)

SET statement_timeout = 0;
SET lock_timeout = 0;
Expand Down Expand Up @@ -58,3 +60,5 @@ ALTER TABLE ONLY other_schema.persons
--
-- PostgreSQL database dump complete
--

\unrestrict RESTRICT_KEY1
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,10 @@
-- PostgreSQL database dump
--

-- Dumped from database version 17.5 (Debian 17.5-1.pgdg120+1)
-- Dumped by pg_dump version 17.5 (Debian 17.5-1.pgdg120+1)
\restrict RESTRICT_KEY1

-- Dumped from database version 17.6 (Debian 17.6-2.pgdg13+1)
-- Dumped by pg_dump version 17.6 (Debian 17.6-2.pgdg13+1)

SET statement_timeout = 0;
SET lock_timeout = 0;
Expand Down Expand Up @@ -88,3 +90,5 @@ ALTER TABLE ONLY public.employees
--
-- PostgreSQL database dump complete
--

\unrestrict RESTRICT_KEY1
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,10 @@
-- PostgreSQL database dump
--

-- Dumped from database version 17.5 (Debian 17.5-1.pgdg120+1)
-- Dumped by pg_dump version 17.5 (Debian 17.5-1.pgdg120+1)
\restrict RESTRICT_KEY1

-- Dumped from database version 17.6 (Debian 17.6-2.pgdg13+1)
-- Dumped by pg_dump version 17.6 (Debian 17.6-2.pgdg13+1)

-- Started on [MASKED_TIMESTAMP] UTC

Expand Down Expand Up @@ -64,7 +66,7 @@ CREATE TABLE public.employees (
ALTER TABLE public.employees OWNER TO "test-user";

--
-- TOC entry 3364 (class 0 OID 16391)
-- TOC entry 3428 (class 0 OID 16391)
-- Dependencies: 219
-- Data for Name: persons; Type: TABLE DATA; Schema: other_schema; Owner: test-user
--
Expand All @@ -77,7 +79,7 @@ COPY other_schema.persons (id, name) FROM stdin;


--
-- TOC entry 3363 (class 0 OID 16385)
-- TOC entry 3427 (class 0 OID 16385)
-- Dependencies: 218
-- Data for Name: employees; Type: TABLE DATA; Schema: public; Owner: test-user
--
Expand All @@ -92,7 +94,7 @@ COPY public.employees (id, first_name, last_name, email, hire_date, salary) FROM


--
-- TOC entry 3217 (class 2606 OID 16397)
-- TOC entry 3281 (class 2606 OID 16397)
-- Name: persons persons_pkey; Type: CONSTRAINT; Schema: other_schema; Owner: test-user
--

Expand All @@ -101,7 +103,7 @@ ALTER TABLE ONLY other_schema.persons


--
-- TOC entry 3215 (class 2606 OID 16389)
-- TOC entry 3279 (class 2606 OID 16389)
-- Name: employees employees_pkey; Type: CONSTRAINT; Schema: public; Owner: test-user
--

Expand All @@ -114,3 +116,5 @@ ALTER TABLE ONLY public.employees
--
-- PostgreSQL database dump complete
--

\unrestrict RESTRICT_KEY1
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,10 @@
-- PostgreSQL database dump
--

-- Dumped from database version 17.5 (Debian 17.5-1.pgdg120+1)
-- Dumped by pg_dump version 17.5 (Debian 17.5-1.pgdg120+1)
\restrict RESTRICT_KEY1

-- Dumped from database version 17.6 (Debian 17.6-2.pgdg13+1)
-- Dumped by pg_dump version 17.6 (Debian 17.6-2.pgdg13+1)

SET statement_timeout = 0;
SET lock_timeout = 0;
Expand Down Expand Up @@ -101,3 +103,5 @@ ALTER TABLE ONLY public.employees
--
-- PostgreSQL database dump complete
--

\unrestrict RESTRICT_KEY1
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,10 @@
-- PostgreSQL database dump
--

-- Dumped from database version 17.5 (Debian 17.5-1.pgdg120+1)
-- Dumped by pg_dump version 17.5 (Debian 17.5-1.pgdg120+1)
\restrict RESTRICT_KEY1

-- Dumped from database version 17.6 (Debian 17.6-2.pgdg13+1)
-- Dumped by pg_dump version 17.6 (Debian 17.6-2.pgdg13+1)

SET statement_timeout = 0;
SET lock_timeout = 0;
Expand Down Expand Up @@ -57,3 +59,5 @@ ALTER TABLE ONLY public.employees
--
-- PostgreSQL database dump complete
--

\unrestrict RESTRICT_KEY1
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,10 @@
-- PostgreSQL database dump
--

-- Dumped from database version 17.5 (Debian 17.5-1.pgdg120+1)
-- Dumped by pg_dump version 17.5 (Debian 17.5-1.pgdg120+1)
\restrict RESTRICT_KEY1

-- Dumped from database version 17.6 (Debian 17.6-2.pgdg13+1)
-- Dumped by pg_dump version 17.6 (Debian 17.6-2.pgdg13+1)

SET statement_timeout = 0;
SET lock_timeout = 0;
Expand Down Expand Up @@ -77,3 +79,5 @@ ALTER TABLE ONLY public.employees
--
-- PostgreSQL database dump complete
--

\unrestrict RESTRICT_KEY1
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,10 @@
-- PostgreSQL database dump
--

-- Dumped from database version 17.5 (Debian 17.5-1.pgdg120+1)
-- Dumped by pg_dump version 17.5 (Debian 17.5-1.pgdg120+1)
\restrict RESTRICT_KEY1

-- Dumped from database version 17.6 (Debian 17.6-2.pgdg13+1)
-- Dumped by pg_dump version 17.6 (Debian 17.6-2.pgdg13+1)

SET statement_timeout = 0;
SET lock_timeout = 0;
Expand All @@ -20,3 +22,5 @@ SET row_security = off;
--
-- PostgreSQL database dump complete
--

\unrestrict RESTRICT_KEY1
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,10 @@
-- PostgreSQL database dump
--

-- Dumped from database version 17.5 (Debian 17.5-1.pgdg120+1)
-- Dumped by pg_dump version 17.5 (Debian 17.5-1.pgdg120+1)
\restrict RESTRICT_KEY1

-- Dumped from database version 17.6 (Debian 17.6-2.pgdg13+1)
-- Dumped by pg_dump version 17.6 (Debian 17.6-2.pgdg13+1)

SET statement_timeout = 0;
SET lock_timeout = 0;
Expand All @@ -20,3 +22,5 @@ SET row_security = off;
--
-- PostgreSQL database dump complete
--

\unrestrict RESTRICT_KEY1
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,10 @@
-- PostgreSQL database dump
--

-- Dumped from database version 17.5 (Debian 17.5-1.pgdg120+1)
-- Dumped by pg_dump version 17.5 (Debian 17.5-1.pgdg120+1)
\restrict RESTRICT_KEY1

-- Dumped from database version 17.6 (Debian 17.6-2.pgdg13+1)
-- Dumped by pg_dump version 17.6 (Debian 17.6-2.pgdg13+1)

SET statement_timeout = 0;
SET lock_timeout = 0;
Expand All @@ -20,3 +22,5 @@ SET row_security = off;
--
-- PostgreSQL database dump complete
--

\unrestrict RESTRICT_KEY1
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,10 @@
-- PostgreSQL database dump
--

-- Dumped from database version 17.5 (Debian 17.5-1.pgdg120+1)
-- Dumped by pg_dump version 17.5 (Debian 17.5-1.pgdg120+1)
\restrict RESTRICT_KEY1

-- Dumped from database version 17.6 (Debian 17.6-2.pgdg13+1)
-- Dumped by pg_dump version 17.6 (Debian 17.6-2.pgdg13+1)

SET statement_timeout = 0;
SET lock_timeout = 0;
Expand All @@ -20,3 +22,5 @@ SET row_security = off;
--
-- PostgreSQL database dump complete
--

\unrestrict RESTRICT_KEY1
Loading