You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@drill.apache.org by vladimirtkach <gi...@git.apache.org> on 2018/03/16 06:00:55 UTC

[GitHub] drill pull request #1172: DRILL-6256: Remove references to java 7 from readm...

GitHub user vladimirtkach opened a pull request:

    https://github.com/apache/drill/pull/1172

    DRILL-6256: Remove references to java 7 from readme and other files

    

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/vladimirtkach/drill DRILL-6256

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/drill/pull/1172.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 #1172
    
----
commit 8349436f24f22e44cf9c0dfe2bd453d8a9fd3137
Author: vladimir tkach <vo...@...>
Date:   2018-03-16T05:58:42Z

    DRILL-6256: Remove references to java 7 from readme and other files

----


---

[GitHub] drill pull request #1172: DRILL-6256: Remove references to java 7 from readm...

Posted by asfgit <gi...@git.apache.org>.
Github user asfgit closed the pull request at:

    https://github.com/apache/drill/pull/1172


---

[GitHub] drill issue #1172: DRILL-6256: Remove references to java 7 from readme and o...

Posted by arina-ielchiieva <gi...@git.apache.org>.
Github user arina-ielchiieva commented on the issue:

    https://github.com/apache/drill/pull/1172
  
    +1


---

[GitHub] drill issue #1172: DRILL-6256: Remove references to java 7 from readme and o...

Posted by vladimirtkach <gi...@git.apache.org>.
Github user vladimirtkach commented on the issue:

    https://github.com/apache/drill/pull/1172
  
    @vdiravka done


---

[GitHub] drill issue #1172: DRILL-6256: Remove references to java 7 from readme and o...

Posted by vdiravka <gi...@git.apache.org>.
Github user vdiravka commented on the issue:

    https://github.com/apache/drill/pull/1172
  
    I found some more references to jdk1.7:
    https://github.com/apache/drill/blob/master/exec/java-exec/src/main/sh/runbit#L32
    https://github.com/apache/drill/blob/master/pom.xml#L353
    and in `drill-config.sh` file, where you have already done changes:
    https://github.com/apache/drill/blob/master/distribution/src/resources/drill-config.sh#L126
    
    @vladimirtkach Please exclude them as well


---