-
Notifications
You must be signed in to change notification settings - Fork 265
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
finatra: Remove commons-lang as a dependency
Problem Apache commons-lang is used in many places where suitable alternatives exist in the jdk or scala stdlib. It seems silly to carry an external dependency for a small amount of redundant functions. Solution/Result Remove Apache commons-lang as a dependency by replacing uses with jdk or scala alternatives. JIRA Issues: CSL-8155 Differential Revision: https://phabricator.twitter.biz/D354013
- Loading branch information
David Rusek
authored and
jenkins
committed
Sep 5, 2019
1 parent
d4c84f1
commit 206df64
Showing
5 changed files
with
42 additions
and
48 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
206df64
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.
@mgodave before this commit, we can add admin route by overriding
def routes
. currently overridingdef routes
has no meanings, it's breaking changes. Now we should useaddAdminRoute
, so propose that removingdef routes
.206df64
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.
@krrrr38 Thanks! Can you open a GitHub issue for this?
206df64
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.
@yufangong yes, please. #61