[GitHub] [poi] pjfanning commented on pull request #330: Patch averageif

2022-04-29 Thread GitBox
pjfanning commented on PR #330: URL: https://github.com/apache/poi/pull/330#issuecomment-1113701291 new code is incorrect - I have provided a pull request to your repo - if the example2 is left broken, i will remove all the new code -- This is an automated message from the Apache Git

[GitHub] [poi] pjfanning commented on pull request #330: Patch averageif

2022-04-29 Thread GitBox
pjfanning commented on PR #330: URL: https://github.com/apache/poi/pull/330#issuecomment-1113722315 Can you close this PR? - all this code is merged to Apache trunk and I have been fixing your bugs and code formatting issues. -- This is an automated message from the Apache Git Service.

[GitHub] [poi] sfisque-synodex commented on pull request #330: Patch averageif

2022-04-29 Thread GitBox
sfisque-synodex commented on PR #330: URL: https://github.com/apache/poi/pull/330#issuecomment-1113728080 i do not appear to have that privilege. i cannot find the close button. you have my permission to close it if you have that privilege. -- This is an automated message from the

[GitHub] [poi] pjfanning commented on pull request #330: Patch averageif

2022-04-29 Thread GitBox
pjfanning commented on PR #330: URL: https://github.com/apache/poi/pull/330#issuecomment-1113731068 I don't have a direct way to close this. I have un ugly way to close it but may avoid it. It's more important that you verify the apache poi trunk code to verify it works for you. -- This

[GitHub] [poi] nathannaveen opened a new pull request, #325: chore: Set permissions for GitHub actions

2022-04-16 Thread GitBox
nathannaveen opened a new pull request, #325: URL: https://github.com/apache/poi/pull/325 - Included permissions for the action. https://github.com/ossf/scorecard/blob/main/docs/checks.md#token-permissions

[GitHub] [poi] pjfanning commented on pull request #325: chore: Set permissions for GitHub actions

2022-04-17 Thread GitBox
pjfanning commented on PR #325: URL: https://github.com/apache/poi/pull/325#issuecomment-1100848020 @nathannaveen thanks for drawing attention to this setting. I read https://github.blog/changelog/2021-04-20-github-actions-control-permissions-for-github_token/ and this seems to suggest

[GitHub] [poi] sfisque commented on a diff in pull request #330: Patch averageif

2022-04-29 Thread GitBox
sfisque commented on code in PR #330: URL: https://github.com/apache/poi/pull/330#discussion_r861796135 ## poi/src/test/java/org/apache/poi/ss/formula/functions/TestAverageIf.java: ## @@ -0,0 +1,106 @@ +/* + *

[GitHub] [poi] sfisque commented on a diff in pull request #330: Patch averageif

2022-04-29 Thread GitBox
sfisque commented on code in PR #330: URL: https://github.com/apache/poi/pull/330#discussion_r861796135 ## poi/src/test/java/org/apache/poi/ss/formula/functions/TestAverageIf.java: ## @@ -0,0 +1,106 @@ +/* + *

[GitHub] [poi] sfisque commented on a diff in pull request #330: Patch averageif

2022-04-29 Thread GitBox
sfisque commented on code in PR #330: URL: https://github.com/apache/poi/pull/330#discussion_r861795347 ## poi/src/main/java/org/apache/poi/ss/formula/functions/AverageIf.java: ## @@ -0,0 +1,133 @@ +/* +

[GitHub] [poi] pjfanning commented on a diff in pull request #330: Patch averageif

2022-04-29 Thread GitBox
pjfanning commented on code in PR #330: URL: https://github.com/apache/poi/pull/330#discussion_r862012906 ## poi/src/test/java/org/apache/poi/ss/formula/functions/TestAverageIf.java: ## @@ -0,0 +1,106 @@ +/* + *

[GitHub] [poi] wanglunhui2012 closed pull request #322: fix bug: when transfer .ppt(which include the object such as excel...…

2022-05-10 Thread GitBox
wanglunhui2012 closed pull request #322: fix bug: when transfer .ppt(which include the object such as excel...… URL: https://github.com/apache/poi/pull/322 -- 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] kiwiwings commented on pull request #322: fix bug: when transfer .ppt(which include the object such as excel...…

2022-05-09 Thread GitBox
kiwiwings commented on PR #322: URL: https://github.com/apache/poi/pull/322#issuecomment-1121955530 > @kiwiwings May I take another pr, which ignore the `USERSTYLE`? Because I see the comment in `org.apache.poi.hwmf.record.HwmfPenStyle` My approach to this would be: "Hey

[GitHub] [poi] wanglunhui2012 commented on pull request #322: fix bug: when transfer .ppt(which include the object such as excel...…

