Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merge hotfix/5.11.6 #1004

Merged
merged 40 commits into from
Apr 19, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
40 commits
Select commit Hold shift + click to select a range
63ac35c
Merge pull request #919 from reportportal/rc/5.10.0
IvanKustau Aug 28, 2023
2367b46
Merge pull request #922 from reportportal/rc/5.10.0
IvanKustau Aug 28, 2023
c8fdf09
[Gradle Release Plugin] - new version commit: '5.10.1'.
autoreportportal Aug 28, 2023
90a4877
Epmrpp 84513 (#924)
APiankouski Aug 31, 2023
94cfa72
Merge pull request #926 from reportportal/perfomance_fix
APiankouski Aug 31, 2023
5a78bc9
[Gradle Release Plugin] - pre tag commit: '5.10.0'.
autoreportportal Aug 31, 2023
b2928d3
EPMRPP-86208 || Update api key cache resolver
IvanKustau Sep 4, 2023
7fe5040
Merge branch 'develop' into feature/EPMRPP-86208-reporting-with-delet…
IvanKustau Sep 4, 2023
c1fd374
Merge pull request #927 from reportportal/feature/EPMRPP-86208-report…
IvanKustau Sep 4, 2023
f9b403f
Add caffeine cache manager
IvanKustau Sep 5, 2023
858386c
Update ApiKeyCacheResolver
IvanKustau Sep 5, 2023
f7b580d
Change cache TTL to 30 seconds
IvanKustau Sep 5, 2023
3e16f4b
Add author and license
IvanKustau Sep 5, 2023
f6adb50
Merge pull request #928 from reportportal/feature/caffeine-cache
IvanKustau Sep 5, 2023
bf1c814
EPMRPP-85578 || Remove prefix and postfix for plugins bucket
IvanKustau Aug 11, 2023
f3675fb
Merge remote-tracking branch 'origin/rc/5.10.0' into rc/5.10.0
IvanKustau Sep 5, 2023
6dd56fe
Revert "Feature/ermrpp 85520 subject name suggestion (#923)"
IvanKustau Sep 5, 2023
34829fb
Merge pull request #929 from reportportal/rc/5.10.0
IvanKustau Sep 6, 2023
3aa5ac3
[Gradle Release Plugin] - new version commit: '5.10.1'.
autoreportportal Sep 6, 2023
e74d191
Release 5.11.0 (#965)
pbortnik Dec 15, 2023
9c9ae37
[Gradle Release Plugin] - new version commit: '5.11.1'.
autoreportportal Dec 15, 2023
48424e2
Release 5.11.1 (#966)
pbortnik Dec 15, 2023
10e4963
[Gradle Release Plugin] - new version commit: '5.11.2'.
autoreportportal Dec 15, 2023
0a9eb9d
Release 5.11.2 (#970)
pbortnik Jan 9, 2024
3eb5615
Release 5.11.2 (#971)
pbortnik Jan 9, 2024
bad64b9
[Gradle Release Plugin] - new version commit: '5.11.3'.
autoreportportal Jan 9, 2024
0979d44
EPMRPP-89281 || Fix class cast issue (#976)
pbortnik Jan 29, 2024
e4f0e11
[Gradle Release Plugin] - new version commit: '5.11.4'.
autoreportportal Jan 29, 2024
98ef8ef
EPMRPP-89281 || Fix class cast issue (#978)
pbortnik Jan 30, 2024
5470355
[Gradle Release Plugin] - new version commit: '5.11.5'.
autoreportportal Jan 30, 2024
0ca27bf
EPMRPP-89281 || Fix class cast issue using string (#979)
pbortnik Jan 31, 2024
d8027c3
[Gradle Release Plugin] - new version commit: '5.11.6'.
autoreportportal Jan 31, 2024
586c730
Security vulnerability fix (#997)
IvanKustau Mar 28, 2024
8679a0f
Update bom version
IvanKustau Apr 9, 2024
8a50e7c
Merge pull request #999 from reportportal/hotfix/5.11.6
IvanKustau Apr 9, 2024
88dfbb8
Update release versions
IvanKustau Apr 9, 2024
2dec33a
Merge pull request #1001 from reportportal/hotfix/5.11.6
IvanKustau Apr 9, 2024
4d7eaa4
[Gradle Release Plugin] - new version commit: '5.11.7'.
autoreportportal Apr 9, 2024
e01695e
Merge branch 'master' into merge-hotfix/5.11.6
IvanKustau Apr 18, 2024
3282a31
Merge branch 'develop' into merge-hotfix/5.11.6
IvanKustau Apr 19, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ on:
env:
GH_USER_NAME: github.actor
SCRIPTS_VERSION: 5.11.0
BOM_VERSION: 5.11.1
BOM_VERSION: 5.11.7
MIGRATIONS_VERSION: 5.11.0
RELEASE_VERSION: 5.11.5
RELEASE_VERSION: 5.11.6

jobs:
release:
Expand Down
6 changes: 4 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ repositories {

dependencyManagement {
imports {
mavenBom(releaseMode ? 'com.epam.reportportal:commons-bom:5.10.0' : 'com.epam.reportportal:commons-bom:5.10.0')
mavenBom(releaseMode ? 'com.epam.reportportal:commons-bom:5.11.7' : 'com.epam.reportportal:commons-bom:5.11.7')
mavenBom('io.zonky.test.postgres:embedded-postgres-binaries-bom:16.2.0')
}
}
Expand Down Expand Up @@ -57,7 +57,7 @@ dependencies {

compile 'io.minio:minio:6.0.13'

implementation group: 'org.json', name: 'json', version: '20220320'
implementation group: 'org.json', name: 'json', version: '20231013'
compile 'com.fasterxml.jackson.datatype:jackson-datatype-jsr310'
compile 'org.hibernate.validator:hibernate-validator'

Expand All @@ -70,6 +70,8 @@ dependencies {
compile 'org.jasypt:jasypt:1.9.3'

compile 'io.zonky.test:embedded-postgres:2.0.6'
//Fix CVE-2024-25710, CVE-2024-26308
compile 'org.apache.commons:commons-compress:1.26.0'
compile 'org.flywaydb:flyway-core:6.3.1'

compile 'org.apache.jclouds.api:s3:2.5.0'
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
version=5.11.5
version=5.11.7
lombokVersion=1.18.30
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@
package com.epam.ta.reportportal.binary.impl;

import com.google.common.base.Strings;
import java.nio.file.Path;
import java.nio.file.Paths;
import java.util.Optional;
import org.apache.commons.io.FilenameUtils;
import org.apache.tika.mime.MimeTypeException;
import org.apache.tika.mime.MimeTypes;
Expand All @@ -25,10 +28,6 @@
import org.springframework.http.MediaType;
import org.springframework.web.multipart.MultipartFile;

import java.nio.file.Path;
import java.nio.file.Paths;
import java.util.Optional;

/**
* @author <a href="mailto:ihar_kahadouski@epam.com">Ihar Kahadouski</a>
*/
Expand Down
Loading