1
0
mirror of https://github.com/pcvolkmer/etl-processor.git synced 2025-04-20 01:36:50 +00:00

91 Commits

Author SHA1 Message Date
4a7030e85b
chore: update to Spring Boot 3.3.2 (#76) 2024-11-01 13:27:31 +01:00
3eb9e68786 fix: use versions param for commons-compress 2024-06-25 08:18:02 +02:00
59403d1dba chore: update dependency version definitions
This will use httpclient5 version as defined within spring boot.
2024-06-24 10:18:18 +02:00
9f5ac664af chore: update to spring boot 3.3.1 2024-06-24 10:02:12 +02:00
4d6d1879e6 chore: update to spring boot 3.3.0
This also adds dependency to org.flywaydb:flyway-database-postgresql
2024-06-20 09:14:17 +02:00
2a34c0efc9 fix: downgrade echarts due to dependency issues 2024-06-19 14:25:58 +02:00
0ee00de5aa chore: update webjars dependencies 2024-06-19 14:16:52 +02:00
baeebdb9b8 Merge branch 0.9.x 2024-05-31 13:31:40 +02:00
8b194e7212 chore: update kotlin version 2024-05-31 12:55:32 +02:00
070100eba0 chore: update spring dependency-management plugin 2024-05-31 12:54:28 +02:00
ce1489d9a1 chore: update spring boot dependencies 2024-05-31 12:54:23 +02:00
ca1e73a0b5 chore: update bwhc-dto-java dependency 2024-05-31 12:54:18 +02:00
bb0bbf5a28 chore: update webjars-locator dependency 2024-05-31 12:49:51 +02:00
1b4585d601 docs: fix CVE number in dependency comment 2024-05-31 12:44:23 +02:00
dad3ea80ee chore: update integration test dependency
This mitigates CVE-204-26308 and CVE-2024-25710
2024-05-31 12:44:19 +02:00
43660a4dcb chore: mark as snapshot version 2024-05-31 12:22:08 +02:00
0b37fd7091 chore: update kotlin version 2024-05-27 12:33:40 +02:00
bdee969409 chore: update spring dependency-management plugin 2024-05-27 12:33:15 +02:00
4c39920afd build: use compilerOptions instead of kotlinOptions
Config kotlinOptions will be deprecated in Kotlin >= 2.0
2024-05-27 12:31:05 +02:00
a846a8765a chore: update spring boot dependencies 2024-05-27 09:08:08 +02:00
8645becd82 chore: update bwhc-dto-java dependency 2024-05-16 17:59:22 +02:00
a2124ba83d test: add test for SSE endpoint 2024-05-07 18:45:07 +02:00
6567aa803c test: add htmlunit based test for LoginController 2024-05-06 13:26:29 +02:00
e863269a42 build: add jacoco code coverage 2024-05-06 09:44:19 +02:00
2244ef1b86 build: register task to run all tests at once 2024-05-03 16:37:16 +02:00
c3ddb387e2 test: add some basic arch unit tests 2024-05-02 12:30:12 +02:00
365a651918 chore: update dependency to mockito-kotlin 2024-04-29 16:45:25 +02:00
1672ad8640 chore: update webjars-locator dependency 2024-04-25 09:33:35 +02:00
710aeb1f18 docs: fix CVE number in dependency comment 2024-04-25 09:10:33 +02:00
06d11790b6 chore: update integration test dependency
This mitigates CVE-204-26308 and CVE-2024-25710
2024-04-24 12:06:08 +02:00
ed6d21e920 Merge branch 'v0.9.x' 2024-04-19 09:50:19 +02:00
550bee5ad3 chore: use snapshot version 2024-04-19 09:49:10 +02:00
8313420de5 chore: bump version for new release 2024-04-19 09:42:19 +02:00
1651f446fe chore: update spring boot and other dependencies 2024-04-19 09:41:17 +02:00
056a087065 chore: update spring boot dependencies 2024-03-25 16:12:20 +01:00
a730ce2a53 fix: update spring security due to CVE-2024-22257 2024-03-19 16:40:32 +01:00
af714f7b64 fix: ignore possible null values in mtb files 2024-03-12 17:56:25 +01:00
f47b0b7de4 build: bump version 2024-03-12 13:27:45 +01:00
67ab0ef2be build: next snapshot version 2024-03-05 16:44:17 +01:00
6806c4fd69 build: bump version 2024-03-04 13:21:07 +01:00
25f286f73b chore: update spring boot to version 3.2.3 2024-02-25 12:28:34 +01:00
7659939d3c
Merge pull request #40 from CCC-MF/issue_37
build: use JDK 21 and update gradle version
2024-02-19 09:02:40 +01:00
a1b62ad754 build: use JDK 21 and update gradle version 2024-02-19 08:53:21 +01:00
550403cc9f build: bump snapshot version 2024-02-15 13:41:11 +01:00
a31d2b4bcc build: bump version 2024-02-05 07:47:17 +01:00
3cc34fb30b feat: usage of CA certificate files within image/container 2024-02-01 16:45:22 +01:00
17e04a3f89 feat: add basic support for OIDC login 2024-01-31 15:57:16 +01:00
f71a775e12 chore: update spring boot to version 3.2.2 2024-01-23 01:04:35 +01:00
a3bc60986b test: add security related tests for MtbFileRestController 2024-01-19 14:11:03 +01:00
45ad5e8827 feat #24: use htmx to refresh connection status every 20s 2024-01-17 12:27:44 +01:00