You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@poi.apache.org by sandeeptiwari32 <gi...@git.apache.org> on 2018/01/07 06:00:35 UTC

[GitHub] poi pull request #88: poi-4.0

GitHub user sandeeptiwari32 opened a pull request:

    https://github.com/apache/poi/pull/88

    poi-4.0

    

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

    $ git pull https://github.com/apache/poi trunk

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

    https://github.com/apache/poi/pull/88.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 #88
    
----
commit 50beafbb47e133bb60b6d77943359a78aff0fac7
Author: Dominik Stadler <ce...@...>
Date:   2017-09-16T08:23:57Z

    Suppress some warnings
    
    git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1808514 13f79535-47bb-0310-9956-ffa450edef68

commit d4070f05e78a8d83c3a16fb18e58b81231c85c24
Author: Dominik Stadler <ce...@...>
Date:   2017-09-16T08:24:05Z

    Remove unnecessary type arguments
    
    git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1808515 13f79535-47bb-0310-9956-ffa450edef68

commit 7937da6a101944c8ddd6435dfec48579a7643145
Author: Dominik Stadler <ce...@...>
Date:   2017-09-16T08:27:23Z

    Remove unnecessary type arguments (Java 8)
    
    git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1808516 13f79535-47bb-0310-9956-ffa450edef68

commit 5341a131de8c563aad5c4f3970b43315bcfc543c
Author: Dominik Stadler <ce...@...>
Date:   2017-09-16T08:28:38Z

    Remove unnecessary local variables
    
    git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1808518 13f79535-47bb-0310-9956-ffa450edef68

commit 356d4a77cb4054444c05fa2f86cb10f4783ff2cd
Author: Dominik Stadler <ce...@...>
Date:   2017-09-16T08:28:50Z

    Fix some warnings
    
    git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1808519 13f79535-47bb-0310-9956-ffa450edef68

commit b7547a01f6ebc21fa66ce4336b052bd980ed96f6
Author: Dominik Stadler <ce...@...>
Date:   2017-09-16T08:28:56Z

    Use Collections.singleton() where applicable
    
    git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1808520 13f79535-47bb-0310-9956-ffa450edef68

commit 8b564f118599c847158ef385a06026cb586f1f4f
Author: Dominik Stadler <ce...@...>
Date:   2017-09-16T08:29:06Z

    Fix some warnings in unit tests
    
    git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1808521 13f79535-47bb-0310-9956-ffa450edef68

commit 2600c60fb509b0e4b5f95b7e61721106134d1587
Author: Dominik Stadler <ce...@...>
Date:   2017-09-16T08:29:20Z

    Use Integer.compare() where possible
    
    git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1808522 13f79535-47bb-0310-9956-ffa450edef68

commit 1f4344a04899bda4f2f8e2dfdd26b0a0f6df47ec
Author: Dominik Stadler <ce...@...>
Date:   2017-09-16T08:29:28Z

    Fix some compiler warnings
    
    git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1808523 13f79535-47bb-0310-9956-ffa450edef68

commit 51826d781b1f0ddbac586f582b19185980d80971
Author: Dominik Stadler <ce...@...>
Date:   2017-09-16T08:29:33Z

    Jenkins DSL: Use OpenJDK 8 and latest JDK 1.9
    
    git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1808524 13f79535-47bb-0310-9956-ffa450edef68

commit 9ed85b04845ce5b524af817b52a9c9bc3333c5c8
Author: Dominik Stadler <ce...@...>
Date:   2017-09-16T09:08:45Z

    Jenkins DSL:
    * Enable SCM-retry to see if that helps against the frequent SVN update failures
    * Add a POI-DSL-Test-Environment to have this Job also defined via DSL
    
    git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1808525 13f79535-47bb-0310-9956-ffa450edef68

commit 0b7774a45298a81916183b8aa37077d6a27285d1
Author: PJ Fanning <fa...@...>
Date:   2017-09-16T12:16:29Z

    remove some deprecated code slated for removal in 3.18
    
    git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1808535 13f79535-47bb-0310-9956-ffa450edef68

commit e6dae10d470ae3743fa4d57942ef7ef8cb60f61d
Author: Dominik Stadler <ce...@...>
Date:   2017-09-16T13:06:59Z

    Jenkins DSL: Use JDK 1.8 for more projects, fix listing of slaves in Test-Environment job
    
    git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1808537 13f79535-47bb-0310-9956-ffa450edef68

commit a5044f502b2047c239225c99f39e818846549b23
Author: Dominik Stadler <ce...@...>
Date:   2017-09-16T13:39:25Z

    Jenkins DSL: Remove timeout from Jenkins Jobs for now, it seems this plugin is currently missing in the Apache Jenkins instance
    Adjust nodes for OpenJDK build after requiring OpenJDK 8 instead of 6
    
    git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1808539 13f79535-47bb-0310-9956-ffa450edef68

commit 2395c89b4521bc98f0b337d309679c8386bd8c45
Author: Dominik Stadler <ce...@...>
Date:   2017-09-16T13:39:29Z

    Sonar-Maven: Switch to UTF-8 for source files to silence some warnings in the build.
    
    git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1808540 13f79535-47bb-0310-9956-ffa450edef68

