[GitHub] [poi] manticore-projects commented on pull request #275: Better parallel build performance

2021-11-03 Thread GitBox
manticore-projects commented on pull request #275: URL: https://github.com/apache/poi/pull/275#issuecomment-958740030 I gave it my best try: On CI please call gradle as shown below in order to achieve serial build and Testing on 2 threads ```bash CI_BUILD=TRUE gradle

[GitHub] [poi] pjfanning commented on a change in pull request #275: Better parallel build performance

2021-11-03 Thread GitBox
pjfanning commented on a change in pull request #275: URL: https://github.com/apache/poi/pull/275#discussion_r741672436 ## File path: build.gradle ## @@ -271,8 +278,10 @@ subprojects {

[GitHub] [poi] manticore-projects edited a comment on pull request #275: Better parallel build performance

2021-11-03 Thread GitBox
manticore-projects edited a comment on pull request #275: URL: https://github.com/apache/poi/pull/275#issuecomment-958740030 I gave it my best try: On CI please call gradle as shown below in order to achieve serial build and Testing on 2 threads. (Calling the `JENKINS` task would

[GitHub] [poi] centic9 commented on pull request #275: Better parallel build performance

2021-11-07 Thread GitBox
centic9 commented on pull request #275: URL: https://github.com/apache/poi/pull/275#issuecomment-962631303 I have now applied a slightly adjusted version of these changes. Please take a look if it works for you now. -- This is an automated message from the Apache Git Service. To respond

[GitHub] [poi] centic9 commented on pull request #273: trimming sheetnames > 31 chars

2021-11-07 Thread GitBox
centic9 commented on pull request #273: URL: https://github.com/apache/poi/pull/273#issuecomment-962640437 Applied most of the changes, however throwing an Exception was not necessary as both HSSF and XSSF already validate for existing sheetnames with taking the max-length into account

[GitHub] [poi] manticore-projects commented on pull request #273: trimming sheetnames > 31 chars

2021-11-07 Thread GitBox
manticore-projects commented on pull request #273: URL: https://github.com/apache/poi/pull/273#issuecomment-962641605 Awesome! Thank you for looking into this and giving feedback. Cheers! -- This is an automated message from the Apache Git Service. To respond to the message, please

[GitHub] [poi] manticore-projects commented on pull request #275: Better parallel build performance

2021-11-07 Thread GitBox
manticore-projects commented on pull request #275: URL: https://github.com/apache/poi/pull/275#issuecomment-962641527 Thank you so much, especially for the fine tuning. It works well and I am glad that my stuff was partially helpful! ``` BUILD SUCCESSFUL in 6m 33s ```

[GitHub] [poi] asfgit closed pull request #275: Better parallel build performance

2021-11-07 Thread GitBox
asfgit closed pull request #275: URL: https://github.com/apache/poi/pull/275 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail:

[GitHub] [poi] asfgit closed pull request #273: trimming sheetnames > 31 chars

2021-11-07 Thread GitBox
asfgit closed pull request #273: URL: https://github.com/apache/poi/pull/273 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail:

[GitHub] [poi] dependabot[bot] opened a new pull request #276: Bump byte-buddy from 1.11.22 to 1.12.0

2021-11-08 Thread GitBox
dependabot[bot] opened a new pull request #276: URL: https://github.com/apache/poi/pull/276 Bumps [byte-buddy](https://github.com/raphw/byte-buddy) from 1.11.22 to 1.12.0. Release notes Sourced from https://github.com/raphw/byte-buddy/releases;>byte-buddy's releases. Byte

[GitHub] [poi] dependabot[bot] opened a new pull request #277: Bump byte-buddy-agent from 1.11.22 to 1.12.0

2021-11-08 Thread GitBox
dependabot[bot] opened a new pull request #277: URL: https://github.com/apache/poi/pull/277 Bumps [byte-buddy-agent](https://github.com/raphw/byte-buddy) from 1.11.22 to 1.12.0. Release notes Sourced from https://github.com/raphw/byte-buddy/releases;>byte-buddy-agent's releases.

[GitHub] [poi] manticore-projects opened a new pull request #273: trimming sheetnames > 31 chars

