[Bug 63067] Ant build fails with Oracle JDK 11.0.1 @ Windows 10 x64 (problem with poifs?)

2019-01-07 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=63067 Dominik Stadler changed: What|Removed |Added OS||All -- You are receiving this mail

[Bug 62904] Simple Excel Array Formula Fails in POI

2019-01-07 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=62904 --- Comment #4 from gallon.fi...@gmail.com --- @Yegor could you please look into this issue https://bz.apache.org/bugzilla/show_bug.cgi?id=63054 ? The topic seems very close, and the divine vision of the code may still be fresh in your cache.

[Bug 63068] New: Unifying Cell.setCellFormula behavior

2019-01-07 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=63068 Bug ID: 63068 Summary: Unifying Cell.setCellFormula behavior Product: POI Version: 4.0.x-dev Hardware: PC OS: All Status: NEW Severity: enhancement

[Bug 63067] New: Ant build fails with Oracle JDK 11.0.1 @ Windows 10 x64 (problem with poifs?)

2019-01-07 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=63067 Bug ID: 63067 Summary: Ant build fails with Oracle JDK 11.0.1 @ Windows 10 x64 (problem with poifs?) Product: POI Version: 4.0.x-dev Hardware: PC Status: NEW

[GitHub] poi pull request #140: Add .travis.yml

2019-01-07 Thread krichter722
GitHub user krichter722 opened a pull request: https://github.com/apache/poi/pull/140 Add .travis.yml This should be useful since it allows to track build issues, like https://travis-ci.org/krichter722/poi/builds/476455505 You can merge this pull request into a Git repository by ru

[Bug 63046] Switch to SLF4J for logging

2019-01-07 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=63046 --- Comment #2 from PJ Fanning --- https://logging.apache.org/log4j/2.x/ Says: Avoid lock-in Applications coded to the Log4j 2 API always have the option to use any SLF4J-compliant library as their logger implementation with the log4j-to-slf4

[Bug 63046] Switch to SLF4J for logging

2019-01-07 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=63046 --- Comment #1 from Axel Howind --- Why not use log4j2 instead which now offers the same functionality that SLF4J does (seperation of API and backend), seems to perform better and has more functionality? What's more, it's an Apache project. Th

[Bug 62904] Simple Excel Array Formula Fails in POI

2019-01-07 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=62904 Yegor Kozlov changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---