2022-05-09 Thread GitBox
wanglunhui2012 commented on PR #322: URL: https://github.com/apache/poi/pull/322#issuecomment-1121821975 @kiwiwings May I take another pr, which ignore the `USERSTYLE`? Because I see the comment in `org.apache.poi.hwmf.record.HwmfPenStyle`: ```java /** * The pen uses a styling

[GitHub] [poi] wanglunhui2012 commented on pull request #322: fix bug: when transfer .ppt(which include the object such as excel...…

2022-05-09 Thread GitBox
wanglunhui2012 commented on PR #322: URL: https://github.com/apache/poi/pull/322#issuecomment-1121824529 @pjfanning Sorry, the file is inner and I cannot find better way to reproducible. -- This is an automated message from the Apache Git Service. To respond to the message, please log on

[GitHub] [poi] naveensrinivasan opened a new pull request, #331: chore: Included githubactions in the dependabot config

2022-05-05 Thread GitBox
naveensrinivasan opened a new pull request, #331: URL: https://github.com/apache/poi/pull/331 This should help with keeping the GitHub actions updated on new releases. This will also help with keeping it secure. Dependabot helps in keeping the supply chain secure

[GitHub] [poi] sfisque opened a new pull request, #330: Patch averageif

2022-04-28 Thread GitBox
sfisque opened a new pull request, #330: URL: https://github.com/apache/poi/pull/330 adds missing support for singular AverageIf function -- 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] centic9 commented on a diff in pull request #330: Patch averageif

2022-04-29 Thread GitBox
centic9 commented on code in PR #330: URL: https://github.com/apache/poi/pull/330#discussion_r861492974 ## poi/src/main/java/org/apache/poi/ss/formula/functions/AverageIf.java: ## @@ -0,0 +1,133 @@ +/* +

[GitHub] [poi] pjfanning commented on a diff in pull request #330: Patch averageif

2022-04-29 Thread GitBox
pjfanning commented on code in PR #330: URL: https://github.com/apache/poi/pull/330#discussion_r861502408 ## poi/src/test/java/org/apache/poi/ss/formula/functions/TestAverageIf.java: ## @@ -0,0 +1,106 @@ +/* + *

[GitHub] [poi] dependabot[bot] opened a new pull request, #376: Bump byte-buddy from 1.12.13 to 1.12.14

2022-08-22 Thread GitBox
dependabot[bot] opened a new pull request, #376: URL: https://github.com/apache/poi/pull/376 Bumps [byte-buddy](https://github.com/raphw/byte-buddy) from 1.12.13 to 1.12.14. Release notes Sourced from https://github.com/raphw/byte-buddy/releases;>byte-buddy's releases.

[GitHub] [poi] asfgit closed pull request #374: Bump com.github.spotbugs from 5.0.9 to 5.0.10

2022-08-22 Thread GitBox
asfgit closed pull request #374: Bump com.github.spotbugs from 5.0.9 to 5.0.10 URL: https://github.com/apache/poi/pull/374 -- 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] dependabot[bot] opened a new pull request, #372: Bump slf4j-simple from 1.7.36 to 2.0.0

2022-08-22 Thread GitBox
dependabot[bot] opened a new pull request, #372: URL: https://github.com/apache/poi/pull/372 Bumps [slf4j-simple](https://github.com/qos-ch/slf4j) from 1.7.36 to 2.0.0. Commits https://github.com/qos-ch/slf4j/commit/0614d467d7bca81724f45e228f4f871161222b51;>0614d46 prepare

[GitHub] [poi] dependabot[bot] opened a new pull request, #373: Bump byte-buddy-agent from 1.12.13 to 1.12.14

2022-08-22 Thread GitBox
dependabot[bot] opened a new pull request, #373: URL: https://github.com/apache/poi/pull/373 Bumps [byte-buddy-agent](https://github.com/raphw/byte-buddy) from 1.12.13 to 1.12.14. Release notes Sourced from https://github.com/raphw/byte-buddy/releases;>byte-buddy-agent's

[GitHub] [poi] dependabot[bot] opened a new pull request, #374: Bump com.github.spotbugs from 5.0.9 to 5.0.10

2022-08-22 Thread GitBox
dependabot[bot] opened a new pull request, #374: URL: https://github.com/apache/poi/pull/374 Bumps com.github.spotbugs from 5.0.9 to 5.0.10. [![Dependabot compatibility

[GitHub] [poi] dependabot[bot] opened a new pull request, #375: Bump slf4j-api from 1.7.36 to 2.0.0