2021-10-31 Thread GitBox
manticore-projects opened a new pull request #273: URL: https://github.com/apache/poi/pull/273 Warn about trimmed sheet names Throw exception when trimmed sheetname collides with existing sheet Implement sheetname trimming for HSSFWorkbook Add use case tests -- This is an

[GitHub] [poi] pjfanning commented on a change in pull request #273: trimming sheetnames > 31 chars

2021-10-31 Thread GitBox
pjfanning commented on a change in pull request #273: URL: https://github.com/apache/poi/pull/273#discussion_r739823404 ## File path: poi-ooxml/src/main/java/org/apache/poi/xssf/usermodel/XSSFWorkbook.java ## @@ -875,8 +876,23 @@ public XSSFSheet createSheet(String sheetname)

[GitHub] [poi] dependabot[bot] opened a new pull request #274: Bump xmlsec from 2.2.3 to 2.3.0

2021-11-01 Thread GitBox
dependabot[bot] opened a new pull request #274: URL: https://github.com/apache/poi/pull/274 Bumps xmlsec from 2.2.3 to 2.3.0. [![Dependabot compatibility

[GitHub] [poi] asfgit closed pull request #268: Bump reflections from 0.10.1 to 0.10.2

2021-10-25 Thread GitBox
asfgit closed pull request #268: URL: https://github.com/apache/poi/pull/268 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail:

[GitHub] [poi] dependabot[bot] commented on pull request #268: Bump reflections from 0.10.1 to 0.10.2

2021-10-25 Thread GitBox
dependabot[bot] commented on pull request #268: URL: https://github.com/apache/poi/pull/268#issuecomment-951323290 OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor

[GitHub] [poi] aspojo commented on pull request #267: bug fix :It would be fail when sheet range in formula With spaces and Quotes .

2021-10-25 Thread GitBox
aspojo commented on pull request #267: URL: https://github.com/apache/poi/pull/267#issuecomment-951437171 I apologize for my mistake. I will test it all and submit PR again. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub

[GitHub] [poi] komarovd95 commented on pull request #270: Draw correct XDGF circular arc

2021-10-27 Thread GitBox
komarovd95 commented on pull request #270: URL: https://github.com/apache/poi/pull/270#issuecomment-953060446 @pjfanning sure, will simple unit tests that assert path be enough? Or we need something more complex? -- This is an automated message from the Apache Git Service. To respond

[GitHub] [poi] pjfanning commented on pull request #270: Draw correct XDGF circular arc

2021-10-27 Thread GitBox
pjfanning commented on pull request #270: URL: https://github.com/apache/poi/pull/270#issuecomment-953069327 something basic is enough - ideally something that sets some values, saves the file (to an ByteArrayOutputStream) and read back into a XDGFDocument and assertions made against this

[GitHub] [poi] komarovd95 opened a new pull request #270: Draw correct XDGF circular arc

2021-10-27 Thread GitBox
komarovd95 opened a new pull request #270: URL: https://github.com/apache/poi/pull/270 Hi, I faced an issue with drawing circular arcs provided from VSDX files (`ArcTo` geometry rows). The current implementation has some bugs: it tries to draw an elliptical arc (see arguments `width` and

[GitHub] [poi] pjfanning commented on pull request #270: Draw correct XDGF circular arc

2021-10-27 Thread GitBox
pjfanning commented on pull request #270: URL: https://github.com/apache/poi/pull/270#issuecomment-953019307 @komarovd95 would it be possible to add some unit test coverage? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub

[GitHub] [poi] pjfanning commented on pull request #243: Xlookup function

2021-12-02 Thread GitBox
pjfanning commented on pull request #243: URL: https://github.com/apache/poi/pull/243#issuecomment-984938103 A partial implementation was added using https://github.com/apache/poi/commit/c8a3870064b49ce280e87da67740696e001488fd - still plenty to do -- This is an automated message from

[GitHub] [poi] pjfanning closed pull request #243: Xlookup function

2021-12-02 Thread GitBox
pjfanning closed pull request #243: URL: https://github.com/apache/poi/pull/243 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail:

[GitHub] [poi] pjfanning closed pull request #283: Saxon test

2021-12-01 Thread GitBox
pjfanning closed pull request #283: URL: https://github.com/apache/poi/pull/283 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail:

[GitHub] [poi] asfgit closed pull request #285: Fixes XDGFShape#getTxtPinY method

2021-12-09 Thread GitBox
asfgit closed pull request #285: URL: https://github.com/apache/poi/pull/285 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail:

[GitHub] [poi] komarovd95 opened a new pull request #285: Fixes XDGFShape#getTxtPinY method

2021-12-08 Thread GitBox
komarovd95 opened a new pull request #285: URL: https://github.com/apache/poi/pull/285 There is an obvious bug in the calculation of TxtPinY. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the

[GitHub] [poi] pjfanning commented on pull request #285: Fixes XDGFShape#getTxtPinY method

2021-12-08 Thread GitBox
pjfanning commented on pull request #285: URL: https://github.com/apache/poi/pull/285#issuecomment-988765212 thanks but any chance you can add some basic test coverage? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use

[GitHub] [poi] dependabot[bot] commented on pull request #286: Bump spotbugs-gradle-plugin from 5.0.2 to 5.0.3

2021-12-16 Thread GitBox
dependabot[bot] commented on pull request #286: URL: https://github.com/apache/poi/pull/286#issuecomment-995589011 OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor

[GitHub] [poi] asfgit closed pull request #286: Bump spotbugs-gradle-plugin from 5.0.2 to 5.0.3

2021-12-16 Thread GitBox
asfgit closed pull request #286: URL: https://github.com/apache/poi/pull/286 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail:

[GitHub] [poi] dependabot[bot] opened a new pull request #287: Bump mockito-core from 4.1.0 to 4.2.0

2021-12-16 Thread GitBox
dependabot[bot] opened a new pull request #287: URL: https://github.com/apache/poi/pull/287 Bumps [mockito-core](https://github.com/mockito/mockito) from 4.1.0 to 4.2.0. Release notes Sourced from https://github.com/mockito/mockito/releases;>mockito-core's releases. v4.2.0

[GitHub] [poi] asfgit closed pull request #287: Bump mockito-core from 4.1.0 to 4.2.0

2021-12-16 Thread GitBox
asfgit closed pull request #287: URL: https://github.com/apache/poi/pull/287 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail:

[GitHub] [poi] dependabot[bot] commented on pull request #287: Bump mockito-core from 4.1.0 to 4.2.0

2021-12-16 Thread GitBox
dependabot[bot] commented on pull request #287: URL: https://github.com/apache/poi/pull/287#issuecomment-996150563 OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor

[GitHub] [poi] dependabot[bot] opened a new pull request #286: Bump spotbugs-gradle-plugin from 5.0.2 to 5.0.3

2021-12-15 Thread GitBox
dependabot[bot] opened a new pull request #286: URL: https://github.com/apache/poi/pull/286 Bumps [spotbugs-gradle-plugin](https://github.com/spotbugs/spotbugs-gradle-plugin) from 5.0.2 to 5.0.3. Release notes Sourced from

[GitHub] [poi] pjfanning opened a new pull request #240: Try to make cell copy code more generic

2021-07-24 Thread GitBox
pjfanning opened a new pull request #240: URL: https://github.com/apache/poi/pull/240 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail:

[GitHub] [poi] pjfanning opened a new pull request #241: bug-65464

2021-07-26 Thread GitBox
pjfanning opened a new pull request #241: URL: https://github.com/apache/poi/pull/241 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail:

[GitHub] [poi] pjfanning closed pull request #241: bug-65464

2021-07-28 Thread GitBox
pjfanning closed pull request #241: URL: https://github.com/apache/poi/pull/241 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail:

[GitHub] [poi] pjfanning commented on pull request #241: bug-65464

2021-07-28 Thread GitBox
pjfanning commented on pull request #241: URL: https://github.com/apache/poi/pull/241#issuecomment-888165496 committed with https://svn.apache.org/viewvc?view=rev=1891849 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and

[GitHub] [poi] dependabot[bot] commented on pull request #294: Bump slf4j-api from 1.7.32 to 1.7.33

2022-01-13 Thread GitBox
dependabot[bot] commented on pull request #294: URL: https://github.com/apache/poi/pull/294#issuecomment-1012236959 OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor

[GitHub] [poi] asfgit closed pull request #294: Bump slf4j-api from 1.7.32 to 1.7.33

2022-01-13 Thread GitBox
asfgit closed pull request #294: URL: https://github.com/apache/poi/pull/294 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail:

[GitHub] [poi] dependabot[bot] opened a new pull request #294: Bump slf4j-api from 1.7.32 to 1.7.33

2022-01-13 Thread GitBox
dependabot[bot] opened a new pull request #294: URL: https://github.com/apache/poi/pull/294 Bumps [slf4j-api](https://github.com/qos-ch/slf4j) from 1.7.32 to 1.7.33. Commits See full diff in https://github.com/qos-ch/slf4j/commits;>compare view

[GitHub] [poi] katana95 opened a new pull request #304: ASP-13774 updated build file

2022-02-15 Thread GitBox
katana95 opened a new pull request #304: URL: https://github.com/apache/poi/pull/304 Jira task: https://pdffiller.atlassian.net/browse/ASP-13774 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to

[GitHub] [poi] katana95 closed pull request #304: ASP-13774 updated build file

2022-02-15 Thread GitBox
katana95 closed pull request #304: URL: https://github.com/apache/poi/pull/304 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail:

[GitHub] [poi] quimperval closed pull request #309: Allow each sections to have different headers

2022-03-04 Thread GitBox
quimperval closed pull request #309: URL: https://github.com/apache/poi/pull/309 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail:

[GitHub] [poi] quimperval opened a new pull request #309: Allow each sections to have different headers

2022-03-04 Thread GitBox
quimperval opened a new pull request #309: URL: https://github.com/apache/poi/pull/309 This commit is to allow distinct sections in a docx document to have distinct headers and footers and addeed the unit tests

[GitHub] [poi] quimperval opened a new pull request #310: Allow sections to have distinct headers and footers

2022-03-05 Thread GitBox
quimperval opened a new pull request #310: URL: https://github.com/apache/poi/pull/310 The below variable was added in the class XWPFHeaderFooterPolicy.java. The variable allows to save a header policy for each section in the document. This variable is used to add header and footer

[GitHub] [poi] pjfanning commented on a change in pull request #310: Allow sections to have distinct headers and footers

2022-03-05 Thread GitBox
pjfanning commented on a change in pull request #310: URL: https://github.com/apache/poi/pull/310#discussion_r820119473 ## File path: poi-ooxml/src/main/java/org/apache/poi/xwpf/model/XWPFHeaderFooterPolicy.java ## @@ -52,227 +41,236 @@ Licensed to the Apache Software

[GitHub] [poi] quimperval commented on a change in pull request #310: Allow sections to have distinct headers and footers

2022-03-05 Thread GitBox
quimperval commented on a change in pull request #310: URL: https://github.com/apache/poi/pull/310#discussion_r820167822 ## File path: poi-ooxml/src/main/java/org/apache/poi/xwpf/model/XWPFHeaderFooterPolicy.java ## @@ -52,227 +41,236 @@ Licensed to the Apache Software

[GitHub] [poi] pjfanning commented on a change in pull request #310: Allow sections to have distinct headers and footers

2022-03-06 Thread GitBox
pjfanning commented on a change in pull request #310: URL: https://github.com/apache/poi/pull/310#discussion_r820204999 ## File path: poi-ooxml/src/main/java/org/apache/poi/xwpf/model/XWPFHeaderFooterPolicy.java ## @@ -52,227 +41,236 @@ Licensed to the Apache Software

[GitHub] [poi] dependabot[bot] opened a new pull request #311: Bump mockito-core from 4.3.1 to 4.4.0

2022-03-08 Thread GitBox
dependabot[bot] opened a new pull request #311: URL: https://github.com/apache/poi/pull/311 Bumps [mockito-core](https://github.com/mockito/mockito) from 4.3.1 to 4.4.0. Release notes Sourced from https://github.com/mockito/mockito/releases;>mockito-core's releases. v4.4.0

[GitHub] [poi] appbakers closed pull request #312: close XSSFWorkbook on SXSSFWorkbook.write() method

2022-03-10 Thread GitBox
appbakers closed pull request #312: URL: https://github.com/apache/poi/pull/312 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail:

[GitHub] [poi] appbakers commented on pull request #312: close XSSFWorkbook on SXSSFWorkbook.write() method

2022-03-10 Thread GitBox
appbakers commented on pull request #312: URL: https://github.com/apache/poi/pull/312#issuecomment-1064845015 Okay. It seems deliberate. I found error while executing poi test after this change. so the close should not called inside SXSSFWorkbook.write() method. I am closing

[GitHub] [poi] pjfanning commented on pull request #312: close XSSFWorkbook on SXSSFWorkbook.write() method

2022-03-10 Thread GitBox
pjfanning commented on pull request #312: URL: https://github.com/apache/poi/pull/312#issuecomment-1064841771 That code change was deliberate as far as I know. Could you change your code to close the SXSSFWorkbook and also to call dispose on the SXSSFWorkbook after you do the write? --

[GitHub] [poi] pjfanning edited a comment on pull request #312: close XSSFWorkbook on SXSSFWorkbook.write() method

2022-03-10 Thread GitBox
pjfanning edited a comment on pull request #312: URL: https://github.com/apache/poi/pull/312#issuecomment-1064841771 That code change was deliberate as far as I know. Could you change your code to close the SXSSFWorkbook and also to call dispose on the SXSSFWorkbook after you do the

[GitHub] [poi] appbakers opened a new pull request #312: close XSSFWorkbook on SXSSFWorkbook.write() method

2022-03-10 Thread GitBox
appbakers opened a new pull request #312: URL: https://github.com/apache/poi/pull/312 Please check code change. If there is a reason why close is not called after underlying XSSFWorkbook is written. -- This is an automated message from the Apache Git Service. To respond to the

[GitHub] [poi] asfgit closed pull request #311: Bump mockito-core from 4.3.1 to 4.4.0

2022-03-08 Thread GitBox
asfgit closed pull request #311: URL: https://github.com/apache/poi/pull/311 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail:

[GitHub] [poi] dependabot[bot] commented on pull request #311: Bump mockito-core from 4.3.1 to 4.4.0

2022-03-08 Thread GitBox
dependabot[bot] commented on pull request #311: URL: https://github.com/apache/poi/pull/311#issuecomment-1062163637 OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor

[GitHub] [poi] pjfanning commented on pull request #310: Allow sections to have distinct headers and footers

2022-03-06 Thread GitBox
pjfanning commented on pull request #310: URL: https://github.com/apache/poi/pull/310#issuecomment-1059962969 Thanks - I added all the changes except for the example - let me have a think about that part. -- This is an automated message from the Apache Git Service. To respond to the

[GitHub] [poi] pjfanning commented on pull request #310: Allow sections to have distinct headers and footers

2022-03-06 Thread GitBox
pjfanning commented on pull request #310: URL: https://github.com/apache/poi/pull/310#issuecomment-1060031605 @quimperval could you review https://github.com/apache/poi/commit/83a90487cb315e5ee798a11bcff3938dba8b67ac ? We generally aim to not use the generated CT classes and to use

[GitHub] [poi] quimperval commented on a change in pull request #310: Allow sections to have distinct headers and footers

2022-03-06 Thread GitBox
quimperval commented on a change in pull request #310: URL: https://github.com/apache/poi/pull/310#discussion_r820229853 ## File path: poi-ooxml/src/main/java/org/apache/poi/xwpf/model/XWPFHeaderFooterPolicy.java ## @@ -52,227 +41,236 @@ Licensed to the Apache Software

[GitHub] [poi] asfgit closed pull request #310: Allow sections to have distinct headers and footers

2022-03-06 Thread GitBox
asfgit closed pull request #310: URL: https://github.com/apache/poi/pull/310 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail:

[GitHub] [poi] asfgit closed pull request #306: Bump Saxon-HE from 11.1.1 to 11.2

2022-02-19 Thread GitBox
asfgit closed pull request #306: URL: https://github.com/apache/poi/pull/306 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail:

[GitHub] [poi] dependabot[bot] commented on pull request #306: Bump Saxon-HE from 11.1.1 to 11.2

2022-02-19 Thread GitBox
dependabot[bot] commented on pull request #306: URL: https://github.com/apache/poi/pull/306#issuecomment-1045995927 OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor

[GitHub] [poi] asfgit closed pull request #305: Bump com.github.spotbugs from 4.8.0 to 5.0.6

2022-02-19 Thread GitBox
asfgit closed pull request #305: URL: https://github.com/apache/poi/pull/305 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail:

