Ingo Kegel
1d23907652
Use batched IN clause for GUID existence check during feed refresh
...
Instead of fetching all existing GUID hashes for a feed from the database only check the GUIDs present in the current feed XML using a SQL IN clause. GUIDs are partitioned into batches of 1000.
Also adds an integration test verifying that refreshing an up-to-date feed does not create duplicate entries.
2026-04-10 10:13:37 +02:00
Ingo Kegel
16036897cb
Merge branch 'Athou:master' into perf/batch-guid-check-on-feed-refresh
2026-03-19 19:25:09 +01:00
renovate[bot]
58ff378735
fix(deps): update dependency io.github.hakky54:ayza-for-apache5 to v10.0.4
2026-03-19 13:44:43 +00:00
renovate[bot]
ac11a0efb8
chore(deps): update dependency com.diffplug.spotless:spotless-maven-plugin to v3.4.0
2026-03-18 21:29:01 +00:00
renovate[bot]
f2ea1e3f7a
fix(deps): update dependency io.quarkus.platform:quarkus-bom to v3.32.4
2026-03-18 18:07:29 +00:00
Ingo Kegel
76dbbdfbf9
batch guid existence check on feed refresh
...
Instead of querying the database once per entry to check if it already
exists, fetch all existing guids for a feed in a single query upfront
and filter new entries in memory before the per-entry loop.
The per-entry findExisting call inside addEntry is kept as a safety net
for concurrent inserts, but is now only reached for new entries.
Profiling in real usage showed a ~50% reduction in guidHash queries,
with the check falling from the most expensive query to sixth in the ranking.
2026-03-18 18:56:40 +01:00
renovate[bot]
004db1762c
fix(deps): update dependency com.ibm.icu:icu4j to v78.3
2026-03-17 22:35:16 +00:00
renovate[bot]
5d8c09ccda
chore(deps): update debian docker tag to v13.4
2026-03-17 00:35:37 +00:00
renovate[bot]
47c5c3d8a0
chore(deps): update dependency io.quarkiverse.playwright:quarkus-playwright to v2.3.3
2026-03-16 21:27:52 +00:00
renovate[bot]
aab7a16d18
fix(deps): update dependency com.google.protobuf:protobuf-java to v4.34.0
2026-03-12 06:26:40 +00:00
Athou
f2463af63c
cel update
2026-03-12 07:25:36 +01:00
renovate[bot]
212c2c3b56
fix(deps): update quarkus.version to v3.32.3
2026-03-11 22:48:05 +00:00
renovate[bot]
fad85e9299
fix(deps): update dependency org.projectlombok:lombok to v1.18.44
2026-03-11 02:48:12 +00:00
renovate[bot]
f690b76d87
fix(deps): update quarkus.version to v3.32.2
2026-03-05 01:25:51 +00:00
Athou
7b2e0fffbd
reduce timeout for tests to speed up shutdown
2026-03-04 14:19:56 +01:00
Athou
eaa5bc896e
stop the application between tests to make sure that there are no active transactions when we truncate the tables
2026-03-04 13:58:06 +01:00
Athou
78c017ddaf
wait for tasks to complete when shutting down
2026-03-04 12:49:06 +01:00
renovate[bot]
15854a72d1
chore(deps): update dependency com.diffplug.spotless:spotless-maven-plugin to v3.3.0
2026-03-03 01:56:14 +00:00
renovate[bot]
a3df327396
chore(deps): update dependency com.puppycrawl.tools:checkstyle to v13.3.0
2026-02-28 20:52:06 +00:00
renovate[bot]
68aaab8467
fix(deps): update quarkus.version to v3.32.1
2026-02-25 16:48:25 +00:00
renovate[bot]
b951ed1fcd
chore(deps): update debian:13.3 docker digest to 3615a74
2026-02-24 21:53:17 +00:00
Athou
8fe2d0bc0e
fix typo
2026-02-21 23:58:49 +01:00
Athou
f195eb6d0d
release 7.0.0
2026-02-21 22:26:40 +01:00
renovate[bot]
2aeadc8f67
chore(deps): update dependency org.apache.maven.plugins:maven-surefire-plugin to v3.5.5
2026-02-21 17:05:08 +00:00
renovate[bot]
ee3eaa1166
chore(deps): update dependency org.apache.maven.plugins:maven-failsafe-plugin to v3.5.5
2026-02-21 12:54:17 +00:00
Athou
33a0568895
delay task so that it doesn't run at the same time at OrphanedContentsCleanupTask
2026-02-20 15:55:09 +01:00
Athou
721d728906
prevent SSRF by blocking redirects from public websites to local addresses
2026-02-20 15:07:11 +01:00
Athou
3fd5cfdecd
add a setting to mark entries of a feed as read after a number of days ( #2041 )
2026-02-20 13:24:40 +01:00
Athou
6fe326f052
cleanup
2026-02-19 23:21:09 +01:00
Athou
de7e4e9c69
add a button for testing push notification settings
2026-02-19 22:50:34 +01:00
Athou
ba3214bf10
remove the possibility to receive notifications when subscribing because that sends a lot of notifications, one for each entry in the feed
2026-02-19 16:08:54 +01:00
renovate[bot]
390c21dd91
fix(deps): update quarkus.version to v3.31.4
2026-02-18 19:55:53 +00:00
Athou
5906173de7
Merge branch 'lpoirothattermann-master'
2026-02-18 20:53:50 +01:00
Athou
a81de48cfb
change the default value of blockLocalAddresses
2026-02-18 20:53:23 +01:00
Athou
2be61e8b1c
refactor
2026-02-18 20:37:11 +01:00
renovate[bot]
cc0348b113
chore(deps): update ibm-semeru-runtimes:open-jdk-25.0.2_10-jre docker digest to b02e4cd
2026-02-18 01:48:45 +00:00
Louis POIROT--HATTERMANN
e54151d2eb
feat: send notification for new entries with Gotify, ntfy or Pushover, configurable per feed.
2026-02-15 18:45:28 +01:00
Athou
d444a7080d
migrate filtering expressions to safer CEL and add a query builder
2026-02-15 16:13:10 +01:00
renovate[bot]
bfe94222b7
fix(deps): update quarkus.version to v3.31.3
2026-02-11 21:00:14 +00:00
renovate[bot]
15c8289a01
chore(deps): update ibm-semeru-runtimes docker tag to open-jdk-25.0.2_10-jre
2026-02-10 00:25:53 +00:00
Athou
141a863079
release 6.2.0
2026-02-09 19:32:22 +01:00
Athou
6fa8d4be34
keep starred entries ( #1581 )
2026-02-09 06:59:41 +01:00
renovate[bot]
f2c400799e
chore(deps): update dependency com.puppycrawl.tools:checkstyle to v13.2.0
2026-02-05 21:38:36 +00:00
renovate[bot]
42e06b848e
fix(deps): update quarkus.version to v3.31.2
2026-02-04 17:56:35 +00:00
renovate[bot]
6cd3b70201
chore(deps): update debian:13.3 docker digest to 2c91e48
2026-02-03 14:08:51 +00:00
renovate[bot]
033ebfb497
chore(deps): update dependency com.puppycrawl.tools:checkstyle to v13.1.0
2026-01-31 20:23:47 +00:00
Athou
dcc143eb7d
upgrade to quarkus 3.31
2026-01-28 18:04:16 +01:00
renovate[bot]
32c1318355
chore(deps): update dependency com.diffplug.spotless:spotless-maven-plugin to v3.2.1
2026-01-27 22:36:42 +00:00
Athou
1989aaf8b4
release 6.1.1
2026-01-26 15:47:39 +01:00
Athou
bca23db213
remvoe unused jacoco plugin
2026-01-26 13:39:50 +01:00