Skip to content

Commit

Permalink
Plugin and tool updates (#938)
Browse files Browse the repository at this point in the history
  • Loading branch information
acoburn authored Jun 30, 2020
1 parent a8a8a25 commit d804ea3
Show file tree
Hide file tree
Showing 23 changed files with 30 additions and 35 deletions.
2 changes: 1 addition & 1 deletion auth/basic/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ dependencies {
}

pitest {
testPlugin = 'junit5'
pitestVersion = pitestToolVersion
junit5PluginVersion = pitestJunitPluginVersion
threads = 4
}

2 changes: 1 addition & 1 deletion auth/jwt/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ dependencies {
}

pitest {
testPlugin = 'junit5'
pitestVersion = pitestToolVersion
junit5PluginVersion = pitestJunitPluginVersion
threads = 4
}

Expand Down
2 changes: 1 addition & 1 deletion auth/oauth/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ dependencies {
}

pitest {
testPlugin = 'junit5'
pitestVersion = pitestToolVersion
junit5PluginVersion = pitestJunitPluginVersion
threads = 4
}

2 changes: 1 addition & 1 deletion auth/webac/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ dependencies {
}

pitest {
testPlugin = 'junit5'
pitestVersion = pitestToolVersion
junit5PluginVersion = pitestJunitPluginVersion
threads = 4
}
19 changes: 5 additions & 14 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,13 +1,3 @@
buildscript {
repositories {
mavenCentral()
}
configurations.maybeCreate('pitest')
dependencies {
pitest "org.pitest:pitest-junit5-plugin:0.12"
}
}

plugins {
id 'com.github.ben-manes.versions' version "0.28.0"
id 'com.github.hierynomus.license' version "0.15.0"
Expand Down Expand Up @@ -98,9 +88,10 @@ ext {

// Tooling
jacocoToolVersion = "0.8.5"
checkstyleToolVersion = "8.31"
pitestToolVersion = "1.5.1"
pmdToolVersion = "6.22.0"
checkstyleToolVersion = "8.34"
pitestToolVersion = "1.5.2"
pitestJunitPluginVersion = "0.12"
pmdToolVersion = "6.24.0"

// OSGi
elVersion = "3.0.3"
Expand All @@ -113,7 +104,7 @@ ext {
osgiVersion = "6.0.0"
osgiCompendiumVersion = "5.0.0"
paxExamVersion = "4.13.3"
spiflyVersion = "1.2.4"
spiflyVersion = "1.3.0"

omitFromJacocoReporting = [
'trellis-bom',
Expand Down
2 changes: 1 addition & 1 deletion components/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@ dependencies {
}

pitest {
testPlugin = 'junit5'
pitestVersion = pitestToolVersion
junit5PluginVersion = pitestJunitPluginVersion
threads = 4
}

Expand Down
2 changes: 1 addition & 1 deletion components/audit/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ dependencies {
}

pitest {
testPlugin = 'junit5'
pitestVersion = pitestToolVersion
junit5PluginVersion = pitestJunitPluginVersion
threads = 4
}

2 changes: 1 addition & 1 deletion components/cache/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ dependencies {
}

pitest {
testPlugin = 'junit5'
pitestVersion = pitestToolVersion
junit5PluginVersion = pitestJunitPluginVersion
threads = 4
}

2 changes: 1 addition & 1 deletion components/cdi/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ dependencies {
}

pitest {
testPlugin = 'junit5'
pitestVersion = pitestToolVersion
junit5PluginVersion = pitestJunitPluginVersion
threads = 4
}

Expand Down
2 changes: 1 addition & 1 deletion components/constraint/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ dependencies {
}

pitest {
testPlugin = 'junit5'
pitestVersion = pitestToolVersion
junit5PluginVersion = pitestJunitPluginVersion
threads = 4
}

2 changes: 1 addition & 1 deletion components/file/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ dependencies {
}

pitest {
testPlugin = 'junit5'
pitestVersion = pitestToolVersion
junit5PluginVersion = pitestJunitPluginVersion
threads = 4
}

2 changes: 1 addition & 1 deletion components/jena/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ dependencies {
}

pitest {
testPlugin = 'junit5'
pitestVersion = pitestToolVersion
junit5PluginVersion = pitestJunitPluginVersion
threads = 4
}

2 changes: 1 addition & 1 deletion components/rdfa/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ dependencies {
}

pitest {
testPlugin = 'junit5'
pitestVersion = pitestToolVersion
junit5PluginVersion = pitestJunitPluginVersion
threads = 4
}

2 changes: 1 addition & 1 deletion components/webdav/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@ dependencies {
}

pitest {
testPlugin = 'junit5'
pitestVersion = pitestToolVersion
junit5PluginVersion = pitestJunitPluginVersion
threads = 4
}

Expand Down
2 changes: 1 addition & 1 deletion core/api/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ dependencies {
}

pitest {
testPlugin = 'junit5'
pitestVersion = pitestToolVersion
junit5PluginVersion = pitestJunitPluginVersion
threads = 4
}

2 changes: 1 addition & 1 deletion core/http/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ dependencies {
testImplementation "com.fasterxml.jackson.core:jackson-core:$jacksonVersion"
testImplementation "com.fasterxml.jackson.core:jackson-databind:$jacksonVersion"
testImplementation "io.smallrye.config:smallrye-config:$smallryeConfigVersion"
testImplementation "org.apache.jena:jena-commonsrdf:$commonsRdfVersion"
testImplementation "org.apache.jena:jena-commonsrdf:$jenaVersion"
testImplementation "org.glassfish.jersey.core:jersey-server:$jerseyVersion"
testImplementation "org.glassfish.jersey.test-framework.providers:jersey-test-framework-provider-grizzly2:$jerseyVersion"
testImplementation "org.glassfish.jersey.inject:jersey-hk2:$jerseyVersion"
Expand Down
2 changes: 1 addition & 1 deletion notifications/amqp/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@ dependencies {
}

pitest {
testPlugin = 'junit5'
pitestVersion = pitestToolVersion
junit5PluginVersion = pitestJunitPluginVersion
threads = 4
jvmArgs = ["-Dderby.stream.error.file=$buildDir/derby.log"]
}
Expand Down
2 changes: 1 addition & 1 deletion notifications/event-jackson/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ dependencies {
}

pitest {
testPlugin = 'junit5'
pitestVersion = pitestToolVersion
junit5PluginVersion = pitestJunitPluginVersion
threads = 4
}

2 changes: 1 addition & 1 deletion notifications/event-jsonb/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ dependencies {
}

pitest {
testPlugin = 'junit5'
pitestVersion = pitestToolVersion
junit5PluginVersion = pitestJunitPluginVersion
threads = 4
}

2 changes: 1 addition & 1 deletion notifications/jms/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@ dependencies {
}

pitest {
testPlugin = 'junit5'
pitestVersion = pitestToolVersion
junit5PluginVersion = pitestJunitPluginVersion
threads = 4
}

Expand Down
2 changes: 1 addition & 1 deletion notifications/kafka/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ dependencies {
}

pitest {
testPlugin = 'junit5'
pitestVersion = pitestToolVersion
junit5PluginVersion = pitestJunitPluginVersion
threads = 4
}

4 changes: 4 additions & 0 deletions platform/karaf/src/main/resources/features.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@
<feature name="trellis-api" version="${project.version}">
<details>Installs the Trellis API bundle</details>

<feature dependency="true">aries-proxy</feature>

<bundle dependency="true">mvn:org.apache.commons/commons-rdf-api/${commonsRdfVersion}</bundle>
<bundle dependency="true">mvn:jakarta.enterprise/jakarta.enterprise.cdi-api/${cdiApiVersion}</bundle>
<bundle dependency="true">mvn:jakarta.el/jakarta.el-api/${elVersion}</bundle>
Expand Down Expand Up @@ -37,6 +39,8 @@
<feature name="trellis-vocabulary" version="${project.version}">
<details>Installs the Trellis Vocabulary bundle</details>

<feature dependency="true">aries-proxy</feature>

<bundle dependency="true">mvn:org.apache.commons/commons-rdf-api/${commonsRdfVersion}</bundle>
<bundle dependency="true">mvn:org.apache.aries.spifly/org.apache.aries.spifly.dynamic.bundle/${spiflyVersion}</bundle>

Expand Down
2 changes: 1 addition & 1 deletion settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ pluginManagement {
}
plugins {
id 'biz.aQute.bnd.builder' version "4.1.0"
id 'info.solidsoft.pitest' version "1.4.9"
id 'info.solidsoft.pitest' version "1.5.1"
id 'io.quarkus' version "1.5.2.Final"
id "net.wasdev.wlp.gradle.plugins.Liberty" version "2.7"
}
Expand Down

0 comments on commit d804ea3

Please sign in to comment.