[GitHub] [poi] dependabot[bot] commented on pull request #305: Bump com.github.spotbugs from 4.8.0 to 5.0.6

2022-02-19 Thread GitBox
dependabot[bot] commented on pull request #305: URL: https://github.com/apache/poi/pull/305#issuecomment-1045995925 OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor

[GitHub] [poi] dependabot[bot] opened a new pull request #305: Bump com.github.spotbugs from 4.8.0 to 5.0.6

2022-02-17 Thread GitBox
dependabot[bot] opened a new pull request #305: URL: https://github.com/apache/poi/pull/305 Bumps com.github.spotbugs from 4.8.0 to 5.0.6. [![Dependabot compatibility

[GitHub] [poi] dependabot[bot] opened a new pull request #307: Bump com.github.jk1.dependency-license-report from 2.0 to 2.1

2022-02-28 Thread GitBox
dependabot[bot] opened a new pull request #307: URL: https://github.com/apache/poi/pull/307 Bumps com.github.jk1.dependency-license-report from 2.0 to 2.1. [![Dependabot compatibility

[GitHub] [poi] asfgit closed pull request #307: Bump com.github.jk1.dependency-license-report from 2.0 to 2.1

2022-02-28 Thread GitBox
asfgit closed pull request #307: URL: https://github.com/apache/poi/pull/307 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail:

[GitHub] [poi] dependabot[bot] commented on pull request #307: Bump com.github.jk1.dependency-license-report from 2.0 to 2.1

2022-02-28 Thread GitBox
dependabot[bot] commented on pull request #307: URL: https://github.com/apache/poi/pull/307#issuecomment-1054347906 OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor

[GitHub] [poi] katana95 closed pull request #304: ASP-13774 updated build file

2022-02-15 Thread GitBox
katana95 closed pull request #304: URL: https://github.com/apache/poi/pull/304 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail:

[GitHub] [poi] dependabot[bot] opened a new pull request #306: Bump Saxon-HE from 11.1.1 to 11.2

2022-02-18 Thread GitBox
dependabot[bot] opened a new pull request #306: URL: https://github.com/apache/poi/pull/306 Bumps Saxon-HE from 11.1.1 to 11.2. [![Dependabot compatibility

[GitHub] [poi] asfgit closed pull request #308: Bump guava from 31.0.1-jre to 31.1-jre

2022-03-01 Thread GitBox
asfgit closed pull request #308: URL: https://github.com/apache/poi/pull/308 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail:

[GitHub] [poi] dependabot[bot] commented on pull request #308: Bump guava from 31.0.1-jre to 31.1-jre

2022-03-01 Thread GitBox
dependabot[bot] commented on pull request #308: URL: https://github.com/apache/poi/pull/308#issuecomment-1055885864 OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor

[GitHub] [poi] dependabot[bot] opened a new pull request #308: Bump guava from 31.0.1-jre to 31.1-jre

2022-03-01 Thread GitBox
dependabot[bot] opened a new pull request #308: URL: https://github.com/apache/poi/pull/308 Bumps [guava](https://github.com/google/guava) from 31.0.1-jre to 31.1-jre. Release notes Sourced from https://github.com/google/guava/releases;>guava's releases. 31.1 Maven

[GitHub] [poi] centic9 closed pull request #313: poi-ooxml-lite: Check in list of classes and xsb-files to avoid the jar-to-test dependency

2022-03-24 Thread GitBox
centic9 closed pull request #313: URL: https://github.com/apache/poi/pull/313 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail:

[GitHub] [poi] centic9 commented on pull request #313: poi-ooxml-lite: Check in list of classes and xsb-files to avoid the jar-to-test dependency

2022-03-24 Thread GitBox
centic9 commented on pull request #313: URL: https://github.com/apache/poi/pull/313#issuecomment-1077392569 This is applied now via https://github.com/apache/poi/commit/09e464bb5f6d8880e79a2beed45760ddfafb62a7 -- This is an automated message from the Apache Git Service. To respond to

[GitHub] [poi] dependabot[bot] commented on pull request #316: Bump Saxon-HE from 11.2 to 11.3

2022-03-28 Thread GitBox
dependabot[bot] commented on pull request #316: URL: https://github.com/apache/poi/pull/316#issuecomment-1080758755 OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor

[GitHub] [poi] asfgit closed pull request #316: Bump Saxon-HE from 11.2 to 11.3

2022-03-28 Thread GitBox
asfgit closed pull request #316: URL: https://github.com/apache/poi/pull/316 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail:

[GitHub] [poi] dependabot[bot] commented on pull request #315: Bump jmh-core from 1.34 to 1.35

2022-03-28 Thread GitBox
dependabot[bot] commented on pull request #315: URL: https://github.com/apache/poi/pull/315#issuecomment-1080758785 OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor

[GitHub] [poi] asfgit closed pull request #315: Bump jmh-core from 1.34 to 1.35

2022-03-28 Thread GitBox
asfgit closed pull request #315: URL: https://github.com/apache/poi/pull/315 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail:

[GitHub] [poi] dependabot[bot] opened a new pull request #315: Bump jmh-core from 1.34 to 1.35

2022-03-28 Thread GitBox
dependabot[bot] opened a new pull request #315: URL: https://github.com/apache/poi/pull/315 Bumps jmh-core from 1.34 to 1.35. [![Dependabot compatibility

[GitHub] [poi] dependabot[bot] opened a new pull request #316: Bump Saxon-HE from 11.2 to 11.3

2022-03-28 Thread GitBox
dependabot[bot] opened a new pull request #316: URL: https://github.com/apache/poi/pull/316 Bumps Saxon-HE from 11.2 to 11.3. [![Dependabot compatibility

[GitHub] [poi] dependabot[bot] opened a new pull request #317: Bump jmh-generator-annprocess from 1.34 to 1.35

2022-03-28 Thread GitBox
dependabot[bot] opened a new pull request #317: URL: https://github.com/apache/poi/pull/317 Bumps jmh-generator-annprocess from 1.34 to 1.35. [![Dependabot compatibility

[GitHub] [poi] quimperval commented on pull request #310: Allow sections to have distinct headers and footers

2022-03-30 Thread GitBox
quimperval commented on pull request #310: URL: https://github.com/apache/poi/pull/310#issuecomment-1083801323 @carmceart with PR 310 each sectPr will be able to store different properties of headers and footers, which could be different from the ones set for the main body sectPr object,

[GitHub] [poi] quimperval commented on pull request #310: Allow sections to have distinct headers and footers

2022-03-29 Thread GitBox
quimperval commented on pull request #310: URL: https://github.com/apache/poi/pull/310#issuecomment-1082590734 Hello @carmceart I've created a branch, from the commit just before the PR 310, and created a simple document with different sections.

[GitHub] [poi] pjfanning commented on pull request #318: fix bug: when transfer .ppt(which is encrypted) to .pdf by using poi and itexpdf,can cause NullPointException.

2022-04-02 Thread GitBox
pjfanning commented on pull request #318: URL: https://github.com/apache/poi/pull/318#issuecomment-1086588010 thanks - merged -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific

[GitHub] [poi] asfgit closed pull request #318: fix bug: when transfer .ppt(which is encrypted) to .pdf by using poi and itexpdf,can cause NullPointException.

2022-04-02 Thread GitBox
asfgit closed pull request #318: URL: https://github.com/apache/poi/pull/318 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail:

[GitHub] [poi] wanglunhui2012 opened a new pull request #318: fix bug: when transfer .ppt(which is encrypted) to .pdf by using poi and itexpdf,can cause NullPointException.

2022-04-01 Thread GitBox
wanglunhui2012 opened a new pull request #318: URL: https://github.com/apache/poi/pull/318 When i try to transfer .ppt to .pdf,that can work well.But When i try to transfer .ppt(Note: this file is encrypted) to .pdf,the file `DrawTextParagraph.java#getRenderableText()` can cause

[GitHub] [poi] dependabot[bot] opened a new pull request, #320: Bump org.nosphere.apache.rat from 0.7.0 to 0.7.1

2022-04-05 Thread GitBox
dependabot[bot] opened a new pull request, #320: URL: https://github.com/apache/poi/pull/320 Bumps org.nosphere.apache.rat from 0.7.0 to 0.7.1. [![Dependabot compatibility

[GitHub] [poi] asfgit closed pull request #319: Fixed javadoc

2022-04-05 Thread GitBox
asfgit closed pull request #319: Fixed javadoc URL: https://github.com/apache/poi/pull/319 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail:

