Skip to content
This repository has been archived by the owner on Aug 2, 2022. It is now read-only.

Upgrade dom4j to 2.1.3+ #250

Merged
merged 1 commit into from
Nov 24, 2020
Merged

Upgrade dom4j to 2.1.3+ #250

merged 1 commit into from
Nov 24, 2020

Conversation

khushbr
Copy link
Contributor

@khushbr khushbr commented Nov 24, 2020

Fixes #, if available: #249

Description of changes: Upgrade dom4j to 2.1.3+
Updating the com.github.spotbugs to latest 4.6.0 version, which will bring in 2.1.3 version of dom4j

khushbr@3c22fb8556dd performance-analyzer % ./gradlew :dependencyInsight --configuration spotbugs --dependency org.dom4j
=======================================
Elasticsearch Build Hamster says Hello!
  Gradle Version        : 6.6.1
  OS Info               : Mac OS X 10.15.7 (x86_64)
  JDK Version           : 15 (JDK)
  JAVA_HOME             : /Library/Java/JavaVirtualMachines/amazon-corretto-15.jdk/Contents/Home
  Random Testing Seed   : D4919ADDC9EDBED4
  In FIPS 140 mode      : false
=======================================

> Task :dependencyInsight
org.dom4j:dom4j:2.1.3
   variant "runtimeElements" [
      org.gradle.category            = library (not requested)
      org.gradle.dependency.bundling = external (not requested)
      org.gradle.jvm.version         = 8 (not requested)
      org.gradle.libraryelements     = jar (not requested)
      org.gradle.usage               = java-runtime (not requested)
      org.gradle.status              = release (not requested)
   ]

org.dom4j:dom4j:2.1.3
\--- com.github.spotbugs:spotbugs:4.1.1
     \--- spotbugs

A web-based, searchable dependency report is available by adding the --scan option.

Deprecated Gradle features were used in this build, making it incompatible with Gradle 7.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/6.6.1/userguide/command_line_interface.html#sec:command_line_warnings

BUILD SUCCESSFUL in 633ms
1 actionable task: 1 executed

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

@khushbr khushbr changed the title Updating the com.github.spotbugs to latest 4.6.0 version Upgrade dom4j to 2.1.3+ Nov 24, 2020
@khushbr khushbr requested a review from adityaj1107 November 24, 2020 22:32
@adityaj1107
Copy link
Contributor

Integ Test framework is not running with these changes. I am okay if we are planning to take it up in a following PR.

@sruti1312
Copy link
Contributor

./gradlew integTest -Dtests.enableIT -Dtests.useDockerCluster are failing. If we have removed integTest from PA, Can we go ahead and remove this from CI as well?

@sruti1312 sruti1312 closed this Nov 24, 2020
@sruti1312 sruti1312 reopened this Nov 24, 2020
@khushbr
Copy link
Contributor Author

khushbr commented Nov 24, 2020

./gradlew integTest -Dtests.enableIT -Dtests.useDockerCluster are failing. If we have removed integTest from PA, Can we go ahead and remove this from CI as well?

This task is on the radar and we plan to address this by replacing integTest with one ofyamlRestTest, javaRestTest, and internalClusterTest tasks.

@khushbr khushbr merged commit 43f7f24 into master Nov 24, 2020
@khushbr khushbr deleted the khushbr-dom4j branch November 25, 2020 00:29
khushbr added a commit that referenced this pull request Nov 25, 2020
commit 380248a
Author: Khushboo Rajput <[email protected]>
Date:   Tue Nov 24 16:28:49 2020 -0800

    Upgrading commons-beanutils to 1.9.4 (#248)

commit 43f7f24
Author: Khushboo Rajput <[email protected]>
Date:   Tue Nov 24 15:10:23 2020 -0800

    Updating the com.github.spotbugs to latest 4.6.0 version (#250)
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants