[GitHub] poi pull request #124: adapting some contributions by Axel Richter on StackO...

2018-09-24 Thread Alain-Bearez
GitHub user Alain-Bearez opened a pull request: https://github.com/apache/poi/pull/124 adapting some contributions by Axel Richter on StackOverflow While searching for more improvement inspiration based on link from https://bz.apache.org/bugzilla/show_bug.cgi?id=62746, I found some

Jenkins build is back to normal : POI-DSL-OpenJDK #509

2018-09-24 Thread Apache Jenkins Server
See - To unsubscribe, e-mail: dev-unsubscr...@poi.apache.org For additional commands, e-mail: dev-h...@poi.apache.org

Re: Worth doing a 4.0.1 release soon?

2018-09-24 Thread pj.fanning
There were some bugs in the maven pom dependencies that we published. We were missing commons-math3 dependency and some dependencies were listed with old version numbers. -- Sent from: http://apache-poi.1045710.n5.nabble.com/POI-Dev-f2312866.html

Re: Worth doing a 4.0.1 release soon?

2018-09-24 Thread Tim Allison
All, I broke our mp3 parser w changes in Tika 1.19. We're about to roll a 1.19.1. Is there anything catastrophic in 4.0.0 that would lead us to wait for 4.0.1? I noticed the 62692 (wildfly xml parser)...is there anything else? Thank you! Cheers, Tim On Wed, Sep 19, 2018 at 5

Re: ServiceLoader vs. OSGi

2018-09-24 Thread Yegor Kozlov
Hi Andi, The Aries SPI Fly component looks promising, but I've never tried it. If it works then you don't need to fiddle with OSGi at all, SPI Fly will do all the work for you. Alternatively, the code can check if it is running in a OSGi container and then get the services from either ServiceLoad