[ 
https://issues.apache.org/jira/browse/FLINK-7991?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16316541#comment-16316541
 ] 

ASF GitHub Bot commented on FLINK-7991:
---------------------------------------

GitHub user zentol opened a pull request:

    https://github.com/apache/flink/pull/5263

    [FLINK-7991][docs] Fix baseUrl for master branch

    ## What is the purpose of the change
    
    This PR modifies the documentation configuration to always point to the 
snapshot version of the docs.
    
    I don't know why it ever pointed to a specific version as this should only 
be done on release branches.


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

    $ git pull https://github.com/zentol/flink 8388

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

    https://github.com/apache/flink/pull/5263.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 #5263
    
----
commit 0be669cb28bb31f990abe4dce87df4471f838d5a
Author: zentol <chesnay@...>
Date:   2018-01-08T16:11:01Z

    [FLINK-7991][docs] Fix baseUrl for master branch

----


> Cleanup kafka example jar filters
> ---------------------------------
>
>                 Key: FLINK-7991
>                 URL: https://issues.apache.org/jira/browse/FLINK-7991
>             Project: Flink
>          Issue Type: Improvement
>          Components: Examples
>    Affects Versions: 1.4.0, 1.5.0
>            Reporter: Chesnay Schepler
>            Assignee: Chesnay Schepler
>            Priority: Trivial
>             Fix For: 1.5.0
>
>
> The kafka example jar shading configuration includes the following files:
> {code}
> <include>org/apache/flink/streaming/examples/kafka/**</include>
> <include>org/apache/flink/streaming/**</include>
> <include>org/apache/kafka/**</include>
> <include>org/apache/curator/**</include>
> <include>org/apache/zookeeper/**</include>
> <include>org/apache/jute/**</include>
> <include>org/I0Itec/**</include>
> <include>jline/**</include>
> <include>com/yammer/**</include>
> <include>kafka/**</include>
> {code}
> Problems:
> * the inclusion of org.apache.flink.streaming causes large parts of the API 
> (and runtime...) to be included in the jar, along the _Twitter_ source and 
> *all* other examples
> * the yammer, jline, l0ltec, jute, zookeeper and curator inclusions are 
> ineffective; none of these classes show up in the example jar



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

Reply via email to