mstrankowski
f5dba48808
Spring boot 3.2.2 uses activemq 5.18.3 as default, so dependencyManagement entries are no longer needed
2024-02-07 14:17:08 +01:00
mstrankowski
5d5333650b
[release] Transform Core 5.0.2-A5
2024-02-07 12:56:03 +01:00
mstrankowski
725eb9d9a1
[skip tests][release] Transform Core 5.0.2-A4
2024-01-31 13:05:18 +01:00
mstrankowski
7e8ee2a9bf
Jetty had a package change within library that caused compilation failure
2024-01-31 12:16:22 +01:00
mstrankowski
c4aaaaaa56
Revert spring boot upgrade to 3.2.2 back to 3.1.7, needs investigation
2024-01-31 11:53:03 +01:00
mstrankowski
c4575d743e
[release] Transform Core 5.0.2-A2
2024-01-30 12:44:21 +01:00
mstrankowski
0ba90b81a0
Switch from netty to jetty client to avoid dependence on netty server - throws a lot of security vulnerabilities over time
2024-01-29 13:09:34 +01:00
mstrankowski
8d83ea88c1
Test removing reactor netty and instead usage of reactor jetty client, since we dont use netty server and it has quite a lot of vulnerabilities popping up.
2024-01-25 14:09:20 +01:00
mstrankowski
94367c975e
[release] Transform Core 5.0.2-A1
2024-01-16 14:34:17 +01:00
mstrankowski
23d8a55057
[release] ACS-6094: Release T-Core (T-Engines) 5.0.0
2023-10-30 10:32:04 +01:00
mstrankowski
9104066d25
Reuse change from deprecated code instead of a loop, should suffice
2023-10-26 13:51:52 +02:00
mstrankowski
52147b7e51
Revert "ACS-6168: Add 5 retries when retrieving the temp directory to deal with clashes when high load is applied immediatelly at startup"
...
This reverts commit ab7058870d .
2023-10-26 13:51:17 +02:00
mstrankowski
ab7058870d
ACS-6168: Add 5 retries when retrieving the temp directory to deal with clashes when high load is applied immediatelly at startup
2023-10-26 13:32:56 +02:00
mstrankowski
19feada1a6
[release] Transform Core 5.0.0-A5
2023-10-20 11:00:52 +02:00
mstrankowski
ae6b0c8cf0
[release] Transform Core 5.0.0-A4
2023-10-19 13:19:47 +02:00
mstrankowski
c066ffc0a5
[release] Transform Core 5.0.0-A2
2023-09-22 15:32:56 +02:00
mstrankowski
82e83a27a1
Change to Poolable connection manager, due to RestTemplate provided for mTLS being a singleton - possible reuse of connections or multithreaded usage
2023-09-22 14:54:39 +02:00
mstrankowski
f4dd6ca9ac
Removing some dependencyManagement declarations as they seem to have lower versions than provided by spring boot or that no longer seem to be used
2023-09-20 21:02:23 +02:00
mstrankowski
6babcfb042
[release] Transform Core 5.0.0-A1
2023-09-19 19:38:51 +02:00
mstrankowski
974f7a3482
[skip tests] Updating copyright notices
2023-09-19 15:21:50 +02:00
mstrankowski
eb135bb197
jakarta.mail-api is provided transitively by eclipse jakarta.mail anyways, no need to declare it separately
2023-09-19 14:43:59 +02:00
mstrankowski
d868e97dd1
Fixing jakarta.mail, jakarta.mail-api doesn't contain implementation, only the API itself
2023-09-19 12:07:22 +02:00
mstrankowski
e718d57db4
SpEL can get confused, changed to method calls
2023-09-19 11:59:31 +02:00
mstrankowski
1a821500b1
Migrated to Spring Boot 3, build completes, was forced to update to httpclient5 from apache. Need to verify no impact on ssl mechanism after changes
2023-09-19 09:24:26 +02:00
mstrankowski
226a98dff8
Release T-Core [release]
2023-08-03 21:43:15 +02:00
mstrankowski
4c9e1f270e
Update spring boot version to 2.7.14
2023-08-03 21:09:39 +02:00
mstrankowski
18c1d13755
Update alfresco-jodconverter to java 17 version - 3.0.1.17
2023-05-26 22:31:38 +02:00
mstrankowski
0af6566d3c
[release] ACS-5073: Release T-Core (T-Engines) 3.1.0-A11
2023-04-20 13:16:37 +02:00
mstrankowski
8e239e1788
[release] ACS-5073: Release T-Core (T-Engines) 3.1.0-A11
2023-04-20 12:45:42 +02:00
mstrankowski
86572fe8ec
Update spring boot to 2.7.11 to remove CVE-2023-20863 vulnerability
2023-04-20 11:39:28 +02:00
mstrankowski
29c96eef8a
[release] ACS-5073: Release T-Core (T-Engines) 3.1.0-A10
2023-04-19 13:38:58 +02:00
mstrankowski
87729bb1d4
[release] 3.0.0-A3
2022-09-23 19:36:43 +02:00
mstrankowski
dfa9f15f72
ACS-3476: Re-adding a getAdditional method
...
It was needed for proper processing of ConfigurationProperties annotation and allowing for TRANSFORMER_ROUTES_ADDITIONAL_<engineName> for backwards compatibility.
Spring mechanism takes the "transform.routes" gets the "additional" as a setting and adds to map ("ai", configFile).
Without this get, the spring mechanism can't add this property due to no access to additional variable
2022-09-23 18:22:04 +02:00
mstrankowski
5b2a5399c1
Modified imagemagick source, removed script for generating RPMs
...
We're moving away from generating RPMs using previously existing script, please view https://github.com/Alfresco/imagemagick-build project for more info
2022-08-19 17:24:31 +02:00
mstrankowski
ef7826c960
Trigger master branch build after nexus fail
2022-08-08 17:23:56 +02:00
mstrankowski
ffd07b43a2
Comments cleanup, removing centos7 rpm generating directory
2022-08-01 12:20:50 +02:00
mstrankowski
0cc80315cc
Removing leftover comment
2022-07-29 18:17:09 +02:00
mstrankowski
e78709631f
Moving all images including AIO to rocky linux 8,
...
moving generated RPMs of ImageMagick to Nexus
There is an issue to resolve on rocky linux where removal of perl-ExtUtils-MakeMaker removes exiftool - causes Tika tests to fail. Leaving it for tests
2022-07-29 17:56:54 +02:00
mstrankowski
75b2fe58a1
Fixing AIO ImageMagick issues
2022-07-28 21:01:53 +02:00
mstrankowski
84c5594b15
Corrected AIO Dockerfile for test
2022-07-28 19:58:03 +02:00
mstrankowski
6e3fc2f689
Local RPM Rocky Linux 8 test
2022-07-28 17:17:19 +02:00