Skip to content

[SCB-1229] update the version of dependency#1158

Merged
liubao68 merged 4 commits intoapache:masterfrom
heyile:updateDependency
Apr 12, 2019
Merged

[SCB-1229] update the version of dependency#1158
liubao68 merged 4 commits intoapache:masterfrom
heyile:updateDependency

Conversation

@heyile
Copy link
Contributor

@heyile heyile commented Mar 30, 2019

Follow this checklist to help us incorporate your contribution quickly and easily:

  • Make sure there is a JIRA issue filed for the change (usually before you start working on it). Trivial changes like typos do not require a JIRA issue. Your pull request should address just this issue, without pulling in other changes.
  • Each commit in the pull request should have a meaningful subject line and body.
  • Format the pull request title like [SCB-XXX] Fixes bug in ApproximateQuantiles, where you replace SCB-XXX with the appropriate JIRA issue.
  • Write a pull request description that is detailed enough to understand what the pull request does, how, and why.
  • Run mvn clean install -Pit to make sure basic checks pass. A more thorough check will be performed on your pull request automatically.
  • If this contribution is large, please file an Apache Individual Contributor License Agreement.

@heyile heyile force-pushed the updateDependency branch from cad7ea6 to bb0c85f Compare March 30, 2019 07:14
@heyile heyile closed this Mar 30, 2019
@heyile heyile reopened this Mar 30, 2019
@heyile heyile force-pushed the updateDependency branch from bb0c85f to 011a9d9 Compare March 30, 2019 08:35
@coveralls
Copy link

coveralls commented Mar 30, 2019

Coverage Status

Coverage decreased (-0.005%) to 85.671% when pulling ba65884 on heyile:updateDependency into 7cd450b on apache:master.

@liubao68
Copy link
Contributor

liubao68 commented Apr 1, 2019

Does license files need upgrated? see #1149

@heyile
Copy link
Contributor Author

heyile commented Apr 1, 2019

upgrated
I see.

@heyile
Copy link
Contributor Author

heyile commented Apr 1, 2019

Does license files need upgrated? see #1149
I will update license after #1149 .

@WillemJiang
Copy link
Member

We need to merge this patch and regenerate the license information for it.
If the third party dependencies are using ASL, it just take few mins to fix the version.
Let's merge this PR first.

@WillemJiang
Copy link
Member

WillemJiang commented Apr 2, 2019

If we don't plan to merge it before the java-chassis 1.2.0 release. I will merge the License fix #1163 shortly.

@heyile heyile force-pushed the updateDependency branch from 011a9d9 to bb98a69 Compare April 2, 2019 13:47
@heyile heyile closed this Apr 2, 2019
@heyile heyile reopened this Apr 2, 2019
@heyile heyile force-pushed the updateDependency branch 2 times, most recently from 5eb734a to d21a6a8 Compare April 4, 2019 11:43
@heyile heyile force-pushed the updateDependency branch from 505fdb8 to f10b1ab Compare April 6, 2019 06:04
@heyile heyile force-pushed the updateDependency branch from f10b1ab to c6be4c3 Compare April 6, 2019 06:54
@heyile heyile closed this Apr 6, 2019
@heyile heyile reopened this Apr 6, 2019

if (Closeable.class.isInstance(operationMeta.getExecutor())) {
IOUtils.closeQuietly((Closeable) operationMeta.getExecutor());
Closeable executor = (Closeable) operationMeta.getExecutor();
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

seems they are doing the same thing
why need the change?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

IOUtils.closeQuietly() is deprecated in commons-io 2.6

part.saveToFile(file.getAbsolutePath()).get();

Assert.assertEquals(src, FileUtils.readFileToString(file));
Assert.assertEquals(src, FileUtils.readFileToString(file, Charset.defaultCharset()));
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

replace all defaultCharset to UTF_8?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

done. replace all defaultCharset with UTF_8

private GlobalRegistry globalRegistry;

private ServoRegistry registry;
@SuppressWarnings("deprecation")
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

seems that we did not strong depend servo
no need to keep it? change to another one?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I have create a new issue about it. https://issues.apache.org/jira/browse/SCB-1245 and now, do not have enough time about it

@heyile heyile closed this Apr 9, 2019
@heyile heyile reopened this Apr 9, 2019
@liubao68 liubao68 merged commit c4accb2 into apache:master Apr 12, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants