mjul / docjure

Read and write Office documents from Clojure
MIT License
619 stars 129 forks source link

Update POI to 3.17 #70

Closed Macroz closed 6 years ago

Macroz commented 6 years ago

Implement minimal updates to support the new POI version 3.17 with enums.

Available at macroz/docjure 1.12.0 for use before PR is merged.

mjul commented 6 years ago

Looks good, thank you for contributing.

mjul commented 6 years ago

PS: next time, please remember to make sure the tests run before submitting a pull request.

Macroz commented 6 years ago

Sorry! I'm so used to CI running the tests on PR that I forgot to run the tests separately. I have my own project that I tested with but I'm definitely not using all the features.

Thanks for the library!

Are you planning on making a release soon?

mjul commented 6 years ago

I pushed a release to Clojars a moment ago. If you know how to set up automatic CI for the GitHub project I would appreciate a pull request. Thanks, Martin

Macroz commented 6 years ago

I can see that you have a starter .travis.yml already in the root of the project. So you could just

After that all PRs should get tested. You can read about other features from the Travis pages. E.g. you could tune which JDK is supported etc. This I think is the easiest way to get started!

mjul commented 6 years ago

Done. Thanks for your help.