2022-08-22 Thread GitBox
dependabot[bot] opened a new pull request, #375: URL: https://github.com/apache/poi/pull/375 Bumps [slf4j-api](https://github.com/qos-ch/slf4j) from 1.7.36 to 2.0.0. Commits https://github.com/qos-ch/slf4j/commit/0614d467d7bca81724f45e228f4f871161222b51;>0614d46 prepare

[GitHub] [poi] asfgit closed pull request #376: Bump byte-buddy from 1.12.13 to 1.12.14

2022-08-22 Thread GitBox
asfgit closed pull request #376: Bump byte-buddy from 1.12.13 to 1.12.14 URL: https://github.com/apache/poi/pull/376 -- 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] asfgit closed pull request #373: Bump byte-buddy-agent from 1.12.13 to 1.12.14

2022-08-22 Thread GitBox
asfgit closed pull request #373: Bump byte-buddy-agent from 1.12.13 to 1.12.14 URL: https://github.com/apache/poi/pull/373 -- 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] dependabot[bot] commented on pull request #376: Bump byte-buddy from 1.12.13 to 1.12.14

2022-08-22 Thread GitBox
dependabot[bot] commented on PR #376: URL: https://github.com/apache/poi/pull/376#issuecomment-1222489853 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 version, let me

[GitHub] [poi] dependabot[bot] commented on pull request #375: Bump slf4j-api from 1.7.36 to 2.0.0

2022-08-22 Thread GitBox
dependabot[bot] commented on PR #375: URL: https://github.com/apache/poi/pull/375#issuecomment-1222489888 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 version, let me

[GitHub] [poi] asfgit closed pull request #375: Bump slf4j-api from 1.7.36 to 2.0.0

2022-08-22 Thread GitBox
asfgit closed pull request #375: Bump slf4j-api from 1.7.36 to 2.0.0 URL: https://github.com/apache/poi/pull/375 -- 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] asfgit closed pull request #372: Bump slf4j-simple from 1.7.36 to 2.0.0

2022-08-22 Thread GitBox
asfgit closed pull request #372: Bump slf4j-simple from 1.7.36 to 2.0.0 URL: https://github.com/apache/poi/pull/372 -- 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] dependabot[bot] commented on pull request #374: Bump com.github.spotbugs from 5.0.9 to 5.0.10

2022-08-22 Thread GitBox
dependabot[bot] commented on PR #374: URL: https://github.com/apache/poi/pull/374#issuecomment-1222489834 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 version, let me

[GitHub] [poi] dependabot[bot] commented on pull request #373: Bump byte-buddy-agent from 1.12.13 to 1.12.14

2022-08-22 Thread GitBox
dependabot[bot] commented on PR #373: URL: https://github.com/apache/poi/pull/373#issuecomment-1222489867 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 version, let me

[GitHub] [poi] dependabot[bot] commented on pull request #372: Bump slf4j-simple from 1.7.36 to 2.0.0

2022-08-22 Thread GitBox
dependabot[bot] commented on PR #372: URL: https://github.com/apache/poi/pull/372#issuecomment-1222489899 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 version, let me

[GitHub] [poi] pjfanning commented on pull request #371: fix: when copy slide,new slide use old textrun object reference

2022-08-18 Thread GitBox
pjfanning commented on PR #371: URL: https://github.com/apache/poi/pull/371#issuecomment-1220107861 It is also better to raise a bug first before providing PRs. See https://bz.apache.org/bugzilla -- This is an automated message from the Apache Git Service. To respond to the message,

[GitHub] [poi] pjfanning commented on pull request #371: fix: when copy slide,new slide use old textrun object reference

2022-08-18 Thread GitBox
pjfanning commented on PR #371: URL: https://github.com/apache/poi/pull/371#issuecomment-1220107451 Please provide some description - and ideally a test case to go with this. It is not enough to modify code without describing why. -- This is an automated message from the Apache Git

[GitHub] [poi] FlyingPigQAQ commented on pull request #371: fix: when copy slide,new slide use old textrun object reference

2022-08-18 Thread GitBox
FlyingPigQAQ commented on PR #371: URL: https://github.com/apache/poi/pull/371#issuecomment-1220181755 Unit tests were added. -- 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] FlyingPigQAQ commented on pull request #371: fix: when copy slide,new slide use old textrun object reference

2022-08-18 Thread GitBox
FlyingPigQAQ commented on PR #371: URL: https://github.com/apache/poi/pull/371#issuecomment-1220122256 > It is also better to raise a bug first before providing PRs. See https://bz.apache.org/bugzilla Hello, I read the buglist and found an issue with the same problem but not fixed.

[GitHub] [poi] asfgit closed pull request #377: Fix issue with orphaned (in package) images and notes post slide removal.

