Skip to content

Commit

Permalink
JPERF-1395 Confess javax.json dependency in API
Browse files Browse the repository at this point in the history
`com.atlassian.performance.tools.jiraactions.api.ActionType` depends on it in its constructor
and in its `deserialize` method.
  • Loading branch information
pczuj authored and dagguh committed Oct 4, 2023
1 parent 037d9d6 commit 7a4ff77
Show file tree
Hide file tree
Showing 10 changed files with 14 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,9 @@ Dropping a requirement of a major version of a dependency is a new contract.
## [Unreleased]
[Unreleased]: https://github.com/atlassian/jira-actions/compare/release-3.23.0...master

### Fixed
- Confess that we depend on `javax.json` in our API. Unblock [JPERF-1395].

## [3.23.0] - 2023-10-04
[3.23.0]: https://github.com/atlassian/jira-actions/compare/release-3.22.0...release-3.23.0

Expand Down
1 change: 1 addition & 0 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ dependencies {
api("com.github.stephenc.jcip:jcip-annotations:1.0-1")
api(webdriver("selenium-api"))
api("com.atlassian.performance:selenium-js:[1.0.0,2.0.0)")
api("javax.json:javax.json-api:1.1")

implementation(webdriver("selenium-support"))
implementation(webdriver("selenium-chrome-driver"))
Expand Down
1 change: 1 addition & 0 deletions gradle/dependency-locks/apiDependenciesMetadata.lockfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ com.google.guava:guava:25.0-jre
com.google.j2objc:j2objc-annotations:1.1
com.squareup.okhttp3:okhttp:3.11.0
com.squareup.okio:okio:1.14.0
javax.json:javax.json-api:1.1
net.bytebuddy:byte-buddy:1.8.15
org.apache.commons:commons-exec:1.3
org.checkerframework:checker-compat-qual:2.0.0
Expand Down
1 change: 1 addition & 0 deletions gradle/dependency-locks/compileClasspath.lockfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ com.google.guava:guava:25.0-jre
com.google.j2objc:j2objc-annotations:1.1
com.squareup.okhttp3:okhttp:3.11.0
com.squareup.okio:okio:1.14.0
javax.json:javax.json-api:1.1
net.bytebuddy:byte-buddy:1.8.15
org.apache.commons:commons-exec:1.3
org.apache.commons:commons-math3:3.6.1
Expand Down
1 change: 1 addition & 0 deletions gradle/dependency-locks/default.lockfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ com.google.guava:guava:25.0-jre
com.google.j2objc:j2objc-annotations:1.1
com.squareup.okhttp3:okhttp:3.11.0
com.squareup.okio:okio:1.14.0
javax.json:javax.json-api:1.1
net.bytebuddy:byte-buddy:1.8.15
net.jcip:jcip-annotations:1.0
org.apache.commons:commons-exec:1.3
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ com.google.guava:guava:25.0-jre
com.google.j2objc:j2objc-annotations:1.1
com.squareup.okhttp3:okhttp:3.11.0
com.squareup.okio:okio:1.14.0
javax.json:javax.json-api:1.1
net.bytebuddy:byte-buddy:1.8.15
net.jcip:jcip-annotations:1.0
org.apache.commons:commons-exec:1.3
Expand Down
1 change: 1 addition & 0 deletions gradle/dependency-locks/runtimeClasspath.lockfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ com.google.guava:guava:25.0-jre
com.google.j2objc:j2objc-annotations:1.1
com.squareup.okhttp3:okhttp:3.11.0
com.squareup.okio:okio:1.14.0
javax.json:javax.json-api:1.1
net.bytebuddy:byte-buddy:1.8.15
net.jcip:jcip-annotations:1.0
org.apache.commons:commons-exec:1.3
Expand Down
5 changes: 3 additions & 2 deletions gradle/dependency-locks/testCompileClasspath.lockfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,11 @@ com.google.guava:guava:25.0-jre
com.google.j2objc:j2objc-annotations:1.1
com.squareup.okhttp3:okhttp:3.11.0
com.squareup.okio:okio:1.14.0
javax.json:javax.json-api:1.1
junit:junit:4.13.2
net.bytebuddy:byte-buddy:1.8.15
net.java.dev.jna:jna:5.12.1
org.apache.commons:commons-compress:1.23.0
org.apache.commons:commons-compress:1.24.0
org.apache.commons:commons-exec:1.3
org.apache.commons:commons-math3:3.6.1
org.apache.logging.log4j:log4j-api:2.17.2
Expand All @@ -42,4 +43,4 @@ org.seleniumhq.selenium:selenium-chrome-driver:3.141.59
org.seleniumhq.selenium:selenium-remote-driver:3.141.59
org.seleniumhq.selenium:selenium-support:3.141.59
org.slf4j:slf4j-api:1.7.25
org.testcontainers:testcontainers:1.19.0
org.testcontainers:testcontainers:1.19.1
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ com.google.guava:guava:25.0-jre
com.google.j2objc:j2objc-annotations:1.1
com.squareup.okhttp3:okhttp:3.11.0
com.squareup.okio:okio:1.14.0
javax.json:javax.json-api:1.1
junit:junit:4.13.2
net.bytebuddy:byte-buddy:1.8.15
net.java.dev.jna:jna:5.8.0
Expand Down
1 change: 1 addition & 0 deletions gradle/dependency-locks/testRuntimeClasspath.lockfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ com.google.guava:guava:25.0-jre
com.google.j2objc:j2objc-annotations:1.1
com.squareup.okhttp3:okhttp:3.11.0
com.squareup.okio:okio:1.14.0
javax.json:javax.json-api:1.1
junit:junit:4.13.2
net.bytebuddy:byte-buddy:1.8.15
net.java.dev.jna:jna:5.8.0
Expand Down

0 comments on commit 7a4ff77

Please sign in to comment.