[GitHub] [commons-text] Heviwulansari opened a new pull request, #386: Dependabot/maven/com.GitHub.spotbugs spotbugs maven plugin 4.5.0.0

2022-11-14 Thread GitBox


Heviwulansari opened a new pull request, #386:
URL: https://github.com/apache/commons-text/pull/386

   
https://www.hillstonenet.com/what-we-do/?utm_term=&utm_campaign=EN+-+Elevato+-+Display+-+Brand+Awareness&utm_source=adwords&utm_medium=ppc&hsa_acc=2032124936&hsa_cam=17339108795&hsa_grp=136543887345&hsa_ad=635086797084&hsa_src=d&hsa_tgt=aud-1643843406915&hsa_kw=&hsa_mt=&hsa_net=adwords&hsa_ver=3&gclid=CjwKCAiA68ebBhB-EiwALVC-NgIcUidP43RPe_kAREQTi-V2dDjgaTb__vYKKyfeHD7zgakEci-3exoCVloQAvD_BwE


-- 
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.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[jira] [Commented] (IMAGING-338) Sanselan returns an empty set when retrieving the image metadata

2022-11-14 Thread Nikhil (Jira)


[ 
https://issues.apache.org/jira/browse/IMAGING-338?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17634179#comment-17634179
 ] 

Nikhil commented on IMAGING-338:


Hi [~ggregory] 

I do not have the specific test code since we are tightly coupled code in our 
project and through debug we could find this -

 

The problem is in {*}IPTCParser.parseIPTCBlock{*}. with {*}TestImage.jpg{*}, we 
correctly determine it is a IPTC block with isIPTCBlock() but then fail to 
parse anything within parseIPTCBlock.

We enter into this code and return an empty ArrayList (elements):
if (tagMarker != IPTC_RECORD_TAG_MARKER)