2022-08-28 Thread GitBox
asfgit closed pull request #377: Fix issue with orphaned (in package) images and notes post slide removal. URL: https://github.com/apache/poi/pull/377 -- 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

[GitHub] [poi] gffloodg opened a new pull request, #377: Fix issue with orphaned (in package) images and notes post slide removal.

2022-08-28 Thread GitBox
gffloodg opened a new pull request, #377: URL: https://github.com/apache/poi/pull/377 When removing a slide from a loaded (XMLSlideShow) presentation, it is observed that the resulting output, whilst removing the actual slides leaves dangling (orphaned) artefacts in the written package.

[GitHub] [poi] pjfanning commented on pull request #377: Fix issue with orphaned (in package) images and notes post slide removal.

2022-08-28 Thread GitBox
pjfanning commented on PR #377: URL: https://github.com/apache/poi/pull/377#issuecomment-1229418105 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 comment. To

[GitHub] [poi] pjfanning commented on pull request #371: fix: when copy slide,new slide use old textrun object reference

2022-08-19 Thread GitBox
pjfanning commented on PR #371: URL: https://github.com/apache/poi/pull/371#issuecomment-1220409161 merged - thanks -- 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] asfgit closed pull request #371: fix: when copy slide,new slide use old textrun object reference

2022-08-19 Thread GitBox
asfgit closed pull request #371: fix: when copy slide,new slide use old textrun object reference URL: https://github.com/apache/poi/pull/371 -- 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] dependabot[bot] opened a new pull request, #386: Bump slf4j-api from 2.0.2 to 2.0.3

2022-09-28 Thread GitBox
dependabot[bot] opened a new pull request, #386: URL: https://github.com/apache/poi/pull/386 Bumps [slf4j-api](https://github.com/qos-ch/slf4j) from 2.0.2 to 2.0.3. Commits https://github.com/qos-ch/slf4j/commit/b2cb05f16acc21a3266a74ef5c578f2cd9efdead;>b2cb05f prepare release

[GitHub] [poi] dependabot[bot] opened a new pull request, #387: Bump slf4j-simple from 2.0.2 to 2.0.3

2022-09-28 Thread GitBox
dependabot[bot] opened a new pull request, #387: URL: https://github.com/apache/poi/pull/387 Bumps [slf4j-simple](https://github.com/qos-ch/slf4j) from 2.0.2 to 2.0.3. Commits https://github.com/qos-ch/slf4j/commit/b2cb05f16acc21a3266a74ef5c578f2cd9efdead;>b2cb05f prepare

[GitHub] [poi] asfgit closed pull request #387: Bump slf4j-simple from 2.0.2 to 2.0.3

2022-09-28 Thread GitBox
asfgit closed pull request #387: Bump slf4j-simple from 2.0.2 to 2.0.3 URL: https://github.com/apache/poi/pull/387 -- 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] dependabot[bot] commented on pull request #387: Bump slf4j-simple from 2.0.2 to 2.0.3

2022-09-28 Thread GitBox
dependabot[bot] commented on PR #387: URL: https://github.com/apache/poi/pull/387#issuecomment-1261009759 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 version, let me

[GitHub] [poi] asfgit closed pull request #386: Bump slf4j-api from 2.0.2 to 2.0.3

2022-09-28 Thread GitBox
asfgit closed pull request #386: Bump slf4j-api from 2.0.2 to 2.0.3 URL: https://github.com/apache/poi/pull/386 -- 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,

[GitHub] [poi] dependabot[bot] commented on pull request #386: Bump slf4j-api from 2.0.2 to 2.0.3

2022-09-28 Thread GitBox
dependabot[bot] commented on PR #386: URL: https://github.com/apache/poi/pull/386#issuecomment-1261009675 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 version, let me

[GitHub] [poi] gffloodg opened a new pull request, #385: Fix bug with multiple gradient stops at the exact same location causing a rendering failure (AWT -> not enough colors in gradient)

2022-09-27 Thread GitBox
gffloodg opened a new pull request, #385: URL: https://github.com/apache/poi/pull/385 When rendering a shape with a gradient fill that contains 2 or more stops that are at the exact same fractional position, the rendering will fail with the following exception: `User must specify at

[GitHub] [poi] asfgit closed pull request #385: Fix bug with multiple gradient stops at the exact same location causing a rendering failure (AWT -> not enough colors in gradient)

2022-09-27 Thread GitBox
asfgit closed pull request #385: Fix bug with multiple gradient stops at the exact same location causing a rendering failure (AWT -> not enough colors in gradient) URL: https://github.com/apache/poi/pull/385 -- This is an automated message from the Apache Git Service. To respond to the

