-
Notifications
You must be signed in to change notification settings - Fork 56
Upgrade commons-beanutils #297
Upgrade commons-beanutils #297
Conversation
Codecov Report
@@ Coverage Diff @@
## master #297 +/- ##
============================================
+ Coverage 80.44% 80.51% +0.06%
- Complexity 387 388 +1
============================================
Files 62 62
Lines 1468 1468
Branches 130 130
============================================
+ Hits 1181 1182 +1
+ Misses 240 239 -1
Partials 47 47
Continue to review full report at Codecov.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why do we need to add checkstyle.xml to upgrade commons-beanutils?
Was referring Performance Analyzer plugin opendistro-for-elasticsearch/performance-analyzer#248. With out adding the xml file, checkstyle fails at compilation. |
<?xml version="1.0"?> | ||
<!DOCTYPE module PUBLIC | ||
"-//Checkstyle//DTD Checkstyle Configuration 1.3//EN" | ||
"https://checkstyle.org/dtds/configuration_1_3.dtd"> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
do we generally not add Apache 2.0 copyright notice in xml files? i don't find in performance analyzer too.
Issue #, if available:
#269
Description of changes:
commons-beanutils:commons-beanutils:1.9.3
is coming fromcom.puppycrawl.tools:checkstyle:8.20
. Added 'com.puppycrawl.tools:checkstyle:8.24' dependency. Also, added checkstyle.xmlPost update
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.