commit a9c8beac4c300a1737d66f568de2cb74e7c2cc1b
Author: Andreas Beeker <ki...@...>
Date:   2017-09-16T21:38:43Z

    wrong release-notes link
    
    git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1808594 13f79535-47bb-0310-9956-ffa450edef68

commit bbd9adc5f09089e7d82a089f461da037343dacbb
Author: Dominik Stadler <ce...@...>
Date:   2017-09-17T11:07:21Z

    Disable Maven-Sonar run to check if the Gradle-Sonar job is working, some more comments
    
    git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1808616 13f79535-47bb-0310-9956-ffa450edef68

commit 7c21c8761af8f72b9d9a67f860a5bda4b15146f8
Author: Dominik Stadler <ce...@...>
Date:   2017-09-17T11:07:28Z

    MaxPermSize is not used any more in Java 8, so remove it everywhere
    
    git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1808617 13f79535-47bb-0310-9956-ffa450edef68

commit f7703819568015a7587d1d125cd9e8eda1f08c43
Author: Dominik Stadler <ce...@...>
Date:   2017-09-17T11:07:37Z

    Change version to 4.0.0-SNAPSHOT as discussed on the mailing-list
    
    git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1808618 13f79535-47bb-0310-9956-ffa450edef68

commit 75c63b6bbed9fe6290b2465e6e450a9b54efd866
Author: Dominik Stadler <ce...@...>
Date:   2017-09-17T11:07:48Z

    Some more code cleanup
    
    git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1808619 13f79535-47bb-0310-9956-ffa450edef68

commit b644047b704ea183c9f0b32c33ff0d2c72d31e78
Author: Dominik Stadler <ce...@...>
Date:   2017-09-17T11:08:23Z

    Various code cleanups, "final" for static methods is useless, for-loops, simplify boolean conditions, try-with-resource, javadoc, ...
    
    git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1808620 13f79535-47bb-0310-9956-ffa450edef68

commit 2917583bd2f67a375a34ceb9bd3a40259abf1acd
Author: Dominik Stadler <ce...@...>
Date:   2017-09-17T11:08:31Z

    Fix some warnings in OOXMLLite and move copyFile to IOUtils
    
    git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1808621 13f79535-47bb-0310-9956-ffa450edef68

commit 71cfb659a17f21558ac1e1252de96ca174c9afde
Author: Dominik Stadler <ce...@...>
Date:   2017-09-17T11:08:45Z

    Remove deprecated methods from NPOIFSFileSystem/OPOIFSFileSystem
    IntelliJ warnings/suggestions
    
    git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1808622 13f79535-47bb-0310-9956-ffa450edef68

commit a51bac65b77f9524c001865398c7707f971ae07e
Author: Andreas Beeker <ki...@...>
Date:   2017-09-17T22:45:03Z

    #60499 - Deleting a picture that is used twice on a slide corrupt the slide
    
    git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1808661 13f79535-47bb-0310-9956-ffa450edef68

commit 16d262d0b439b6681d54d742301d570ee817b4c7
Author: PJ Fanning <fa...@...>
Date:   2017-09-18T10:50:50Z

    Change getCachedFormulaResultType to return CellType
    
    git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1808678 13f79535-47bb-0310-9956-ffa450edef68

commit d9b63eb569a27ee6b4da9000782caa234302850b
Author: PJ Fanning <fa...@...>
Date:   2017-09-18T12:27:36Z

    remove some deprecated code slated for removal in 3.18
    
    git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1808687 13f79535-47bb-0310-9956-ffa450edef68

commit d4486af6de2c6bbf5e1b3372b1656936d215a4f9
Author: PJ Fanning <fa...@...>
Date:   2017-09-18T13:26:16Z

    update getCellType to return CellType enum instead of int
    
    git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1808700 13f79535-47bb-0310-9956-ffa450edef68

commit 4a4c428b6b361e9c05db7740570f1b4c79db71d4
Author: PJ Fanning <fa...@...>
Date:   2017-09-18T13:38:07Z

    update getCellType to return CellType enum instead of int
    
    git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1808703 13f79535-47bb-0310-9956-ffa450edef68

commit 7dad60e9d48e23de171e0833cc6fc076a6b60adc
Author: PJ Fanning <fa...@...>
Date:   2017-09-18T13:58:55Z

    update getCellType to return CellType enum instead of int
    
    git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1808718 13f79535-47bb-0310-9956-ffa450edef68

commit aaad224db98b975df9b5ed636115575e269e2b84
Author: PJ Fanning <fa...@...>
Date:   2017-09-18T14:15:15Z

    fix compiler warnings
    
    git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1808722 13f79535-47bb-0310-9956-ffa450edef68

----


---

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@poi.apache.org
For additional commands, e-mail: dev-help@poi.apache.org


[GitHub] poi pull request #88: poi-4.0

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

    https://github.com/apache/poi/pull/88


---

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@poi.apache.org
For additional commands, e-mail: dev-help@poi.apache.org