[GitHub] [poi] CodeMonkeyLab opened a new pull request, #319: Fixed javadoc

2022-04-05 Thread GitBox
CodeMonkeyLab opened a new pull request, #319: URL: https://github.com/apache/poi/pull/319 Fixed very minor javadoc bug -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To

[GitHub] [poi] pjfanning commented on pull request #319: Fixed javadoc

2022-04-05 Thread GitBox
pjfanning commented on PR #319: URL: https://github.com/apache/poi/pull/319#issuecomment-1088547203 Thanks - applied using https://github.com/apache/poi/commit/0b863c29a12e251f1d77beafa58f3c63268efb3c -- This is an automated message from the Apache Git Service. To respond to the message,

[GitHub] [poi] centic9 commented on a change in pull request #313: poi-ooxml-lite: Check in list of classes and xsb-files to avoid the jar-to-test dependency

2022-03-20 Thread GitBox
centic9 commented on a change in pull request #313: URL: https://github.com/apache/poi/pull/313#discussion_r830636234 ## File path: build.xml ## @@ -153,7 +153,7 @@ under the License. - + Review comment: FYI, I did not change or check if Ant-build

[GitHub] [poi] centic9 opened a new pull request #313: poi-ooxml-lite: Check in list of classes and xsb-files to avoid the jar-to-test dependency

2022-03-20 Thread GitBox
centic9 opened a new pull request #313: URL: https://github.com/apache/poi/pull/313 This is a PR for discussing a change to the ooxml-lite packages which I would like to commit. ### Problem Currently executing `./gradlew jar` takes a very long time. This is

[GitHub] [poi] pjfanning commented on pull request #313: poi-ooxml-lite: Check in list of classes and xsb-files to avoid the jar-to-test dependency

2022-03-20 Thread GitBox
pjfanning commented on pull request #313: URL: https://github.com/apache/poi/pull/313#issuecomment-1073295430 Seems like a good idea. What command do you use to regenerate the clazz and xsb list files (if you want to)? -- This is an automated message from the Apache Git Service. To

[GitHub] [poi] centic9 commented on pull request #313: poi-ooxml-lite: Check in list of classes and xsb-files to avoid the jar-to-test dependency

2022-03-20 Thread GitBox
centic9 commented on pull request #313: URL: https://github.com/apache/poi/pull/313#issuecomment-1073342277 New entries to the files are added automatically whenever a test is enhanced and the Gradle-test-target is executed locally. -- This is an automated message from the Apache Git

[GitHub] [poi] dependabot[bot] commented on pull request #317: Bump jmh-generator-annprocess from 1.34 to 1.35

2022-03-28 Thread GitBox
dependabot[bot] commented on pull request #317: URL: https://github.com/apache/poi/pull/317#issuecomment-1081068591 Looks like org.openjdk.jmh:jmh-generator-annprocess is up-to-date now, so this is no longer needed. -- This is an automated message from the Apache Git Service. To respond

[GitHub] [poi] dependabot[bot] closed pull request #317: Bump jmh-generator-annprocess from 1.34 to 1.35

2022-03-28 Thread GitBox
dependabot[bot] closed pull request #317: URL: https://github.com/apache/poi/pull/317 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail:

[GitHub] [poi] pjfanning commented on pull request #317: Bump jmh-generator-annprocess from 1.34 to 1.35

2022-03-28 Thread GitBox
pjfanning commented on pull request #317: URL: https://github.com/apache/poi/pull/317#issuecomment-1081067202 @dependabot rebase -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific

[GitHub] [poi] pjfanning commented on pull request #314: Add equals() and hashCode() to PaneInformation

2022-03-25 Thread GitBox
pjfanning commented on pull request #314: URL: https://github.com/apache/poi/pull/314#issuecomment-1078817648 Thanks but could you write some test coverage? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

[GitHub] [poi] daniel-shuy opened a new pull request #314: Add equals() and hashCode() to PaneInformation

2022-03-25 Thread GitBox
daniel-shuy opened a new pull request #314: URL: https://github.com/apache/poi/pull/314 Currently there is no way to compare `PaneInformation` equality except by manually comparing all its properties -- This is an automated message from the Apache Git Service. To respond to the message,

<    1   2   3   4   5   6   7   8   9   10   >