{ if (verbose) System.out .println("Unexpected record tag marker in IPTC 
data."); return elements; }

 

But with a working image, we continue and parse all the IPTC tags.

> Sanselan returns an empty set when retrieving the image metadata
> 
>
> Key: IMAGING-338
> URL: https://issues.apache.org/jira/browse/IMAGING-338
> Project: Commons Imaging
>  Issue Type: Bug
>Affects Versions: 0.97
>Reporter: Nikhil
>Priority: Major
> Attachments: TestImage.jpg
>
>
> We were using Sanselan to extract IPTC metadata. Recently there were images 
> thats causing Sanselan to return an empty set when retrieving the metadata, 
> despite the fact that there is clearly iptc metadata in the image.
>  
> The problem is seen in the following codebase
> IPTCParser.parseIPTCBlock(...), and is the second 'if' statement within the
> while loop. In particular, instead of the following:
> if (tagMarker != IPTC_RECORD_TAG_MARKER) {
>   if (verbose) {
>       System.out.println("Unexpected record tag marker in IPTC data.");
>   }
>   {*}return elements{*};
>  }
>  
> You should do the following to fix the issue:
>  
> if (tagMarker != IPTC_RECORD_TAG_MARKER) {
>   if (verbose) {
>       System.out.println("Unexpected record tag marker in IPTC data.");
>   }
>   *continue;*
> }
>  
> Credit @ 
> [https://www.mail-archive.com/sanselan-dev@incubator.apache.org/msg00430.html]
>  for the detailed notes



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[GitHub] [commons-email] dependabot[bot] opened a new pull request, #111: Bump easymock from 4.3 to 5.0.1

2022-11-14 Thread GitBox


dependabot[bot] opened a new pull request, #111:
URL: https://github.com/apache/commons-email/pull/111

   Bumps [easymock](https://github.com/easymock/easymock) from 4.3 to 5.0.1.
   
   Release notes
   Sourced from https://github.com/easymock/easymock/releases";>easymock's 
releases.
   
   5.0.1
   Quick fix allowing package-private methods to be mocked.
   Change log
   
   Mocking package-private methods not working in 5.0.0 (https://github-redirect.dependabot.com/easymock/easymock/issues/331";>#331)
   Bump versions-maven-plugin from 2.12.0 to 2.13.0 (https://github-redirect.dependabot.com/easymock/easymock/pull/333";>#333)
   Bump nokogiri from 1.13.8 to 1.13.9 in /website (https://github-redirect.dependabot.com/easymock/easymock/pull/332";>#332)
   Bump spotbugs from 4.7.2 to 4.7.3 (https://github-redirect.dependabot.com/easymock/easymock/pull/330";>#330)
   Bump maven-javadoc-plugin from 3.2.0 to 3.4.1 (https://github-redirect.dependabot.com/easymock/easymock/pull/329";>#329)
   Bump nexus-staging-maven-plugin from 1.6.8 to 1.6.13 (https://github-redirect.dependabot.com/easymock/easymock/pull/328";>#328)
   Bump maven-compiler-plugin from 3.8.1 to 3.10.1 (https://github-redirect.dependabot.com/easymock/easymock/pull/327";>#327)
   Bump animal-sniffer-maven-plugin from 1.20 to 1.22 (https://github-redirect.dependabot.com/easymock/easymock/pull/326";>#326)
   Bump maven-deploy-plugin from 3.0.0-M1 to 3.0.0 (https://github-redirect.dependabot.com/easymock/easymock/pull/325";>#325)
   Bump maven-pmd-plugin from 3.14.0 to 3.19.0 (https://github-redirect.dependabot.com/easymock/easymock/pull/324";>#324)
   Bump maven-resources-plugin from 3.2.0 to 3.3.0 (https://github-redirect.dependabot.com/easymock/easymock/pull/323";>#323)
   Bump maven-site-plugin from 3.9.1 to 3.12.1 (https://github-redirect.dependabot.com/easymock/easymock/pull/322";>#322)
   Bump exec-maven-plugin from 3.0.0 to 3.1.0 (https://github-redirect.dependabot.com/easymock/easymock/pull/321";>#321)
   Bump maven-remote-resources-plugin from 1.7.0 to 3.0.0 (https://github-redirect.dependabot.com/easymock/easymock/pull/319";>#319)
   
   5.0.0
   This major release announce the move from Cglib to ByteBuddy.
   Sadly good old Cglib can't cope with all the tricks needed to workaround 
JPMS and reflection limitations.
   It means you will most probably experience some issues until it 
stabilizes.
   The good news are that this version is working up to Java 18.
   Known issues:
   
   Serialization of a mock is broken (https://github-redirect.dependabot.com/easymock/easymock/issues/312";>#312)
   Running in OSGi doesn't work (https://github-redirect.dependabot.com/easymock/easymock/issues/313";>#313)
   
   All help is greatly appreciated.
   Change log
   
   Replace Cglib with Bytebuddy to support Java 9+ (https://github-redirect.dependabot.com/easymock/easymock/pull/300";>#300)
   Fix core source-jar, added maven-source-plugin (https://github-redirect.dependabot.com/easymock/easymock/pull/283";>#283)
   Upgrade to ASM 9.2 so that easymock can work with JDK18-EA https://github-redirect.dependabot.com/easymock/easymock/issues/277";>#277
 (https://github-redirect.dependabot.com/easymock/easymock/pull/278";>#278)
   Upgrade to ASM 9.2 so that easymock can work with JDK18-EA (https://github-redirect.dependabot.com/easymock/easymock/issues/277";>#277)
   Does not work with Java 17 (https://github-redirect.dependabot.com/easymock/easymock/issues/274";>#274)
   Allow https://github.com/Mock";>@​Mock to get a 
default name from the variable being mocked (https://github-redirect.dependabot.com/easymock/easymock/issues/260";>#260)
   Easymock doesn't work in Java 11 with --illegal-access=deny (https://github-redirect.dependabot.com/easymock/easymock/issues/235";>#235)
   
   
   
   
   Commits
   
   https://github.com/easymock/easymock/commit/3f9919997ec7c86f28187cc5c06a6c949c6db042";>3f99199
 Move to version 5.0.1
   https://github.com/easymock/easymock/commit/d6f5b66740926555b05a80b029e08f9fb9ece733";>d6f5b66
 Start to release version 5.0.1
   https://github.com/easymock/easymock/commit/cc190881601e8745304654e85faad4fd706f2488";>cc19088
 Update github pages
   https://github.com/easymock/easymock/commit/1a805ce3f09f4766486755914f1b7f3717be7abf";>1a805ce
 Bump versions-maven-plugin from 2.12.0 to 2.13.0
   https://github.com/easymock/easymock/commit/ddd09c8aa87fffead573eedb499edbc6cb072fbd";>ddd09c8
 Missing license
   https://github.com/easymock/easymock/commit/a20028d9118d35d970604d0176ddf824d9663708";>a20028d
 Our field should be public to be accessible from anywhere
   https://github.com/easymock/easymock/commit/133421dcd0e173d6f44eacf71911d258f515d3db";>133421d
 Put class in the same package as the mocked class (close https://github-redirect.dependabot.com/easymock/easymock/issues/331";>#331)
   https://github.com/easymock/easymock/commit/e0183c23fc3e46d8e669f2ab524d3f7a3e1994a9";>e0183c2
 Starting to develop version 5.1.0-SNAPSHOT
   http

[GitHub] [commons-net] garydgregory commented on a diff in pull request #95: NET-707: Process files with spaces in name for OS400

2022-11-14 Thread GitBox


garydgregory commented on code in PR #95:
URL: https://github.com/apache/commons-net/pull/95#discussion_r1021996363


##
src/test/java/org/apache/commons/net/ftp/parser/OS400FTPEntryParserTest.java:
##
@@ -203,6 +203,20 @@ public void testParseFieldsOnFile() throws Exception
  df.format(f.getTimestamp().getTime()));
 }
 
+/**
+ * Method testParseFileNameWithSpaces.
+ * Provide a test to show that file which name contains spaces is parsed 
correctly.
+ * @throws Exception on error
+ */
+
+public void testParseFileNameWithSpaces() throws Exception
+{
+final FTPFile f = getParser().parseFTPEntry("MYUSER  3 
06/12/21 12:00:00 *STMF  file with space.txt");
+assertNotNull("Could not parse entry.", f);
+assertTrue("Should have been a file.", f.isFile());
+assertEquals("file with space.txt", f.getName());

Review Comment:
   How can you tell `"file with space.txt"` from `" file with space.txt"` from 
`"file with space.txt "` if that's even legal?



-- 
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.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[GitHub] [commons-net] garydgregory commented on a diff in pull request #95: NET-707: Process files with spaces in name for OS400

2022-11-14 Thread GitBox


garydgregory commented on code in PR #95:
URL: https://github.com/apache/commons-net/pull/95#discussion_r1021996363


##
src/test/java/org/apache/commons/net/ftp/parser/OS400FTPEntryParserTest.java:
##
@@ -203,6 +203,20 @@ public void testParseFieldsOnFile() throws Exception
  df.format(f.getTimestamp().getTime()));
 }
 
+/**
+ * Method testParseFileNameWithSpaces.
+ * Provide a test to show that file which name contains spaces is parsed 
correctly.
+ * @throws Exception on error
+ */
+
+public void testParseFileNameWithSpaces() throws Exception
+{
+final FTPFile f = getParser().parseFTPEntry("MYUSER  3 
06/12/21 12:00:00 *STMF  file with space.txt");
+assertNotNull("Could not parse entry.", f);
+assertTrue("Should have been a file.", f.isFile());
+assertEquals("file with space.txt", f.getName());

Review Comment:
   How can you tell `"file with space.txt"` from `" file with space.txt"` from 
`"file with space.txt "`?



-- 
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.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[GitHub] [commons-net] gremi64 commented on pull request #118: NET-642 Fix review requested changes

2022-11-14 Thread GitBox


gremi64 commented on PR #118:
URL: https://github.com/apache/commons-net/pull/118#issuecomment-1314066086

   @garydgregory it works like a charm with the new 3.9.0-SNAPSHOT (master) !
   
   Can't wait for the release in mvn repo :heart: 


-- 
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.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[GitHub] [commons-jxpath] kyakdan commented on pull request #26: Fix CVE-2022-41852

2022-11-14 Thread GitBox


kyakdan commented on PR #26:
URL: https://github.com/apache/commons-jxpath/pull/26#issuecomment-1313947328

   It is true that, similarly to SQL injections, Xpath injections are 
vulnerabilities in the applications that use the library. However, the 
application's responsibility ends when the library exposes functionality that 
enables propagating a vulnerability to other system components. In the case of 
SQL injections, the scope matters. If a crafted SQL payload would result in an 
injection that allows direct code execution outside the database context, we 
should treat this case as a security issue. There are multiple examples where 
libraries enabled code execution by mistake or as a feature. Those issues were 
addressed and fixed. Here are a few SQL examples:
   - https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2009-4019 (MySQL)
   - https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-3095 (SQL engine 
IBM DB2 
   - https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-4061 (Microsoft 
SQL Server)
   - https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2015-1889 (Big SQL in 
IBM InfoSpere)
   - https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2015-3414 (SQLite)
   - https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2015-3415 (SQLite)
   - https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2015-3416 (SQLite)
   - https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-2520 (Apple 
sqllite)
   - https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-2519 (Apple 
sqllite)
   - https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-2518 (Apple 
sqllite)
   - https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-2513 (Apple 
sqllite)
   
   Recently, Jazzer found an issue of a similar nature in OSS-Fuzz in a 
HyperSQL (https://nvd.nist.gov/vuln/detail/CVE-2022-41853). The maintainer 
quickly acknowledged the security risk and agreed to issue a CVE and a fix 
release. Based on the previous arguments, we still think this is a security 
issue for which a CVE should be issued.
   
   That said, I'll adjust the PR title to get it merged. Our goal here is to 
ensure that users get a secure version of the library and the PR title seems to 
be a blocker for this to happen. 


-- 
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.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[GitHub] [commons-vfs] dependabot[bot] commented on pull request #332: Bump httpclient5 from 5.1.3 to 5.2

2022-11-14 Thread GitBox


dependabot[bot] commented on PR #332:
URL: https://github.com/apache/commons-vfs/pull/332#issuecomment-1313843887

   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 know by commenting `@dependabot ignore this 
major version` or `@dependabot ignore this minor version`. You can also ignore 
all major, minor, or patch releases for a dependency by adding an [`ignore` 
condition](https://docs.github.com/en/code-security/supply-chain-security/configuration-options-for-dependency-updates#ignore)
 with the desired `update_types` to your config file.
   
   If you change your mind, just re-open this PR and I'll resolve any conflicts 
on it.


-- 
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.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[GitHub] [commons-vfs] garydgregory closed pull request #332: Bump httpclient5 from 5.1.3 to 5.2

2022-11-14 Thread GitBox


garydgregory closed pull request #332: Bump httpclient5 from 5.1.3 to 5.2
URL: https://github.com/apache/commons-vfs/pull/332


-- 
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.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[GitHub] [commons-vfs] garydgregory commented on pull request #332: Bump httpclient5 from 5.1.3 to 5.2

2022-11-14 Thread GitBox


garydgregory commented on PR #332:
URL: https://github.com/apache/commons-vfs/pull/332#issuecomment-1313843799

   A regression in HttpCore means we have to wait until 5.2.1.


-- 
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.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[GitHub] [commons-vfs] garydgregory commented on pull request #332: Bump httpclient5 from 5.1.3 to 5.2

2022-11-14 Thread GitBox


garydgregory commented on PR #332:
URL: https://github.com/apache/commons-vfs/pull/332#issuecomment-1313737297

   @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 unsubscribe, e-mail: issues-unsubscr...@commons.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[GitHub] [commons-vfs] garydgregory commented on pull request #332: Bump httpclient5 from 5.1.3 to 5.2

2022-11-14 Thread GitBox


garydgregory commented on PR #332:
URL: https://github.com/apache/commons-vfs/pull/332#issuecomment-1313644497

   @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 unsubscribe, e-mail: issues-unsubscr...@commons.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[jira] [Resolved] (COMPRESS-631) Changelog entry for 1.22 missing

2022-11-14 Thread Gary D. Gregory (Jira)


 [ 
https://issues.apache.org/jira/browse/COMPRESS-631?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Gary D. Gregory resolved COMPRESS-631.
--
Resolution: Fixed

The report exists.

https://commons.apache.org/proper/commons-compress/changes-report.html#a1.22

> Changelog entry for 1.22 missing
> 
>
> Key: COMPRESS-631
> URL: https://issues.apache.org/jira/browse/COMPRESS-631
> Project: Commons Compress
>  Issue Type: Bug
>  Components: Documentation
>Affects Versions: 1.22
>Reporter: Alexander Veit
>Priority: Major
>
> https://commons.apache.org/proper/commons-compress/changes-report.html



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[GitHub] [commons-io] garydgregory commented on pull request #74: Add new function: byteCountToDisplayRoundedSize

2022-11-14 Thread GitBox


garydgregory commented on PR #74:
URL: https://github.com/apache/commons-io/pull/74#issuecomment-1313637404

   Hello @zsoltii 
   My main point is that the functionality should not have been put here in the 
first place, it has nothing to do with IO; consequently, let's not make it 
bigger. 


-- 
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.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[jira] [Commented] (STATISTICS-57) Add a trapezoidal distribution

2022-11-14 Thread Alex Herbert (Jira)


[ 
https://issues.apache.org/jira/browse/STATISTICS-57?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17633707#comment-17633707
 ] 

Alex Herbert commented on STATISTICS-57:


I have created an implementation for this. Note that the uniform distribution 
and the triangular distribution are simplifications of the trapezoidal 
distribution:
{noformat}
trapezoidal(a, b, c, d) has density:

   b--c
  /\
 /  \
ad

trapezoidal(a, b, b, d) == triangular(a, b, d) (b == mode)
trapezoidal(a, a, d, d) == uniform(a, d)
{noformat}
In order to pass all the edge cases for these related distributions it is 
simplest to create an instance of the TrapezoidalDistribution that delegates 
all computations to the TriangularDistribution or UniformDistribution. This 
avoids inconsistency between the behaviour of the two related distributions.

The edge cases:
{noformat}
trapezoidal(a, a, c, d)(no up-slope)
trapezoidal(a, b, d, d)(no down-slope){noformat}
are handled implicitly by the computations for the regular trapezoidal 
distribution and do not require specialisation.

Computation of the non-central moment k when a=b or c=d fails for the formula 
provided on wikipedia:
{noformat}
                 2               1       ( d^(k+2) - c^(k+2)   b^(k+2) - 
a^(k+2) )
 E[X^k] = --- -- ( - - 
- )
          (d + c - b - a) (k + 1)(k + 2) (   d - c               b - a  
 )
{noformat}
If the distribution is shifted to a normalized location=0 and scale=1 by 
translating by a and scaling by (d - a) then the computation is simplified by 
(a=0, d=1) to:
{noformat}
   2 1   ( 1 - c^(k+2)   )
 E[X^k] = --- -- ( --- - b^(k+1) )
  (1 + c - b) (k + 1)(k + 2) (1 - c  )
{noformat}
This allows computation of the mean and variance for the edge cases. Note: This 
is the internal representation used by SciPy stats (which has a location and 
scale for all distributions), and must be used to create test data with that 
library. This representation also simplifies the density and probability 
computations. However I have used this representation only for the moments.
h2. Implementation note

The distribution is named in the literature as the trapezoidal distribution. 
Note that SciPy stats and the R library use the class/function name trapezoid. 
I have named the class TrapezoidalDistribution (not TrapezoidDistribution) 
which follows from the naming of the triangular distribution as 
TriangularDistibution.

The literature does not have a consistent name for the shape parameters b and 
c. These points mark the start and end of the constant region of the density 
function. R uses mode1 and mode2, SciPy simply labels these as shape 
parameters. The literature labels these as b and c so I have used these terms 
for the constructor and the parameter getters (getB and getC).

See [PR 39|https://github.com/apache/commons-statistics/pull/39]

> Add a trapezoidal distribution
> --
>
> Key: STATISTICS-57
> URL: https://issues.apache.org/jira/browse/STATISTICS-57
> Project: Commons Statistics
>  Issue Type: New Feature
>  Components: distribution
>Affects Versions: 1.0
>Reporter: Alex Herbert
>Priority: Minor
> Fix For: 1.0
>
>  Time Spent: 10m
>  Remaining Estimate: 0h
>
> Add a [trapezoidal|https://en.wikipedia.org/wiki/Trapezoidal_distribution] 
> distribution.
> This distribution is in other libraries such as SciPy stats and R.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[GitHub] [commons-statistics] codecov-commenter commented on pull request #39: STATISTICS-57: Add a trapezoidal distribution

2022-11-14 Thread GitBox


codecov-commenter commented on PR #39:
URL: 
https://github.com/apache/commons-statistics/pull/39#issuecomment-1313524207

   # 
[Codecov](https://codecov.io/gh/apache/commons-statistics/pull/39?src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation)
 Report
   > Merging 
[#39](https://codecov.io/gh/apache/commons-statistics/pull/39?src=pr&el=desc&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation)
 (59aaac1) into 
[master](https://codecov.io/gh/apache/commons-statistics/commit/427585ae749edd2fa81274f3e1db4297369c036d?el=desc&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation)
 (427585a) will **not change** coverage.
   > The diff coverage is `100.00%`.
   
   ```diff
   @@ Coverage Diff  @@
   ##  master   #39+/-   ##
   
 Coverage 100.00%   100.00%
   - Complexity   862   874+12 
   
 Files 3435 +1 
 Lines   1601  1721   +120 
 Branches 258   284+26 
   
   + Hits1601  1721   +120 
   ```
   
   
   | [Impacted 
Files](https://codecov.io/gh/apache/commons-statistics/pull/39?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation)
 | Coverage Δ | |
   |---|---|---|
   | 
[...atistics/distribution/TrapezoidalDistribution.java](https://codecov.io/gh/apache/commons-statistics/pull/39/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-Y29tbW9ucy1zdGF0aXN0aWNzLWRpc3RyaWJ1dGlvbi9zcmMvbWFpbi9qYXZhL29yZy9hcGFjaGUvY29tbW9ucy9zdGF0aXN0aWNzL2Rpc3RyaWJ1dGlvbi9UcmFwZXpvaWRhbERpc3RyaWJ1dGlvbi5qYXZh)
 | `100.00% <100.00%> (ø)` | |
   
   :mega: We’re building smart automated test selection to slash your CI/CD 
build times. [Learn 
more](https://about.codecov.io/iterative-testing/?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation)
   


-- 
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.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[GitHub] [commons-io] RockyMM commented on pull request #74: Add new function: byteCountToDisplayRoundedSize

2022-11-14 Thread GitBox


RockyMM commented on PR #74:
URL: https://github.com/apache/commons-io/pull/74#issuecomment-1313361274

   @garydgregory I think this is more about byte/bit display handling. Another 
perspective is that the migration to Commons Text a bit extending the scope. 
This is about improving the current function, which has its drawbacks, with a 
better implementation. Once we have this, the function could be migrated to 
Commons Text if all stakeholders agree.


-- 
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.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[jira] [Created] (COMPRESS-631) Changelog entry for 1.22 missing

2022-11-14 Thread Alexander Veit (Jira)
Alexander Veit created COMPRESS-631:
---

 Summary: Changelog entry for 1.22 missing
 Key: COMPRESS-631
 URL: https://issues.apache.org/jira/browse/COMPRESS-631
 Project: Commons Compress
  Issue Type: Bug
  Components: Documentation
Affects Versions: 1.22
Reporter: Alexander Veit


https://commons.apache.org/proper/commons-compress/changes-report.html




--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[GitHub] [commons-jexl] notsyncing closed pull request #140: JEXL-386: Fix non-inheritable permissions on interfaces in an inheritable sandbox.

2022-11-14 Thread GitBox


notsyncing closed pull request #140: JEXL-386: Fix non-inheritable permissions 
on interfaces in an inheritable sandbox.
URL: https://github.com/apache/commons-jexl/pull/140


-- 
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.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org