From e3b2789204a6f2913cd861dccfaf81ac3c6c7c56 Mon Sep 17 00:00:00 2001 From: Andrei Piankouski Date: Fri, 10 Jan 2025 12:41:01 +0300 Subject: [PATCH 01/13] EPMRPP-90461 || Support AWS IAM Role to Grant Access to AWS Resources --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index a343e56d0c..ab8ebcfcdf 100644 --- a/build.gradle +++ b/build.gradle @@ -76,7 +76,7 @@ dependencies { implementation 'com.epam.reportportal:plugin-api' } else { println("Using snapshot dependencies") - implementation 'com.github.reportportal:commons-dao:72f99ff' + implementation 'com.github.reportportal:commons-dao:b561fb6' implementation 'com.github.reportportal:commons:3dfb9d8' implementation 'com.github.reportportal:plugin-api:8a1f61c' } From 187419bcfae1c834c7273fc9720bc392dc116502 Mon Sep 17 00:00:00 2001 From: Andrei Piankouski Date: Fri, 10 Jan 2025 13:30:16 +0300 Subject: [PATCH 02/13] EPMRPP-90461 || Support AWS IAM Role to Grant Access to AWS Resources --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index ab8ebcfcdf..65ab94e734 100644 --- a/build.gradle +++ b/build.gradle @@ -76,7 +76,7 @@ dependencies { implementation 'com.epam.reportportal:plugin-api' } else { println("Using snapshot dependencies") - implementation 'com.github.reportportal:commons-dao:b561fb6' + implementation 'com.github.reportportal:commons-dao:95f2998' implementation 'com.github.reportportal:commons:3dfb9d8' implementation 'com.github.reportportal:plugin-api:8a1f61c' } From a64c2b10ec1118e5adeb9bfbee3fe0c18e11ad4f Mon Sep 17 00:00:00 2001 From: Andrei Piankouski Date: Fri, 10 Jan 2025 14:53:48 +0300 Subject: [PATCH 03/13] EPMRPP-90461 || Update dao --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 65ab94e734..2ca765f877 100644 --- a/build.gradle +++ b/build.gradle @@ -76,7 +76,7 @@ dependencies { implementation 'com.epam.reportportal:plugin-api' } else { println("Using snapshot dependencies") - implementation 'com.github.reportportal:commons-dao:95f2998' + implementation 'com.github.reportportal:commons-dao:571cba3' implementation 'com.github.reportportal:commons:3dfb9d8' implementation 'com.github.reportportal:plugin-api:8a1f61c' } From f0603b35a117d3c296b7542f429310cb452e2bb6 Mon Sep 17 00:00:00 2001 From: Andrei Piankouski Date: Mon, 13 Jan 2025 10:44:00 +0300 Subject: [PATCH 04/13] EPMRPP-90461 || Update dao --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 2ca765f877..ad2324741d 100644 --- a/build.gradle +++ b/build.gradle @@ -76,7 +76,7 @@ dependencies { implementation 'com.epam.reportportal:plugin-api' } else { println("Using snapshot dependencies") - implementation 'com.github.reportportal:commons-dao:571cba3' + implementation 'com.github.reportportal:commons-dao:311d42a' implementation 'com.github.reportportal:commons:3dfb9d8' implementation 'com.github.reportportal:plugin-api:8a1f61c' } From 833801d02f533df3ccc762fba43db4771a01b5dc Mon Sep 17 00:00:00 2001 From: Andrei Piankouski Date: Mon, 13 Jan 2025 14:08:02 +0300 Subject: [PATCH 05/13] EPMRPP-90461 || Update dao --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 7fe8e8164c..43dec0eada 100644 --- a/build.gradle +++ b/build.gradle @@ -76,7 +76,7 @@ dependencies { implementation 'com.epam.reportportal:plugin-api' } else { println("Using snapshot dependencies") - implementation 'com.github.reportportal:commons-dao:311d42a' + implementation 'com.github.reportportal:commons-dao:9cd8fcb' implementation 'com.github.reportportal:commons:3dfb9d8' implementation 'com.github.reportportal:plugin-api:8a1f61c' } From 5b4774533d5765f1c574c6c811d3d5ef8117d09d Mon Sep 17 00:00:00 2001 From: Andrei Piankouski Date: Mon, 13 Jan 2025 14:17:40 +0300 Subject: [PATCH 06/13] EPMRPP-90461 || Update dao --- build.gradle | 1 + 1 file changed, 1 insertion(+) diff --git a/build.gradle b/build.gradle index 43dec0eada..d6249304fc 100644 --- a/build.gradle +++ b/build.gradle @@ -81,6 +81,7 @@ dependencies { implementation 'com.github.reportportal:plugin-api:8a1f61c' } + implementation 'javax.inject:javax.inject:1' implementation 'org.springframework.boot:spring-boot-starter-aop' implementation 'org.springframework.boot:spring-boot-starter-web' implementation 'org.springframework.boot:spring-boot-starter-quartz' From 987ccf18f93f65cdc1ad479d61b1e5e986ebf10a Mon Sep 17 00:00:00 2001 From: Andrei Piankouski Date: Wed, 15 Jan 2025 13:46:50 +0300 Subject: [PATCH 07/13] EPMRPP-90461 || Update dao --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index d6249304fc..bcf0c77d87 100644 --- a/build.gradle +++ b/build.gradle @@ -76,7 +76,7 @@ dependencies { implementation 'com.epam.reportportal:plugin-api' } else { println("Using snapshot dependencies") - implementation 'com.github.reportportal:commons-dao:9cd8fcb' + implementation 'com.github.reportportal:commons-dao:487d69f' implementation 'com.github.reportportal:commons:3dfb9d8' implementation 'com.github.reportportal:plugin-api:8a1f61c' } From edd396f0778320e2cd6885588cbe578006777f02 Mon Sep 17 00:00:00 2001 From: Andrei Piankouski Date: Wed, 15 Jan 2025 17:25:47 +0300 Subject: [PATCH 08/13] EPMRPP-90461 || Update dao --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index bcf0c77d87..75d459c392 100644 --- a/build.gradle +++ b/build.gradle @@ -76,7 +76,7 @@ dependencies { implementation 'com.epam.reportportal:plugin-api' } else { println("Using snapshot dependencies") - implementation 'com.github.reportportal:commons-dao:487d69f' + implementation 'com.github.reportportal:commons-dao:f659b28' implementation 'com.github.reportportal:commons:3dfb9d8' implementation 'com.github.reportportal:plugin-api:8a1f61c' } From c5890cba7779925b0046e4683b39329b81b70959 Mon Sep 17 00:00:00 2001 From: Andrei Piankouski Date: Wed, 15 Jan 2025 17:50:17 +0300 Subject: [PATCH 09/13] EPMRPP-90461 || Update dao --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 75d459c392..677a87678f 100644 --- a/build.gradle +++ b/build.gradle @@ -76,7 +76,7 @@ dependencies { implementation 'com.epam.reportportal:plugin-api' } else { println("Using snapshot dependencies") - implementation 'com.github.reportportal:commons-dao:f659b28' + implementation 'com.github.reportportal:commons-dao:be4097b' implementation 'com.github.reportportal:commons:3dfb9d8' implementation 'com.github.reportportal:plugin-api:8a1f61c' } From 2c312302debce8806edc8ef09c25ee346c75774a Mon Sep 17 00:00:00 2001 From: Andrei Piankouski Date: Thu, 16 Jan 2025 13:15:57 +0300 Subject: [PATCH 10/13] EPMRPP-90461 || Update dao --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 677a87678f..1935529d60 100644 --- a/build.gradle +++ b/build.gradle @@ -76,7 +76,7 @@ dependencies { implementation 'com.epam.reportportal:plugin-api' } else { println("Using snapshot dependencies") - implementation 'com.github.reportportal:commons-dao:be4097b' + implementation 'com.github.reportportal:commons-dao:bb8ea46' implementation 'com.github.reportportal:commons:3dfb9d8' implementation 'com.github.reportportal:plugin-api:8a1f61c' } From e05ee85f36c4562543a211a90a23bda63c1d7624 Mon Sep 17 00:00:00 2001 From: Andrei Piankouski Date: Thu, 16 Jan 2025 16:52:52 +0300 Subject: [PATCH 11/13] EPMRPP-90461 || Update dao --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 1935529d60..e92f8c0a53 100644 --- a/build.gradle +++ b/build.gradle @@ -76,7 +76,7 @@ dependencies { implementation 'com.epam.reportportal:plugin-api' } else { println("Using snapshot dependencies") - implementation 'com.github.reportportal:commons-dao:bb8ea46' + implementation 'com.github.reportportal:commons-dao:75ad34b' implementation 'com.github.reportportal:commons:3dfb9d8' implementation 'com.github.reportportal:plugin-api:8a1f61c' } From c7801bf3b3b6a6fdb9de74f8d40f4a3c74abbd0e Mon Sep 17 00:00:00 2001 From: Andrei Piankouski Date: Fri, 17 Jan 2025 10:55:44 +0300 Subject: [PATCH 12/13] EPMRPP-90461 || Update dao --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index e92f8c0a53..136bdacfd9 100644 --- a/build.gradle +++ b/build.gradle @@ -76,7 +76,7 @@ dependencies { implementation 'com.epam.reportportal:plugin-api' } else { println("Using snapshot dependencies") - implementation 'com.github.reportportal:commons-dao:75ad34b' + implementation 'com.github.reportportal:commons-dao:f41ddf9' implementation 'com.github.reportportal:commons:3dfb9d8' implementation 'com.github.reportportal:plugin-api:8a1f61c' } From 1178c7e9e241ceb3d19455cec83d1c32d95b0959 Mon Sep 17 00:00:00 2001 From: Andrei Piankouski Date: Fri, 31 Jan 2025 14:07:37 +0300 Subject: [PATCH 13/13] EPMRPP-90461 || Support AWS IAM Role to Grant Access to AWS Resources --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 136bdacfd9..d622900f18 100644 --- a/build.gradle +++ b/build.gradle @@ -76,7 +76,7 @@ dependencies { implementation 'com.epam.reportportal:plugin-api' } else { println("Using snapshot dependencies") - implementation 'com.github.reportportal:commons-dao:f41ddf9' + implementation 'com.github.reportportal:commons-dao:c9d3325' implementation 'com.github.reportportal:commons:3dfb9d8' implementation 'com.github.reportportal:plugin-api:8a1f61c' }