[GitHub] [poi] AntonOellerer opened a new pull request, #389: Insert paragraphs and tables into `XWPFDocuments` recursively

2022-10-18 Thread GitBox
AntonOellerer opened a new pull request, #389: URL: https://github.com/apache/poi/pull/389 Up until now, the `XWPFDocument#insertNew[Paragraph|Table](XmlCursor)` methods were only able to insert the elements if they were present in the `XWPFDocument`-internal lists representing the

[GitHub] [poi] pjfanning commented on pull request #389: Insert paragraphs and tables into `XWPFDocuments` recursively

2022-10-18 Thread GitBox
pjfanning commented on PR #389: URL: https://github.com/apache/poi/pull/389#issuecomment-1282261994 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 comment. To

[GitHub] [poi] asfgit closed pull request #389: Insert paragraphs and tables into `XWPFDocuments` recursively

2022-10-18 Thread GitBox
asfgit closed pull request #389: Insert paragraphs and tables into `XWPFDocuments` recursively URL: https://github.com/apache/poi/pull/389 -- 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] asfgit closed pull request #390: Bump com.github.spotbugs from 5.0.12 to 5.0.13

2022-10-19 Thread GitBox
asfgit closed pull request #390: Bump com.github.spotbugs from 5.0.12 to 5.0.13 URL: https://github.com/apache/poi/pull/390 -- 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] dependabot[bot] commented on pull request #390: Bump com.github.spotbugs from 5.0.12 to 5.0.13

2022-10-19 Thread GitBox
dependabot[bot] commented on PR #390: URL: https://github.com/apache/poi/pull/390#issuecomment-1284161142 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 version, let me

[GitHub] [poi] dependabot[bot] opened a new pull request, #390: Bump com.github.spotbugs from 5.0.12 to 5.0.13

2022-10-19 Thread GitBox
dependabot[bot] opened a new pull request, #390: URL: https://github.com/apache/poi/pull/390 Bumps com.github.spotbugs from 5.0.12 to 5.0.13. [![Dependabot compatibility

[GitHub] [poi] dependabot[bot] opened a new pull request, #393: Bump woodstox-core from 6.3.1 to 6.4.0

2022-10-25 Thread GitBox
dependabot[bot] opened a new pull request, #393: URL: https://github.com/apache/poi/pull/393 Bumps [woodstox-core](https://github.com/FasterXML/woodstox) from 6.3.1 to 6.4.0. Commits https://github.com/FasterXML/woodstox/commit/e8f00401bebd103f62d51383ef53da2cd58bd89e;>e8f0040

[GitHub] [poi] dependabot[bot] opened a new pull request, #392: Bump batikVersion from 1.15 to 1.16

2022-10-25 Thread GitBox
dependabot[bot] opened a new pull request, #392: URL: https://github.com/apache/poi/pull/392 Bumps `batikVersion` from 1.15 to 1.16. Updates `batik-svggen` from 1.15 to 1.16 Updates `batik-svgrasterizer` from 1.15 to 1.16 Updates `batik-codec` from 1.15 to 1.16

[GitHub] [poi] asfgit closed pull request #391: Bump mockito-core from 4.8.0 to 4.8.1

2022-10-25 Thread GitBox
asfgit closed pull request #391: Bump mockito-core from 4.8.0 to 4.8.1 URL: https://github.com/apache/poi/pull/391 -- 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] dependabot[bot] commented on pull request #392: Bump batikVersion from 1.15 to 1.16

2022-10-25 Thread GitBox
dependabot[bot] commented on PR #392: URL: https://github.com/apache/poi/pull/392#issuecomment-1290713397 OK, I won't notify you again about this release, but will get in touch when a new version is available. You can also ignore all major, minor, or patch releases for a dependency by

[GitHub] [poi] dependabot[bot] commented on pull request #391: Bump mockito-core from 4.8.0 to 4.8.1

2022-10-25 Thread GitBox
dependabot[bot] commented on PR #391: URL: https://github.com/apache/poi/pull/391#issuecomment-1290713478 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 version, let me

[GitHub] [poi] dependabot[bot] commented on pull request #393: Bump woodstox-core from 6.3.1 to 6.4.0

2022-10-25 Thread GitBox
dependabot[bot] commented on PR #393: URL: https://github.com/apache/poi/pull/393#issuecomment-1290713423 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 version, let me

[GitHub] [poi] asfgit closed pull request #392: Bump batikVersion from 1.15 to 1.16

2022-10-25 Thread GitBox
asfgit closed pull request #392: Bump batikVersion from 1.15 to 1.16 URL: https://github.com/apache/poi/pull/392 -- 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] asfgit closed pull request #393: Bump woodstox-core from 6.3.1 to 6.4.0

