Skip to content

Commit

Permalink
Merge pull request #28 from reportportal/develop
Browse files Browse the repository at this point in the history
Release
  • Loading branch information
HardNorth authored Jan 24, 2024
2 parents 84fa742 + 33d1051 commit 36f4741
Show file tree
Hide file tree
Showing 36 changed files with 70 additions and 23 deletions.
2 changes: 2 additions & 0 deletions agent-allure-cucumber/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# Changelog

## [Unreleased]
### Changed
- Agent version updated on [5.2.0](https://github.com/reportportal/agent-java-cucumber/releases/tag/5.2.0), by @HardNorth

## [5.1.1]
### Changed
Expand Down
3 changes: 2 additions & 1 deletion agent-allure-cucumber/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,9 @@ sourceCompatibility = JavaVersion.VERSION_1_8
targetCompatibility = JavaVersion.VERSION_1_8

dependencies {
api 'com.epam.reportportal:agent-java-cucumber:5.1.4'
api 'com.epam.reportportal:agent-java-cucumber:5.2.0'

testImplementation 'com.squareup.okhttp3:okhttp:4.12.0'
testImplementation "io.cucumber:cucumber-java:${project.cucumber_version}"
testImplementation "io.cucumber:cucumber-testng:${project.cucumber_version}"
testImplementation 'org.testng:testng:7.1.0'
Expand Down
2 changes: 1 addition & 1 deletion agent-allure-cucumber/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name=agent-allure-cucumber
version=5.1.2-SNAPSHOT
version=5.2.0-SNAPSHOT
description=Report Portal - Allure integrations for Cucumber
cucumber_version=1.2.6
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,10 @@

import static com.epam.reportportal.cucumber.AllureAwareReporter.*;

/**
* @deprecated Use {@link AllureAwareScenarioReporter}, since the semantic of this class is completely broken and will be removed
*/
@Deprecated
public class AllureAwareStepReporter extends StepReporter {

private static final Map<Maybe<String>, String> DESCRIPTION_TRACKER = new ConcurrentHashMap<>();
Expand Down
2 changes: 2 additions & 0 deletions agent-allure-cucumber2/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# Changelog

## [Unreleased]
### Changed
- Agent version updated on [5.2.0](https://github.com/reportportal/agent-java-cucumber2/releases/tag/5.2.0), by @HardNorth

## [5.1.1]
### Changed
Expand Down
2 changes: 1 addition & 1 deletion agent-allure-cucumber2/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ sourceCompatibility = JavaVersion.VERSION_1_8
targetCompatibility = JavaVersion.VERSION_1_8

dependencies {
api 'com.epam.reportportal:agent-java-cucumber2:5.1.5'
api 'com.epam.reportportal:agent-java-cucumber2:5.2.0'

testImplementation "io.cucumber:cucumber-java:${project.cucumber_version}"
testImplementation "io.cucumber:cucumber-testng:${project.cucumber_version}"
Expand Down
2 changes: 1 addition & 1 deletion agent-allure-cucumber2/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name=agent-allure-cucumber2
version=5.1.2-SNAPSHOT
version=5.2.0-SNAPSHOT
description=Report Portal - Allure integrations for Cucumber 2
cucumber_version=2.4.0
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,10 @@

import static com.epam.reportportal.cucumber.AllureAwareReporter.*;

/**
* @deprecated Use {@link AllureAwareScenarioReporter}, since the semantic of this class is completely broken and will be removed
*/
@Deprecated
public class AllureAwareStepReporter extends StepReporter {

private static final Map<Maybe<String>, String> DESCRIPTION_TRACKER = new ConcurrentHashMap<>();
Expand Down
2 changes: 2 additions & 0 deletions agent-allure-cucumber4/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# Changelog

## [Unreleased]
### Changed
- Agent version updated on [5.2.0](https://github.com/reportportal/agent-java-cucumber4/releases/tag/5.2.0), by @HardNorth

## [5.1.1]
### Changed
Expand Down
2 changes: 1 addition & 1 deletion agent-allure-cucumber4/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ sourceCompatibility = JavaVersion.VERSION_1_8
targetCompatibility = JavaVersion.VERSION_1_8

dependencies {
api 'com.epam.reportportal:agent-java-cucumber4:5.1.4'
api 'com.epam.reportportal:agent-java-cucumber4:5.2.0'

testImplementation "io.cucumber:cucumber-java:${project.cucumber_version}"
testImplementation "io.cucumber:cucumber-testng:${project.cucumber_version}"
Expand Down
2 changes: 1 addition & 1 deletion agent-allure-cucumber4/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name=agent-allure-cucumber4
version=5.1.2-SNAPSHOT
version=5.2.0-SNAPSHOT
description=Report Portal - Allure integrations for Cucumber 4
cucumber_version=4.8.1
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,10 @@

import static com.epam.reportportal.cucumber.AllureAwareReporter.*;

/**
* @deprecated Use {@link AllureAwareScenarioReporter}, since the semantic of this class is completely broken and will be removed
*/
@Deprecated
public class AllureAwareStepReporter extends StepReporter {

private static final Map<Maybe<String>, String> DESCRIPTION_TRACKER = new ConcurrentHashMap<>();
Expand Down
2 changes: 2 additions & 0 deletions agent-allure-cucumber5/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# Changelog

## [Unreleased]
### Changed
- Agent version updated on [5.2.0](https://github.com/reportportal/agent-java-cucumber5/releases/tag/5.2.0), by @HardNorth

## [5.1.1]
### Changed
Expand Down
2 changes: 1 addition & 1 deletion agent-allure-cucumber5/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ sourceCompatibility = JavaVersion.VERSION_1_8
targetCompatibility = JavaVersion.VERSION_1_8

dependencies {
api 'com.epam.reportportal:agent-java-cucumber5:5.1.4'
api 'com.epam.reportportal:agent-java-cucumber5:5.2.0'

testImplementation "io.cucumber:cucumber-java:${project.cucumber_version}"
testImplementation "io.cucumber:cucumber-testng:${project.cucumber_version}"
Expand Down
2 changes: 1 addition & 1 deletion agent-allure-cucumber5/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name=agent-allure-cucumber5
version=5.1.2-SNAPSHOT
version=5.2.0-SNAPSHOT
description=Report Portal - Allure integrations for Cucumber 5
cucumber_version=5.7.0
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,10 @@

import static com.epam.reportportal.cucumber.AllureAwareReporter.*;

/**
* @deprecated Use {@link AllureAwareScenarioReporter}, since the semantic of this class is completely broken and will be removed
*/
@Deprecated
public class AllureAwareStepReporter extends StepReporter {

private static final Map<Maybe<String>, String> DESCRIPTION_TRACKER = new ConcurrentHashMap<>();
Expand Down
2 changes: 2 additions & 0 deletions agent-allure-cucumber6/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# Changelog

## [Unreleased]
### Changed
- Agent version updated on [5.3.0](https://github.com/reportportal/agent-java-cucumber6/releases/tag/5.3.0), by @HardNorth

## [5.1.1]
### Changed
Expand Down
2 changes: 1 addition & 1 deletion agent-allure-cucumber6/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ sourceCompatibility = JavaVersion.VERSION_11
targetCompatibility = JavaVersion.VERSION_11

dependencies {
api 'com.epam.reportportal:agent-java-cucumber6:5.2.0'
api 'com.epam.reportportal:agent-java-cucumber6:5.3.0'

implementation "io.cucumber:cucumber-gherkin:${project.cucumber_version}"

Expand Down
2 changes: 1 addition & 1 deletion agent-allure-cucumber6/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name=agent-allure-cucumber6
version=5.1.2-SNAPSHOT
version=5.2.0-SNAPSHOT
description=Report Portal - Allure integrations for Cucumber 6
cucumber_version=7.13.0
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,10 @@

import static com.epam.reportportal.cucumber.AllureAwareReporter.*;

/**
* @deprecated Use {@link AllureAwareScenarioReporter}, since the semantic of this class is completely broken and will be removed
*/
@Deprecated(forRemoval = true, since = "5.2.0")
public class AllureAwareStepReporter extends StepReporter {

private static final Map<Maybe<String>, String> DESCRIPTION_TRACKER = new ConcurrentHashMap<>();
Expand Down
2 changes: 1 addition & 1 deletion agent-allure-jbehave/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
name=agent-allure-jbehave
version=5.1.2-SNAPSHOT
version=5.2.0-SNAPSHOT
description=Report Portal - Allure integrations for JBehave
2 changes: 2 additions & 0 deletions agent-allure-junit/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# Changelog

## [Unreleased]
### Changed
- Agent version updated on [5.2.0](https://github.com/reportportal/agent-java-junit/releases/tag/5.2.0), by @HardNorth

## [5.1.1]
### Changed
Expand Down
2 changes: 1 addition & 1 deletion agent-allure-junit/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ sourceCompatibility = JavaVersion.VERSION_1_8
targetCompatibility = JavaVersion.VERSION_1_8

dependencies {
api 'com.epam.reportportal:agent-java-junit:5.1.3'
api 'com.epam.reportportal:agent-java-junit:5.2.0'
}

jar {
Expand Down
2 changes: 1 addition & 1 deletion agent-allure-junit/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
name=agent-allure-junit
version=5.1.2-SNAPSHOT
version=5.2.0-SNAPSHOT
description=Report Portal - Allure integrations for JUnit 4
2 changes: 2 additions & 0 deletions agent-allure-junit5/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# Changelog

## [Unreleased]
### Changed
- Agent version updated on [5.2.0](https://github.com/reportportal/agent-java-junit5/releases/tag/5.2.0), by @HardNorth

## [5.1.1]
### Changed
Expand Down
4 changes: 3 additions & 1 deletion agent-allure-junit5/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,9 @@ sourceCompatibility = JavaVersion.VERSION_1_8
targetCompatibility = JavaVersion.VERSION_1_8

dependencies {
api 'com.epam.reportportal:agent-java-junit5:5.1.10'
api 'com.epam.reportportal:agent-java-junit5:5.2.0'

implementation 'org.junit.jupiter:junit-jupiter-api:5.9.1'
}

jar {
Expand Down
2 changes: 1 addition & 1 deletion agent-allure-junit5/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
name=agent-allure-junit5
version=5.1.2-SNAPSHOT
version=5.2.0-SNAPSHOT
description=Report Portal - Allure integrations for JUnit 5
2 changes: 2 additions & 0 deletions agent-allure-spock/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# Changelog

## [Unreleased]
### Changed
- Agent version updated on [5.2.0](https://github.com/reportportal/agent-java-spock/releases/tag/5.2.0), by @HardNorth

## [5.1.1]
### Changed
Expand Down
4 changes: 3 additions & 1 deletion agent-allure-spock/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,9 @@ sourceCompatibility = JavaVersion.VERSION_1_8
targetCompatibility = JavaVersion.VERSION_1_8

dependencies {
api 'com.epam.reportportal:agent-java-spock:5.1.3'
api 'com.epam.reportportal:agent-java-spock:5.2.0'

implementation 'org.spockframework:spock-core:2.3-groovy-2.5'

testImplementation 'org.codehaus.groovy:groovy:2.5.14'
}
Expand Down
2 changes: 1 addition & 1 deletion agent-allure-spock/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
name=agent-allure-spock
version=5.1.2-SNAPSHOT
version=5.2.0-SNAPSHOT
description=Report Portal - Allure integrations for Spock
2 changes: 2 additions & 0 deletions agent-allure-testng/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# Changelog

## [Unreleased]
### Changed
- Agent version updated on [5.4.0](https://github.com/reportportal/agent-java-testng/releases/tag/5.4.0), by @HardNorth

## [5.1.1]
### Changed
Expand Down
5 changes: 4 additions & 1 deletion agent-allure-testng/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,10 @@ sourceCompatibility = JavaVersion.VERSION_11
targetCompatibility = JavaVersion.VERSION_11

dependencies {
api 'com.epam.reportportal:agent-java-testng:5.3.1'
api 'com.epam.reportportal:agent-java-testng:5.4.0'
implementation 'org.testng:testng:7.9.0'

testImplementation 'com.squareup.okhttp3:okhttp:4.12.0'
}

jar {
Expand Down
2 changes: 1 addition & 1 deletion agent-allure-testng/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
name=agent-allure-testng
version=5.1.2-SNAPSHOT
version=5.2.0-SNAPSHOT
description=Report Portal - Allure integrations for TestNG
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ public static List<SaveLogRQ> extractJsonParts(List<MultipartBody.Part> parts) {
})
.map(b -> {
try {
return HttpRequestUtils.MAPPER.readValue(b, new TypeReference<List<SaveLogRQ>>() {
return HttpRequestUtils.MAPPER.readValue(b, new TypeReference<>() {
});
} catch (IOException e) {
return Collections.<SaveLogRQ>emptyList();
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@
import static java.util.Optional.of;
import static java.util.Optional.ofNullable;

@SuppressWarnings("unused")
public class AnnotationUtils {
public static final String MARKDOWN_DELIMITER = "\n\n---\n\n";

Expand Down
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -46,13 +46,13 @@ configure(allprojects - project('allure-common')) {
compileTestJava.options.encoding = 'UTF-8'

dependencies {
implementation 'com.epam.reportportal:allure-common:5.1.1'
implementation 'com.epam.reportportal:allure-common:5.2.0'

testImplementation ("io.qameta.allure:allure-java-commons:${allure_version}") {
exclude group: 'org.slf4j'
}
testImplementation 'ch.qos.logback:logback-classic:1.3.8'
testImplementation 'com.epam.reportportal:logger-java-logback:5.1.6'
testImplementation 'ch.qos.logback:logback-classic:1.3.12'
testImplementation 'com.epam.reportportal:logger-java-logback:5.2.0'
testImplementation 'com.epam.reportportal:agent-java-test-utils:0.0.2'
testImplementation("org.junit.platform:junit-platform-runner:${junit5_runner_version}") {
exclude module: 'junit'
Expand Down

0 comments on commit 36f4741

Please sign in to comment.