Re: [PR] Bump org.jdom:jdom from 1.1.3 to 2.0.2 [commons-jxpath]

2025-04-12 Thread via GitHub
garydgregory commented on PR #87: URL: https://github.com/apache/commons-jxpath/pull/87#issuecomment-2798813106 This should be for 2.0.0 to avoid breaking binary compatibility. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitH

Re: [PR] Bump org.apache.commons:commons-parent from 79 to 81 [commons-jxpath]

2025-04-12 Thread via GitHub
garydgregory commented on PR #221: URL: https://github.com/apache/commons-jxpath/pull/221#issuecomment-2798813296 Closing: Done separately. -- 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

Re: [PR] Bump org.apache.commons:commons-parent from 79 to 81 [commons-jxpath]

2025-04-12 Thread via GitHub
garydgregory closed pull request #221: Bump org.apache.commons:commons-parent from 79 to 81 URL: https://github.com/apache/commons-jxpath/pull/221 -- 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

Re: [PR] Adding power support [commons-jxpath]

2025-04-12 Thread via GitHub
garydgregory closed pull request #17: Adding power support URL: https://github.com/apache/commons-jxpath/pull/17 -- 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,

Re: [PR] Adding power support [commons-jxpath]

2025-04-12 Thread via GitHub
garydgregory commented on PR #17: URL: https://github.com/apache/commons-jxpath/pull/17#issuecomment-2798831253 Closing: Travis is no longer supported. -- 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

[jira] [Created] (COMPRESS-697) Move BitStream.nextBit() method to BitInputStream

2025-04-12 Thread Fredrik Kjellberg (Jira)
Fredrik Kjellberg created COMPRESS-697: -- Summary: Move BitStream.nextBit() method to BitInputStream Key: COMPRESS-697 URL: https://issues.apache.org/jira/browse/COMPRESS-697 Project: Commons Compr

[PR] [COMPRESS-697] Move BitStream.nextBit() method to BitInputStream [commons-compress]

2025-04-12 Thread via GitHub
fkjellberg opened a new pull request, #663: URL: https://github.com/apache/commons-compress/pull/663 I'm using BitInputStream for Huffman decoding and having a method for reading a single bit would simplify the code somewhat. There is a method nextBit used for Huffman decoding already in th

Re: [PR] [COMPRESS-697] Move BitStream.nextBit() method to BitInputStream [commons-compress]

2025-04-12 Thread via GitHub
garydgregory commented on PR #663: URL: https://github.com/apache/commons-compress/pull/663#issuecomment-2798941046 Hello @fkjellberg Please rebase on git master to pick up a build fix which should make your Java 8 builds green. -- This is an automated message from the Apache

Re: [PR] Bump com.h2database:h2 from 1.3.158 to 2.3.232 [commons-graph]

2025-04-12 Thread via GitHub
sebbASF merged PR #14: URL: https://github.com/apache/commons-graph/pull/14 -- 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: issues-unsubscr...@commons.a

Re: [PR] POOL-415 Add an option to JdkProxySource allowing to unwrap UndeclaredThrowableException [commons-pool]

2025-04-12 Thread via GitHub
reda-alaoui commented on PR #261: URL: https://github.com/apache/commons-pool/pull/261#issuecomment-2798887460 Up :) -- 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 unsu

Re: [PR] Bump com.carrotsearch:junit-benchmarks from 0.3.0 to 0.7.2 [commons-graph]

2025-04-12 Thread via GitHub
ppkarwasz commented on PR #25: URL: https://github.com/apache/commons-graph/pull/25#issuecomment-2799730083 @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

Re: [PR] Bump org.codehaus.mojo:build-helper-maven-plugin from 1.7 to 3.6.0 [commons-graph]

2025-04-12 Thread via GitHub
ppkarwasz merged PR #28: URL: https://github.com/apache/commons-graph/pull/28 -- 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: issues-unsubscr...@commons

[jira] [Commented] (JEXL-235) Verify JexlScriptEngineFactory.{getLanguageVersion,getEngineVersion} before release

2025-04-12 Thread Henri Biestro (Jira)
[ https://issues.apache.org/jira/browse/JEXL-235?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17943880#comment-17943880 ] Henri Biestro commented on JEXL-235: Checked [3.5|https://github.com/apache/commons-je

Re: [PR] Bump org.apache.commons:commons-parent from 58 to 81 [commons-graph]

2025-04-12 Thread via GitHub
ppkarwasz merged PR #27: URL: https://github.com/apache/commons-graph/pull/27 -- 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: issues-unsubscr...@commons

Re: [PR] Bump org.apache.maven.plugins:maven-changes-plugin from 2.3 to 2.12.1 [commons-graph]

2025-04-12 Thread via GitHub
ppkarwasz commented on PR #26: URL: https://github.com/apache/commons-graph/pull/26#issuecomment-2799801425 Will be fixed in #30 -- 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 comme

Re: [PR] Bump org.apache.maven.plugins:maven-changes-plugin from 2.3 to 2.12.1 [commons-graph]

2025-04-12 Thread via GitHub
ppkarwasz closed pull request #26: Bump org.apache.maven.plugins:maven-changes-plugin from 2.3 to 2.12.1 URL: https://github.com/apache/commons-graph/pull/26 -- 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 t

Re: [PR] Bump com.carrotsearch:junit-benchmarks from 0.3.0 to 0.7.2 [commons-graph]

2025-04-12 Thread via GitHub
ppkarwasz merged PR #25: URL: https://github.com/apache/commons-graph/pull/25 -- 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: issues-unsubscr...@commons