2022-10-25 Thread GitBox
asfgit closed pull request #393: Bump woodstox-core from 6.3.1 to 6.4.0 URL: https://github.com/apache/poi/pull/393 -- 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] dependabot[bot] opened a new pull request, #391: Bump mockito-core from 4.8.0 to 4.8.1

2022-10-24 Thread GitBox
dependabot[bot] opened a new pull request, #391: URL: https://github.com/apache/poi/pull/391 Bumps [mockito-core](https://github.com/mockito/mockito) from 4.8.0 to 4.8.1. Release notes Sourced from https://github.com/mockito/mockito/releases;>mockito-core's releases. v4.8.1

[GitHub] [poi] dependabot[bot] commented on pull request #394: Bump org.sonarqube from 3.4.0.2513 to 3.5.0.2730

2022-10-31 Thread GitBox
dependabot[bot] commented on PR #394: URL: https://github.com/apache/poi/pull/394#issuecomment-1297181444 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 version, let me

[GitHub] [poi] asfgit closed pull request #394: Bump org.sonarqube from 3.4.0.2513 to 3.5.0.2730

2022-10-31 Thread GitBox
asfgit closed pull request #394: Bump org.sonarqube from 3.4.0.2513 to 3.5.0.2730 URL: https://github.com/apache/poi/pull/394 -- 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.

[GitHub] [poi] dependabot[bot] opened a new pull request, #394: Bump org.sonarqube from 3.4.0.2513 to 3.5.0.2730

2022-10-31 Thread GitBox
dependabot[bot] opened a new pull request, #394: URL: https://github.com/apache/poi/pull/394 Bumps org.sonarqube from 3.4.0.2513 to 3.5.0.2730. [![Dependabot compatibility

[GitHub] [poi] dependabot[bot] opened a new pull request, #384: Bump byte-buddy from 1.12.16 to 1.12.17

2022-09-21 Thread GitBox
dependabot[bot] opened a new pull request, #384: URL: https://github.com/apache/poi/pull/384 Bumps [byte-buddy](https://github.com/raphw/byte-buddy) from 1.12.16 to 1.12.17. Changelog Sourced from https://github.com/raphw/byte-buddy/blob/master/release-notes.md;>byte-buddy's

[GitHub] [poi] dependabot[bot] opened a new pull request, #383: Bump junitVersion from 5.9.0 to 5.9.1

2022-09-21 Thread GitBox
dependabot[bot] opened a new pull request, #383: URL: https://github.com/apache/poi/pull/383 Bumps `junitVersion` from 5.9.0 to 5.9.1. Updates `junit-jupiter-api` from 5.9.0 to 5.9.1 Release notes Sourced from https://github.com/junit-team/junit5/releases;>junit-jupiter-api's

[GitHub] [poi] dependabot[bot] opened a new pull request, #382: Bump byte-buddy-agent from 1.12.16 to 1.12.17

2022-09-21 Thread GitBox
dependabot[bot] opened a new pull request, #382: URL: https://github.com/apache/poi/pull/382 Bumps [byte-buddy-agent](https://github.com/raphw/byte-buddy) from 1.12.16 to 1.12.17. Changelog Sourced from

[GitHub] [poi] asfgit closed pull request #383: Bump junitVersion from 5.9.0 to 5.9.1

2022-09-21 Thread GitBox
asfgit closed pull request #383: Bump junitVersion from 5.9.0 to 5.9.1 URL: https://github.com/apache/poi/pull/383 -- 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] asfgit closed pull request #384: Bump byte-buddy from 1.12.16 to 1.12.17

2022-09-21 Thread GitBox
asfgit closed pull request #384: Bump byte-buddy from 1.12.16 to 1.12.17 URL: https://github.com/apache/poi/pull/384 -- 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] asfgit closed pull request #382: Bump byte-buddy-agent from 1.12.16 to 1.12.17

2022-09-21 Thread GitBox
asfgit closed pull request #382: Bump byte-buddy-agent from 1.12.16 to 1.12.17 URL: https://github.com/apache/poi/pull/382 -- 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] dependabot[bot] commented on pull request #384: Bump byte-buddy from 1.12.16 to 1.12.17

2022-09-21 Thread GitBox
dependabot[bot] commented on PR #384: URL: https://github.com/apache/poi/pull/384#issuecomment-1253798259 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 version, let me

[GitHub] [poi] dependabot[bot] commented on pull request #383: Bump junitVersion from 5.9.0 to 5.9.1

