Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
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
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ buildscript {

// The PA Commons (https://github.com/opensearch-project/performance-analyzer-commons)
// is a library dependency with hardcoded versioning in PA and RCA repos.
paCommonsVersion = "2.1.1"
paCommonsVersion = "2.1.0"

// 3.0.0-SNAPSHOT -> 3.0.0.0-SNAPSHOT
version_tokens = opensearch_version.tokenize('-')
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@
Compatible with OpenSearch and OpenSearch Dashboards version 3.5.0

### Maintenance
* Consuming performance-analyzer-commons 2.1.1 on JDK21 with all versions bumped for OpenSearch 3.5 release. Takes in the following changes for 3.5 release.
- https://github.com/opensearch-project/performance-analyzer-commons/pull/116
- https://github.com/opensearch-project/performance-analyzer-commons/pull/117
* Consuming performance-analyzer-commons 2.1.0 on JDK21 with all versions bumped for OpenSearch 3.5 release. Takes in the following changes for 3.5 release.
- https://github.com/opensearch-project/performance-analyzer-commons/pull/118

* Jackson core and annotations have different minor versions in OpenSearch-3.5.0 snapshot. Since we're using the same variable for both, build fails with invalid version. Using the version as per 3.5 snapshot.
* Jackson core and annotations have different minor versions in OpenSearch-3.5.0 snapshot. Since we're using the same variable for both, build fails with invalid version. Using the version as per 3.5 snapshot.
Loading