Commit graph

110 commits

Author SHA1 Message Date
f651fd720e Fix log file param 2023-07-12 09:47:21 +01:00
58b78b2021
Merge pull request #22 from rasilon/dev
New Features
2023-07-12 08:58:52 +01:00
a88ac56848 Correct test name; CnP error 2023-07-12 08:48:21 +01:00
9a8716f33e Add the real implementation 2023-07-12 08:45:48 +01:00
1b1ba551c8 Add forced driver loading 2023-07-11 15:04:33 +01:00
866d02fb52 Change how log4j finds its config.
log4j is reacting less well to reconfigurations, so this moves the config file location to earlier in the process, so that no class sees an unconfigured instance.
2023-07-11 14:07:37 +01:00
441b2f4191
Merge pull request #21 from rasilon/dev
Script the docker tagging
2023-07-11 13:51:38 +01:00
b81aedefb1 Script te docker tagging 2023-07-11 13:21:04 +01:00
584f83de0d
Merge pull request #20 from rasilon/dev
H2 security update
2023-07-11 12:50:27 +01:00
4d38679155 bump minor version with H2 update 2023-07-11 12:49:34 +01:00
b378189512 Update default log config location 2023-07-11 12:36:44 +01:00
49487a83af Update unit test syntax to the current version of H2 2023-07-11 12:33:48 +01:00
9f4729bf1d
Merge pull request #19 from rasilon/dependabot/maven/com.h2database-h2-2.2.220
Bump h2 from 2.1.210 to 2.2.220
2023-07-11 11:08:12 +01:00
dependabot[bot]
2126553e5c
Bump h2 from 2.1.210 to 2.2.220
Bumps [h2](https://github.com/h2database/h2database) from 2.1.210 to 2.2.220.
- [Release notes](https://github.com/h2database/h2database/releases)
- [Commits](https://github.com/h2database/h2database/compare/version-2.1.210...version-2.2.220)

---
updated-dependencies:
- dependency-name: com.h2database:h2
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-07-07 21:54:12 +00:00
64743f430b Update build host and postgres libs
Bumping the postgres libs showed that the upstream build images
were EOL, so we're now running a more modern version of Java
and have migrated the build to ubuntu LTS
2022-12-07 11:00:29 +00:00
28c918dd6a
Merge pull request #18 from rasilon/dependabot/maven/org.postgresql-postgresql-42.4.3
Bump postgresql from 42.4.1 to 42.4.3
2022-12-07 10:29:31 +00:00
dependabot[bot]
17d33ec18b
Bump postgresql from 42.4.1 to 42.4.3
Bumps [postgresql](https://github.com/pgjdbc/pgjdbc) from 42.4.1 to 42.4.3.
- [Release notes](https://github.com/pgjdbc/pgjdbc/releases)
- [Changelog](https://github.com/pgjdbc/pgjdbc/blob/master/CHANGELOG.md)
- [Commits](https://github.com/pgjdbc/pgjdbc/compare/REL42.4.1...REL42.4.3)

---
updated-dependencies:
- dependency-name: org.postgresql:postgresql
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-11-23 22:20:40 +00:00
5a61bb357f
Merge pull request #17 from rasilon/dependabot/maven/org.postgresql-postgresql-42.4.1
Bump postgresql from 42.3.3 to 42.4.1
2022-08-07 08:55:44 +01:00
ffe33276ba
Merge pull request #16 from rasilon/dependabot/maven/org.apache.commons-commons-configuration2-2.8.0
Bump commons-configuration2 from 2.7 to 2.8.0
2022-08-07 08:55:26 +01:00
dependabot[bot]
67f6ec2dab
Bump postgresql from 42.3.3 to 42.4.1
Bumps [postgresql](https://github.com/pgjdbc/pgjdbc) from 42.3.3 to 42.4.1.
- [Release notes](https://github.com/pgjdbc/pgjdbc/releases)
- [Changelog](https://github.com/pgjdbc/pgjdbc/blob/master/CHANGELOG.md)
- [Commits](https://github.com/pgjdbc/pgjdbc/compare/REL42.3.3...REL42.4.1)

---
updated-dependencies:
- dependency-name: org.postgresql:postgresql
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-08-06 05:55:29 +00:00
dependabot[bot]
9554d3df63
Bump commons-configuration2 from 2.7 to 2.8.0
Bumps commons-configuration2 from 2.7 to 2.8.0.

---
updated-dependencies:
- dependency-name: org.apache.commons:commons-configuration2
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-07-07 16:58:42 +00:00
f6268344d0
Merge pull request #13 from rasilon/dependabot/maven/com.h2database-h2-2.1.210
Bump h2 from 2.0.206 to 2.1.210
2022-02-16 11:52:01 +00:00
130b120515
Merge pull request #15 from rasilon/dependabot/maven/org.postgresql-postgresql-42.3.3
Bump postgresql from 42.2.5 to 42.3.3
2022-02-16 11:51:47 +00:00
dependabot[bot]
54a8cd6312
Bump postgresql from 42.2.5 to 42.3.3
Bumps [postgresql](https://github.com/pgjdbc/pgjdbc) from 42.2.5 to 42.3.3.
- [Release notes](https://github.com/pgjdbc/pgjdbc/releases)
- [Changelog](https://github.com/pgjdbc/pgjdbc/blob/master/CHANGELOG.md)
- [Commits](https://github.com/pgjdbc/pgjdbc/compare/REL42.2.5...REL42.3.3)

---
updated-dependencies:
- dependency-name: org.postgresql:postgresql
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-02-16 00:56:38 +00:00
dependabot[bot]
d7bde365ed
Bump h2 from 2.0.206 to 2.1.210
Bumps [h2](https://github.com/h2database/h2database) from 2.0.206 to 2.1.210.
- [Release notes](https://github.com/h2database/h2database/releases)
- [Commits](https://github.com/h2database/h2database/compare/version-2.0.206...version-2.1.210)

---
updated-dependencies:
- dependency-name: com.h2database:h2
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-01-21 23:25:43 +00:00
1c5e54acc9
Merge pull request #11 from rasilon/dependabot/maven/org.apache.logging.log4j-log4j-core-2.17.1
Bump log4j-core from 2.17.0 to 2.17.1
2022-01-07 08:05:08 +00:00
b17ca2479b
Merge pull request #10 from rasilon/dependabot/maven/org.apache.logging.log4j-log4j-api-2.17.1
Bump log4j-api from 2.17.0 to 2.17.1
2022-01-07 08:04:56 +00:00
5de1e80b8c
Merge pull request #12 from rasilon/dependabot/maven/com.h2database-h2-2.0.206
Bump h2 from 2.0.202 to 2.0.206
2022-01-07 08:04:41 +00:00
dependabot[bot]
36acc0ed23
Bump h2 from 2.0.202 to 2.0.206
Bumps [h2](https://github.com/h2database/h2database) from 2.0.202 to 2.0.206.
- [Release notes](https://github.com/h2database/h2database/releases)
- [Commits](https://github.com/h2database/h2database/compare/version-2.0.202...version-2.0.206)

---
updated-dependencies:
- dependency-name: com.h2database:h2
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-01-07 00:11:15 +00:00
dependabot[bot]
3235db7f6a
Bump log4j-core from 2.17.0 to 2.17.1
Bumps log4j-core from 2.17.0 to 2.17.1.

---
updated-dependencies:
- dependency-name: org.apache.logging.log4j:log4j-core
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-01-04 16:34:38 +00:00
dependabot[bot]
79a3dbf499
Bump log4j-api from 2.17.0 to 2.17.1
Bumps log4j-api from 2.17.0 to 2.17.1.

---
updated-dependencies:
- dependency-name: org.apache.logging.log4j:log4j-api
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-01-04 16:33:13 +00:00
7a22b6ddae cope with outdated source image 2021-12-18 21:49:35 +00:00
f42fa6550e version bump for security updstes 2021-12-18 21:42:39 +00:00
3c525bf006
Merge pull request #9 from rasilon/dependabot/maven/com.h2database-h2-2.0.202
Bump h2 from 1.4.199 to 2.0.202
2021-12-18 21:34:39 +00:00
e405e372cd
Merge pull request #7 from rasilon/dependabot/maven/org.apache.logging.log4j-log4j-api-2.17.0
Bump log4j-api from 2.16.0 to 2.17.0
2021-12-18 21:31:12 +00:00
dependabot[bot]
bc9849e3ee
Bump h2 from 1.4.199 to 2.0.202
Bumps [h2](https://github.com/h2database/h2database) from 1.4.199 to 2.0.202.
- [Release notes](https://github.com/h2database/h2database/releases)
- [Commits](https://github.com/h2database/h2database/compare/version-1.4.199...version-2.0.202)

---
updated-dependencies:
- dependency-name: com.h2database:h2
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-12-18 21:30:36 +00:00
0730d1bf9d
Merge pull request #8 from rasilon/dependabot/maven/org.apache.logging.log4j-log4j-core-2.17.0
Bump log4j-core from 2.16.0 to 2.17.0
2021-12-18 21:30:21 +00:00
dependabot[bot]
45c5900481
Bump log4j-core from 2.16.0 to 2.17.0
Bumps log4j-core from 2.16.0 to 2.17.0.

---
updated-dependencies:
- dependency-name: org.apache.logging.log4j:log4j-core
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-12-18 18:20:05 +00:00
dependabot[bot]
f4ded0857c
Bump log4j-api from 2.16.0 to 2.17.0
Bumps log4j-api from 2.16.0 to 2.17.0.

---
updated-dependencies:
- dependency-name: org.apache.logging.log4j:log4j-api
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-12-18 18:12:08 +00:00
c34f8b54c4 Bump log4j version to 2.16.0, chasing the logging vulnerability. 2021-12-14 08:02:33 +00:00
ce5a48c083 Migrate other log4j to the new versiom 2021-12-10 18:51:02 +00:00
e6ccc6f2af
Merge pull request #5 from rasilon/dependabot/maven/org.apache.logging.log4j-log4j-api-2.15.0
Bump log4j-api from 2.13.3 to 2.15.0
2021-12-10 09:21:51 +00:00
dependabot[bot]
20c1c7695f
Bump log4j-api from 2.13.3 to 2.15.0
Bumps log4j-api from 2.13.3 to 2.15.0.

---
updated-dependencies:
- dependency-name: org.apache.logging.log4j:log4j-api
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-12-10 00:53:03 +00:00
5df6384abf Build this branch! 2020-07-02 10:49:49 +01:00
be6fbc73a1 log4j test 2020-07-02 10:32:46 +01:00
b0cc8f8ce7 log4j test 2020-07-02 10:31:47 +01:00
cc03ef6c1d Change to Debian style 2020-07-02 10:23:24 +01:00
f2ef10be64 Change to Debian style 2020-07-02 10:19:56 +01:00
6a1ab875c7 Change to Debian style 2020-07-02 10:06:50 +01:00
b3b02669f7 Remove alpine, since OpenJDK 11 doesn't use it 2020-07-02 09:45:47 +01:00