2022-09-21 Thread GitBox
dependabot[bot] commented on PR #383: URL: https://github.com/apache/poi/pull/383#issuecomment-1253798218 OK, I won't notify you again about this release, but will get in touch when a new version is available. You can also ignore all major, minor, or patch releases for a dependency by

[GitHub] [poi] dependabot[bot] commented on pull request #382: Bump byte-buddy-agent from 1.12.16 to 1.12.17

2022-09-21 Thread GitBox
dependabot[bot] commented on PR #382: URL: https://github.com/apache/poi/pull/382#issuecomment-1253798275 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 version, let me

[GitHub] [poi] pjfanning commented on pull request #383: Bump junitVersion from 5.9.0 to 5.9.1

2022-09-21 Thread GitBox
pjfanning commented on PR #383: URL: https://github.com/apache/poi/pull/383#issuecomment-1253794643 @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 comment. To

[GitHub] [poi] dependabot[bot] commented on pull request #383: Bump junitVersion from 5.9.0 to 5.9.1

2022-09-21 Thread GitBox
dependabot[bot] commented on PR #383: URL: https://github.com/apache/poi/pull/383#issuecomment-1253794708 Looks like this PR is already up-to-date with trunk! If you'd still like to recreate it from scratch, overwriting any edits, you can request `@dependabot recreate`. -- This is an

[GitHub] [poi] asfgit closed pull request #158: Read-only Row-like view of columns

2022-09-12 Thread GitBox
asfgit closed pull request #158: Read-only Row-like view of columns URL: https://github.com/apache/poi/pull/158 -- 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,

[GitHub] [poi] dependabot[bot] commented on pull request #378: Bump byte-buddy from 1.12.14 to 1.12.16

2022-09-09 Thread GitBox
dependabot[bot] commented on PR #378: URL: https://github.com/apache/poi/pull/378#issuecomment-1242181982 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 version, let me

[GitHub] [poi] asfgit closed pull request #378: Bump byte-buddy from 1.12.14 to 1.12.16

2022-09-09 Thread GitBox
asfgit closed pull request #378: Bump byte-buddy from 1.12.14 to 1.12.16 URL: https://github.com/apache/poi/pull/378 -- 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] asfgit closed pull request #379: Bump byte-buddy-agent from 1.12.14 to 1.12.16

2022-09-09 Thread GitBox
asfgit closed pull request #379: Bump byte-buddy-agent from 1.12.14 to 1.12.16 URL: https://github.com/apache/poi/pull/379 -- 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] dependabot[bot] commented on pull request #379: Bump byte-buddy-agent from 1.12.14 to 1.12.16

2022-09-09 Thread GitBox
dependabot[bot] commented on PR #379: URL: https://github.com/apache/poi/pull/379#issuecomment-1242181995 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 version, let me

[GitHub] [poi] dependabot[bot] opened a new pull request, #380: Bump slf4j-api from 2.0.0 to 2.0.1

2022-09-15 Thread GitBox
dependabot[bot] opened a new pull request, #380: URL: https://github.com/apache/poi/pull/380 Bumps [slf4j-api](https://github.com/qos-ch/slf4j) from 2.0.0 to 2.0.1. Commits https://github.com/qos-ch/slf4j/commit/9752442b6e6db0749915dc40e80437dc97cd772d;>9752442 prepare release

[GitHub] [poi] dependabot[bot] opened a new pull request, #381: Bump slf4j-simple from 2.0.0 to 2.0.1

2022-09-15 Thread GitBox
dependabot[bot] opened a new pull request, #381: URL: https://github.com/apache/poi/pull/381 Bumps [slf4j-simple](https://github.com/qos-ch/slf4j) from 2.0.0 to 2.0.1. Commits https://github.com/qos-ch/slf4j/commit/9752442b6e6db0749915dc40e80437dc97cd772d;>9752442 prepare

[GitHub] [poi] dependabot[bot] commented on pull request #380: Bump slf4j-api from 2.0.0 to 2.0.1

2022-09-15 Thread GitBox
dependabot[bot] commented on PR #380: URL: https://github.com/apache/poi/pull/380#issuecomment-1248220137 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 version, let me

[GitHub] [poi] dependabot[bot] commented on pull request #381: Bump slf4j-simple from 2.0.0 to 2.0.1

2022-09-15 Thread GitBox
dependabot[bot] commented on PR #381: URL: https://github.com/apache/poi/pull/381#issuecomment-1248220167 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 version, let me

[GitHub] [poi] asfgit closed pull request #380: Bump slf4j-api from 2.0.0 to 2.0.1

2022-09-15 Thread GitBox
asfgit closed pull request #380: Bump slf4j-api from 2.0.0 to 2.0.1 URL: https://github.com/apache/poi/pull/380 -- 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,

