Viacheslav Klimov
a4972dd845
Version set to 4.3.1.5
1 week ago
Dmytro Skarzhynets
89f1a6068a
chore: adopt SPDX license headers and upgrade license-maven-plugin to 5.1.2
2 weeks ago
Viacheslav Klimov
be29e95d84
Version set to 4.3.1.5-SNAPSHOT
3 weeks ago
Viacheslav Klimov
0f42f09287
Version set to 4.2.2.5-SNAPSHOT
3 weeks ago
Viacheslav Klimov
a45d337274
Version set to 4.3.1.4
4 weeks ago
Viacheslav Klimov
e2969dd381
Version set to 4.2.2.4-SNAPSHOT
2 months ago
Viacheslav Klimov
9ff02dd722
Version set to 4.2.2.3-SNAPSHOT
4 months ago
dashevchenko
e5c7ecc82a
added section description
4 months ago
Oleksandra Matviienko
459c47310a
Technical cleanup of annotations in test code
4 months ago
Viacheslav Klimov
19d2fb9f11
Version set to 4.3.1.2
4 months ago
Volodymyr Babak
d7557339c2
Added lz4 as compression option into yml files
4 months ago
Oleksandra Matviienko
decd71f48f
Replaced deprecated @MockBean/@SpyBean with @MockitoBean in edqs and coap-server tests
Spring Boot 3.4 deprecated @MockBean/@SpyBean in favor of
@MockitoBean/@MockitoSpyBean.
5 months ago
dashevchenko
c66da7e18d
edqs: fixed entity filtering by string data points
5 months ago
Viacheslav Klimov
ee975cf386
Version set to 4.3.1.2-SNAPSHOT
6 months ago
Viacheslav Klimov
2a7eab3db5
Version set to 4.2.2.2-SNAPSHOT
6 months ago
Viacheslav Klimov
cdbd51c4c2
Version set to 4.3.1.1
6 months ago
Sergey Matvienko
7bb708888f
Address review: fix pkg.skip.bootjar precedence and remove unused surefire.version
Remove <pkg.skip.bootjar>false</pkg.skip.bootjar> from all child
module <properties> blocks. The root POM already defaults it to false,
and child declarations block the skip-pkg profile override, so
-Dpkg.skip=true was never actually skipping spring-boot:repackage.
Also remove the unused surefire.version property (superseded by
maven-surefire-plugin.version).
6 months ago
Sergey Matvienko
d2cde5ba94
Add per-format packaging skip flags (pkg.skip.bootjar/deb/rpm/zip)
Introduces four independent flags to skip individual packaging artifacts:
-Dpkg.skip.bootjar=true skip spring-boot repackage (*-boot.jar)
-Dpkg.skip.deb=true skip Gradle buildDeb + Maven attach-artifact
-Dpkg.skip.rpm=true skip Gradle buildRpm
-Dpkg.skip.zip=true skip maven-assembly-plugin Windows ZIP
Adds -Dpkg.skip=true as a single convenience flag that sets all four
at once. msa/pom.xml mirrors the skip-pkg profile to override its own
<pkg.deb.phase>package</pkg.deb.phase> property (child POM properties
have higher priority than parent profile properties in Maven).
msa/* docker modules used ${basedir}/../.. (non-canonical) for main.dir.
maven-enforcer-plugin 3.5.0's osIndependentNameMatch() compares
file.toURI() vs file.getCanonicalFile().toURI() — these differ when the
path contains '..', causing RequireFilesExist to report false-negative.
Fix: replace ${basedir}/../.. with ${maven.multiModuleProjectDirectory}.
6 months ago
Viacheslav Klimov
f9031dd63f
Version set to 4.3.1.1-SNAPSHOT
6 months ago
Viacheslav Klimov
f66427fb7c
Version set to 4.2.2.1-SNAPSHOT
6 months ago
Viacheslav Klimov
46f3fcf66b
Version set to 4.3.1
6 months ago
Viacheslav Klimov
ad423555ac
Version changed to 4.3.1
7 months ago
Viacheslav Klimov
132b6a1e3f
Version changed to 4.2.2
7 months ago
Viacheslav Klimov
c41159a3f8
Version set to 4.3.0.2-SNAPSHOT
7 months ago
Viacheslav Klimov
b244e14ef7
Version set to 4.2.1.3-SNAPSHOT
7 months ago
dashevchenko
609703e48d
fixed yml parameter
8 months ago
Viacheslav Klimov
ed39844644
Version set to 4.3.0.1
8 months ago
Viacheslav Klimov
e891038c94
TMP Version set to 4.3.0.1-SNAPSHOT
8 months ago
Viacheslav Klimov
7f427b27fb
Version set to 4.3.0.1-SNAPSHOT
8 months ago
Viacheslav Klimov
7afc0b1bc5
Version set to 4.3.0
8 months ago
Viacheslav Klimov
5b5b4dff6b
Update license header
8 months ago
Viacheslav Klimov
c069d28231
Version set to 4.3.0-RC
9 months ago
Viacheslav Klimov
5e8ca1ca46
TMP version set to 4.2.1.2-SNAPSHOT
9 months ago
Viacheslav Klimov
f2dadd0791
Version set to 4.2.1.2-SNAPSHOT
9 months ago
Viacheslav Klimov
295d29fc68
Version set to 4.2.1.1-RC
9 months ago
Viacheslav Klimov
54b67426f4
Version set to 4.3.0-RC
9 months ago
Viacheslav Klimov
1044aabce3
Fix Kafka topics cache
9 months ago
VIacheslavKlimov
514812ae02
Version set to 4.3.0-SNAPSHOT
11 months ago
VIacheslavKlimov
1c2bdd4c14
TMP version set to 4.2.1-RC
11 months ago
VIacheslavKlimov
aefb7dcb41
Version set to 4.2.1-RC
11 months ago
Igor Kulikov
418cecf016
Version 4.3.0-SNAPSHOT
1 year ago
Igor Kulikov
4cdf1baf9a
Temp version set to 4.2.0-RC
1 year ago
Igor Kulikov
20bccee972
Version set 4.3.0-SNAPSHOT
1 year ago
Igor Kulikov
cc7c496b13
Version set to 4.2.0-RC
1 year ago
dashevchenko
52bfd78174
fixed filter implementation for numeric entity field saved as str
1 year ago
Igor Kulikov
7c2c0357c1
Move alias entity resolution to backend.
1 year ago
Volodymyr Babak
3288ec257f
EDQS SQL like query updates to be in sync with legacy
1 year ago
Volodymyr Babak
dd9d954c2f
EDQS - added SQL like style for filter contains/starts with/ends with
1 year ago
Volodymyr Babak
e21850f571
EDQS - added SQL like style for filter contains/starts with/ends with
1 year ago
Igor Kulikov
ebf6f66cbe
Version set to 4.2.0-SNAPSHOT
1 year ago