Oleksandra Matviienko
ef9985f811
Address review comments: group Spring Boot BOM overrides, drop thymeleaf + lz4 plumbing
- Group tomcat, commons-lang3 version properties under spring-boot.version
- Drop thymeleaf override (PE-only dependency, not present in CE)
- Drop lz4 plumbing: kafka-clients 3.9.2 and cassandra-all 5.0.7 now transitively ship at.yawk.lz4:lz4-java, making the Dec 2025 CVE hack obsolete
1 month ago
Viacheslav Klimov
ee975cf386
Version set to 4.3.1.2-SNAPSHOT
2 months ago
Viacheslav Klimov
2a7eab3db5
Version set to 4.2.2.2-SNAPSHOT
2 months ago
Sergey Matvienko
25d3394e9f
Fix race condition in notification deduplication check
The alreadyProcessed() method used separate get() and put() calls on the
local cache, allowing concurrent threads in the notification executor pool
to both read null and bypass deduplication, creating duplicate notifications.
Replace with a single compute() call that atomically checks and updates
the cache entry, preventing the race between concurrent trigger processing.
Also fix: discard external cache timestamps that are more than 1 hour in
the future (clock skew protection), and avoid reading back from the SOFT
ref local cache when writing to external cache (GC could null it out).
2 months ago
Viacheslav Klimov
f9031dd63f
Version set to 4.3.1.1-SNAPSHOT
3 months ago
Viacheslav Klimov
f66427fb7c
Version set to 4.2.2.1-SNAPSHOT
3 months ago
Viacheslav Klimov
ad423555ac
Version changed to 4.3.1
4 months ago
Viacheslav Klimov
132b6a1e3f
Version changed to 4.2.2
4 months ago
Viacheslav Klimov
c1044a989e
Introduce urgent API usage keys for quicker usage state update
4 months ago
Viacheslav Klimov
c41159a3f8
Version set to 4.3.0.2-SNAPSHOT
4 months ago
Viacheslav Klimov
b244e14ef7
Version set to 4.2.1.3-SNAPSHOT
4 months ago
Viacheslav Klimov
7f427b27fb
Version set to 4.3.0.1-SNAPSHOT
4 months ago
Viacheslav Klimov
5b5b4dff6b
Update license header
5 months ago
Viacheslav Klimov
c069d28231
Version set to 4.3.0-RC
5 months ago
Viacheslav Klimov
5e8ca1ca46
TMP version set to 4.2.1.2-SNAPSHOT
5 months ago
Viacheslav Klimov
f2dadd0791
Version set to 4.2.1.2-SNAPSHOT
5 months ago
Viacheslav Klimov
295d29fc68
Version set to 4.2.1.1-RC
5 months ago
Viacheslav Klimov
54b67426f4
Version set to 4.3.0-RC
6 months ago
Viacheslav Klimov
1044aabce3
Fix Kafka topics cache
6 months ago
Viacheslav Klimov
e498d346ad
Fix CVE-2025-66566
6 months ago
Viacheslav Klimov
f3408ffc0a
Fix CVE-2025-12183
6 months ago
VIacheslavKlimov
514812ae02
Version set to 4.3.0-SNAPSHOT
8 months ago
VIacheslavKlimov
1c2bdd4c14
TMP version set to 4.2.1-RC
8 months ago
VIacheslavKlimov
aefb7dcb41
Version set to 4.2.1-RC
8 months ago
VIacheslavKlimov
0b305e6f2a
Alarm rules CF: real-time duration condition checks
8 months ago
VIacheslavKlimov
f416e4677b
Refactoring for KafkaAdmin
10 months ago
VIacheslavKlimov
e7580f6093
Short-lived cache for Kafka topics
10 months ago
VIacheslavKlimov
1097005178
Refactor Kafka admin usage
10 months ago
VIacheslavKlimov
01e72f4e30
Fix topics creation for isolated tenants
10 months ago
yevhenii_zahrebelnyi
320e0b674e
Added per-edge stats ( #13651 )
10 months ago
Igor Kulikov
418cecf016
Version 4.3.0-SNAPSHOT
10 months ago
Igor Kulikov
4cdf1baf9a
Temp version set to 4.2.0-RC
10 months ago
Igor Kulikov
20bccee972
Version set 4.3.0-SNAPSHOT
10 months ago
Igor Kulikov
cc7c496b13
Version set to 4.2.0-RC
10 months ago
Dmytro Skarzhynets
b7f3c9fb63
Make component annotations inheritable
11 months ago
Andrii Landiak
a3a5fd3180
Small refactoring of sendErrorResponse
11 months ago
Andrii Landiak
a843c86227
EDQS: human readable response on failed to send kafka msg
12 months ago
Andrii Landiak
d4c83b7fc3
Improve notification processing strategy. Fix tests
1 year ago
ViacheslavKlimov
957965b351
Improvements for task processing
1 year ago
Igor Kulikov
ebf6f66cbe
Version set to 4.2.0-SNAPSHOT
1 year ago
Igor Kulikov
2de733ef69
Version set to 4.2.0
1 year ago
ViacheslavKlimov
850af5d126
Version set to 4.1.0-RC
1 year ago
ViacheslavKlimov
5572b6bb4a
TMP version set to 4.1.0-SNAPSHOT
1 year ago
ViacheslavKlimov
eaa0073003
Cancel currently running tasks when the job is discarded
1 year ago
dshvaika
92e81ad233
renamed module service-info-api to discovery-api && fixed LimitedApi typos
1 year ago
ViacheslavKlimov
069f052122
Refactoring and improvements for EDQS
1 year ago
dshvaika
506f48a89d
Moved TbServiceInfoProvider interface to separate module
1 year ago
dshvaika
8af37beb4a
New Cassandra rate limits: separated for Read and Write + Core and Rule Engine
1 year ago
ViacheslavKlimov
5e46608abc
Support for job manager on Rule Engine
1 year ago
ViacheslavKlimov
0dde966082
Support reprocessing for job with general error; job deletion; refactoring
1 year ago