[GitHub] [poi] asfgit closed pull request #381: Bump slf4j-simple from 2.0.0 to 2.0.1

2022-09-15 Thread GitBox
asfgit closed pull request #381: Bump slf4j-simple from 2.0.0 to 2.0.1 URL: https://github.com/apache/poi/pull/381 -- 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] dependabot[bot] opened a new pull request, #378: Bump byte-buddy from 1.12.14 to 1.12.16

2022-09-09 Thread GitBox
dependabot[bot] opened a new pull request, #378: URL: https://github.com/apache/poi/pull/378 Bumps [byte-buddy](https://github.com/raphw/byte-buddy) from 1.12.14 to 1.12.16. Release notes Sourced from https://github.com/raphw/byte-buddy/releases;>byte-buddy's releases.

[GitHub] [poi] dependabot[bot] opened a new pull request, #379: Bump byte-buddy-agent from 1.12.14 to 1.12.16

2022-09-09 Thread GitBox
dependabot[bot] opened a new pull request, #379: URL: https://github.com/apache/poi/pull/379 Bumps [byte-buddy-agent](https://github.com/raphw/byte-buddy) from 1.12.14 to 1.12.16. Release notes Sourced from https://github.com/raphw/byte-buddy/releases;>byte-buddy-agent's

[GitHub] [poi] dependabot[bot] opened a new pull request, #388: Bump org.cyclonedx.bom from 1.7.1 to 1.7.2

2022-10-07 Thread GitBox
dependabot[bot] opened a new pull request, #388: URL: https://github.com/apache/poi/pull/388 Bumps org.cyclonedx.bom from 1.7.1 to 1.7.2. [![Dependabot compatibility

[GitHub] [poi] asfgit closed pull request #388: Bump org.cyclonedx.bom from 1.7.1 to 1.7.2

2022-10-07 Thread GitBox
asfgit closed pull request #388: Bump org.cyclonedx.bom from 1.7.1 to 1.7.2 URL: https://github.com/apache/poi/pull/388 -- 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] dependabot[bot] commented on pull request #388: Bump org.cyclonedx.bom from 1.7.1 to 1.7.2

2022-10-07 Thread GitBox
dependabot[bot] commented on PR #388: URL: https://github.com/apache/poi/pull/388#issuecomment-1271714590 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 version, let me

[GitHub] [poi] pjfanning commented on pull request #368: Remove unnecessarily escaped characters.

2022-10-06 Thread GitBox
pjfanning commented on PR #368: URL: https://github.com/apache/poi/pull/368#issuecomment-1270607416 @arturobernalg we don't use git - we use svn. Usually, if the Github PR is worthwhile, I'll go through the effort of creating a svn commit. In this case, I don't think the new code is a big

[GitHub] [poi] arturobernalg opened a new pull request, #367: Avoid long literals ending with lowercase 'l'. These literals may be …

2022-08-06 Thread GitBox
arturobernalg opened a new pull request, #367: URL: https://github.com/apache/poi/pull/367 Avoid long literals ending with lowercase 'l'. These literals may be confusing, as lowercase 'l' looks very similar to '1'. Use 'L' instead -- This is an automated message from the Apache Git

[GitHub] [poi] pjfanning commented on a diff in pull request #368: Remove unnecessarily escaped characters.

2022-08-06 Thread GitBox
pjfanning commented on code in PR #368: URL: https://github.com/apache/poi/pull/368#discussion_r939569973 ## poi-ooxml/src/main/java/org/apache/poi/openxml4j/opc/PackagePartName.java: ## @@ -326,7 +326,7 @@ private static void checkPCharCompliance(String segment)

[GitHub] [poi] pjfanning commented on a diff in pull request #368: Remove unnecessarily escaped characters.

2022-08-06 Thread GitBox
pjfanning commented on code in PR #368: URL: https://github.com/apache/poi/pull/368#discussion_r939570084 ## poi-ooxml/src/main/java/org/apache/poi/openxml4j/opc/PackagePartName.java: ## @@ -326,7 +326,7 @@ private static void checkPCharCompliance(String segment)

[GitHub] [poi] arturobernalg commented on a diff in pull request #368: Remove unnecessarily escaped characters.

2022-08-09 Thread GitBox
arturobernalg commented on code in PR #368: URL: https://github.com/apache/poi/pull/368#discussion_r941734438 ## poi-ooxml/src/main/java/org/apache/poi/openxml4j/opc/PackagePartName.java: ## @@ -326,7 +326,7 @@ private static void checkPCharCompliance(String segment)

<    4   5   6   7   8   9   10   11   >