[
https://issues.apache.org/jira/browse/TAJO-1286?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14270528#comment-14270528
]
ASF GitHub Bot commented on TAJO-1286:
--------------------------------------
GitHub user ykrips opened a pull request:
https://github.com/apache/tajo/pull/341
TAJO-1286: Remove netty dependency from tajo-jdbc
Though JdbcConnection class does not use parameters on its class, this
QueryStringDecoder class was implemented for future use.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/ykrips/tajo TAJO-1286
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/tajo/pull/341.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #341
----
commit b206bb7fb42d5da6eb69dbfee3d222ca93b1194c
Author: Jihun Kang <[email protected]>
Date: 2015-01-08T06:56:27Z
TAJO-1286: Remove netty dependency from tajo-jdbc
commit 3807d3ce347f7e4fb7caab34ff93936830396307
Author: Jihun Kang <[email protected]>
Date: 2015-01-09T04:09:11Z
TAJO-1286: Remove netty dependency from tajo-jdbc
commit 5f14f7e70522631a78d50e6aad2691097e71213f
Author: Jihun Kang <[email protected]>
Date: 2015-01-09T04:14:02Z
Merge remote-tracking branch 'upstream/master' into TAJO-1286
----
> Remove netty dependency from tajo-jdbc
> --------------------------------------
>
> Key: TAJO-1286
> URL: https://issues.apache.org/jira/browse/TAJO-1286
> Project: Tajo
> Issue Type: Improvement
> Components: JDBC
> Affects Versions: 0.10
> Reporter: Jihun Kang
> Assignee: Jihun Kang
> Priority: Minor
>
> tajo-jdbc module depends on the netty class, QueryStringDecoder. It has no
> problem since we use the netty 3.x library, but when we use the netty 4.x or
> above, netty http codec library includes bunches of netty modules for itself.
> It needs to clean up dependencies from tajo jdbc driver.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)