[commons-chain] branch dependabot/github_actions/actions/cache-3.2.0 created (now ed7335a)

2022-12-21 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a change to branch 
dependabot/github_actions/actions/cache-3.2.0
in repository https://gitbox.apache.org/repos/asf/commons-chain.git


  at ed7335a  Bump actions/cache from 3.0.3 to 3.2.0

No new revisions were added by this update.



[commons-scxml] branch master updated (e4d2955 -> adf2495)

2022-12-21 Thread ggregory
This is an automated email from the ASF dual-hosted git repository.

ggregory pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/commons-scxml.git


from e4d2955  Merge pull request #95 from 
apache/dependabot/github_actions/actions/cache-3.2.0
 add f231272  Bump ossf/scorecard-action from 2.1.0 to 2.1.2
 add adf2495  Merge pull request #96 from 
apache/dependabot/github_actions/ossf/scorecard-action-2.1.2

No new revisions were added by this update.

Summary of changes:
 .github/workflows/scorecards-analysis.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)



[commons-scxml] 01/01: Merge pull request #95 from apache/dependabot/github_actions/actions/cache-3.2.0

2022-12-21 Thread ggregory
This is an automated email from the ASF dual-hosted git repository.

ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-scxml.git

commit e4d2955fef358c1731ac5fa6b2dc89e6c7bc268f
Merge: 4a9da72 1152080
Author: Gary Gregory 
AuthorDate: Wed Dec 21 20:44:39 2022 -0500

Merge pull request #95 from 
apache/dependabot/github_actions/actions/cache-3.2.0

Bump actions/cache from 3.0.11 to 3.2.0

 .github/workflows/coverage.yml | 2 +-
 .github/workflows/maven.yml| 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)



[commons-scxml] branch master updated (4a9da72 -> e4d2955)

2022-12-21 Thread ggregory
This is an automated email from the ASF dual-hosted git repository.

ggregory pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/commons-scxml.git


from 4a9da72  Merge pull request #93 from 
apache/dependabot/github_actions/ossf/scorecard-action-2.1.0
 add 1152080  Bump actions/cache from 3.0.11 to 3.2.0
 new e4d2955  Merge pull request #95 from 
apache/dependabot/github_actions/actions/cache-3.2.0

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .github/workflows/coverage.yml | 2 +-
 .github/workflows/maven.yml| 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)



[commons-scxml] branch dependabot/github_actions/ossf/scorecard-action-2.1.2 created (now f231272)

2022-12-21 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a change to branch 
dependabot/github_actions/ossf/scorecard-action-2.1.2
in repository https://gitbox.apache.org/repos/asf/commons-scxml.git


  at f231272  Bump ossf/scorecard-action from 2.1.0 to 2.1.2

No new revisions were added by this update.



[commons-scxml] branch dependabot/github_actions/actions/cache-3.2.0 created (now 1152080)

2022-12-21 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a change to branch 
dependabot/github_actions/actions/cache-3.2.0
in repository https://gitbox.apache.org/repos/asf/commons-scxml.git


  at 1152080  Bump actions/cache from 3.0.11 to 3.2.0

No new revisions were added by this update.



[commons-math] branch master updated: Copy javadoc groups from report section

2022-12-21 Thread aherbert
This is an automated email from the ASF dual-hosted git repository.

aherbert pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-math.git


The following commit(s) were added to refs/heads/master by this push:
 new f985ccc4a Copy javadoc groups from report section
f985ccc4a is described below

commit f985ccc4a31466df960d756def7ae41b11f2541b
Author: Alex Herbert 
AuthorDate: Wed Dec 21 23:41:26 2022 +

Copy javadoc groups from report section
---
 commons-math-docs/pom.xml | 19 ++-
 1 file changed, 18 insertions(+), 1 deletion(-)

diff --git a/commons-math-docs/pom.xml b/commons-math-docs/pom.xml
index 4d83de835..1dfddf40d 100644
--- a/commons-math-docs/pom.xml
+++ b/commons-math-docs/pom.xml
@@ -131,7 +131,24 @@
   Apache Commons Math ${project.version}
   true
   false
-  
+  
+
+  Core Package
+  org.apache.commons.math4.core*
+
+
+  Neural Network Package
+  org.apache.commons.math4.neuralnet*
+
+
+  Transform Package
+  org.apache.commons.math4.transform*
+
+
+  Legacy Package
+  org.apache.commons.math4.legacy*
+
+  
 
   
 



[commons-math] branch master updated: Add a docs module to create aggregate reports

2022-12-21 Thread aherbert
This is an automated email from the ASF dual-hosted git repository.

aherbert pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-math.git


The following commit(s) were added to refs/heads/master by this push:
 new 0e3634108 Add a docs module to create aggregate  reports
0e3634108 is described below

commit 0e3634108a90d9d3db9df4bb8dc4adb102232560
Author: Alex Herbert 
AuthorDate: Wed Dec 21 23:36:47 2022 +

Add a docs module to create aggregate  reports

The site pages have been updated to link to the aggregate javadoc
report.
---
 commons-math-core/pom.xml |   6 +
 commons-math-docs/pom.xml | 212 ++
 commons-math-docs/src/site/site.xml   |  31 +
 commons-math-docs/src/site/xdoc/index.xml |  41 ++
 commons-math-legacy-core/pom.xml  |   6 +
 commons-math-legacy-exception/pom.xml |  10 ++
 commons-math-legacy/pom.xml   |   6 +
 commons-math-neuralnet/pom.xml|   6 +
 commons-math-transform/pom.xml|   6 +
 pom.xml   |   7 +-
 src/site/site.xml |   2 +-
 src/site/xdoc/userguide/overview.xml  |   2 +-
 12 files changed, 327 insertions(+), 8 deletions(-)

diff --git a/commons-math-core/pom.xml b/commons-math-core/pom.xml
index 7add89143..367a57bac 100644
--- a/commons-math-core/pom.xml
+++ b/commons-math-core/pom.xml
@@ -53,6 +53,12 @@
   commons-numbers-core
 
 
+
+  org.junit.vintage
+  junit-vintage-engine
+  test
+
+
   
 
 
diff --git a/commons-math-docs/pom.xml b/commons-math-docs/pom.xml
new file mode 100644
index 0..4d83de835
--- /dev/null
+++ b/commons-math-docs/pom.xml
@@ -0,0 +1,212 @@
+
+
+http://maven.apache.org/POM/4.0.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; 
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/maven-v4_0_0.xsd";>
+  4.0.0
+
+  
+org.apache.commons
+commons-math-parent
+4.0-SNAPSHOT
+  
+
+  commons-math-docs
+  
+
+  Apache Commons Math Documentation
+  Aggregator module to genenerate Apache Commons Math 
documentation.
+
+  
+true
+true
+
+${basedir}/..
+
+true
+true
+true
+true
+true
+true
+
+true
+true
+true
+true
+true
+true
+
+-Xdoclint:none
+  
+
+  
+  
+
+  org.apache.commons
+  commons-math4-core
+  ${project.version}
+
+
+
+  org.apache.commons
+  commons-math4-neuralnet
+  ${project.version}
+
+
+
+  org.apache.commons
+  commons-math4-transform
+  ${project.version}
+
+
+
+  org.apache.commons
+  commons-math4-legacy-exception
+  ${project.version}
+
+
+
+  org.apache.commons
+  commons-math4-legacy-core
+  ${project.version}
+
+
+
+  org.apache.commons
+  commons-math4-legacy
+  ${project.version}
+
+  
+
+  
+src
+
+
+  
+
+org.spdx
+spdx-maven-plugin
+
+  
+build-spdx
+
+  createSPDX
+
+None
+  
+
+  
+
+  
+org.apache.maven.plugins
+maven-jar-plugin
+
+  true
+
+  
+
+  
+  
+org.apache.maven.plugins
+maven-javadoc-plugin
+
+  
${project.build.directory}/apidocs
+  true
+  Apache Commons Math ${project.version}
+  Apache Commons Math ${project.version}
+  true
+  false
+  
+
+  
+
+
+  
+
+  
+
+  
+  
+org.apache.maven.plugins
+maven-javadoc-plugin
+
+  
${project.build.directory}/apidocs
+  true
+  Apache Commons Math ${project.version}
+  Apache Commons Math ${project.version}
+  true
+  false
+  
+
+  Core Package
+  org.apache.commons.math4.core*
+
+
+  Neural Network Package
+  org.apache.commons.math4.neuralnet*
+
+
+  Transform Package
+  org.apache.commons.math4.transform*
+
+
+  Legacy Package
+  org.apache.commons.math4.legacy*
+
+  
+
+
+  
+
+  aggregate
+
+  
+
+  
+
+  
+  
+org.jacoco
+jacoco-maven-plugin
+${commons.jacoco.version}
+
+  Apache Commons Math
+  Code Coverage Report for Apache Commons Math 
${project.version}
+  
+
+**/*.class
+  
+
+
+  
+
+  report-aggregate
+
+  
+
+  
+
+  
+
+
diff -

[commons-email] branch master updated (e84d06e -> 4888b15)

2022-12-21 Thread ggregory
This is an automated email from the ASF dual-hosted git repository.

ggregory pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/commons-email.git


from e84d06e  Merge pull request #122 from 
apache/dependabot/github_actions/ossf/scorecard-action-2.1.1
 add 6e0e2c4  Bump actions/cache from 3.0.11 to 3.2.0
 add 4888b15  Merge pull request #123 from 
apache/dependabot/github_actions/actions/cache-3.2.0

No new revisions were added by this update.

Summary of changes:
 .github/workflows/codeql-analysis.yml | 2 +-
 .github/workflows/coverage.yml| 2 +-
 .github/workflows/maven.yml   | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)



[commons-email] branch dependabot/github_actions/actions/cache-3.2.0 created (now 6e0e2c4)

2022-12-21 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a change to branch 
dependabot/github_actions/actions/cache-3.2.0
in repository https://gitbox.apache.org/repos/asf/commons-email.git


  at 6e0e2c4  Bump actions/cache from 3.0.11 to 3.2.0

No new revisions were added by this update.



[commons-fileupload] branch master updated: Bump actions/cache from 3.0.11 to 3.2.0 (#190)

2022-12-21 Thread ggregory
This is an automated email from the ASF dual-hosted git repository.

ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-fileupload.git


The following commit(s) were added to refs/heads/master by this push:
 new f1127eb  Bump actions/cache from 3.0.11 to 3.2.0 (#190)
f1127eb is described below

commit f1127eb5daa3a6948eddd9ecb1001202f015b6bc
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Wed Dec 21 14:36:29 2022 -0500

Bump actions/cache from 3.0.11 to 3.2.0 (#190)

Bumps [actions/cache](https://github.com/actions/cache) from 3.0.11 to 
3.2.0.
- [Release notes](https://github.com/actions/cache/releases)
- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md)
- [Commits](https://github.com/actions/cache/compare/v3.0.11...v3.2.0)

---
updated-dependencies:
- dependency-name: actions/cache
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] 

Signed-off-by: dependabot[bot] 
Co-authored-by: dependabot[bot] 
<49699333+dependabot[bot]@users.noreply.github.com>
---
 .github/workflows/codeql-analysis.yml | 2 +-
 .github/workflows/coverage.yml| 2 +-
 .github/workflows/maven.yml   | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/.github/workflows/codeql-analysis.yml 
b/.github/workflows/codeql-analysis.yml
index 66008a6..7fcfeb5 100644
--- a/.github/workflows/codeql-analysis.yml
+++ b/.github/workflows/codeql-analysis.yml
@@ -48,7 +48,7 @@ jobs:
   uses: actions/checkout@v3.2.0
   with:
 persist-credentials: false
-- uses: actions/cache@v3.0.11
+- uses: actions/cache@v3.2.0
   with:
 path: ~/.m2/repository
 key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml
index c2e4c3e..0960ade 100644
--- a/.github/workflows/coverage.yml
+++ b/.github/workflows/coverage.yml
@@ -32,7 +32,7 @@ jobs:
 - uses: actions/checkout@v3.2.0
   with:
 persist-credentials: false
-- uses: actions/cache@v3.0.11
+- uses: actions/cache@v3.2.0
   with:
 path: ~/.m2/repository
 key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml
index 1ad5952..8d6b56b 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -37,7 +37,7 @@ jobs:
 - uses: actions/checkout@v3.2.0
   with:
 persist-credentials: false
-- uses: actions/cache@v3.0.11
+- uses: actions/cache@v3.2.0
   with:
 path: ~/.m2/repository
 key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}



[commons-ognl] branch master updated (91238a8 -> 5c64834)

2022-12-21 Thread ggregory
This is an automated email from the ASF dual-hosted git repository.

ggregory pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/commons-ognl.git


from 91238a8  Merge pull request #98 from 
apache/dependabot/github_actions/ossf/scorecard-action-2.1.1
 add d7aded0  Bump actions/cache from 3.0.8 to 3.2.0
 add 5c64834  Merge pull request #99 from 
apache/dependabot/github_actions/actions/cache-3.2.0

No new revisions were added by this update.

Summary of changes:
 .github/workflows/codeql-analysis.yml | 2 +-
 .github/workflows/coverage.yml| 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)



[commons-ognl] branch dependabot/github_actions/actions/cache-3.2.0 created (now d7aded0)

2022-12-21 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a change to branch 
dependabot/github_actions/actions/cache-3.2.0
in repository https://gitbox.apache.org/repos/asf/commons-ognl.git


  at d7aded0  Bump actions/cache from 3.0.8 to 3.2.0

No new revisions were added by this update.



[commons-fileupload] branch dependabot/github_actions/actions/cache-3.2.0 created (now 4dfc2de)

2022-12-21 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a change to branch 
dependabot/github_actions/actions/cache-3.2.0
in repository https://gitbox.apache.org/repos/asf/commons-fileupload.git


  at 4dfc2de  Bump actions/cache from 3.0.11 to 3.2.0

No new revisions were added by this update.



[commons-exec] branch master updated (a0a8e45 -> 4d8ab45)

2022-12-21 Thread ggregory
This is an automated email from the ASF dual-hosted git repository.

ggregory pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/commons-exec.git


from a0a8e45  Merge pull request #83 from 
apache/dependabot/github_actions/ossf/scorecard-action-2.1.1
 add a07acf3  Bump actions/cache from 3.0.11 to 3.2.0
 new 4d8ab45  Merge pull request #84 from 
apache/dependabot/github_actions/actions/cache-3.2.0

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .github/workflows/codeql-analysis.yml | 2 +-
 .github/workflows/coverage.yml| 2 +-
 .github/workflows/maven.yml   | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)



[commons-exec] 01/01: Merge pull request #84 from apache/dependabot/github_actions/actions/cache-3.2.0

2022-12-21 Thread ggregory
This is an automated email from the ASF dual-hosted git repository.

ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-exec.git

commit 4d8ab4522fd74b5bd3c0955f5c2e689f247c2618
Merge: a0a8e45 a07acf3
Author: Gary Gregory 
AuthorDate: Wed Dec 21 12:14:35 2022 -0500

Merge pull request #84 from 
apache/dependabot/github_actions/actions/cache-3.2.0

Bump actions/cache from 3.0.11 to 3.2.0

 .github/workflows/codeql-analysis.yml | 2 +-
 .github/workflows/coverage.yml| 2 +-
 .github/workflows/maven.yml   | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)



[commons-imaging] 01/01: Merge pull request #258 from apache/dependabot/github_actions/actions/cache-3.2.0

2022-12-21 Thread ggregory
This is an automated email from the ASF dual-hosted git repository.

ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-imaging.git

commit 8dfb62d5fe65224d2f2723107eba45334061f077
Merge: 4cc0f13d c70df48d
Author: Gary Gregory 
AuthorDate: Wed Dec 21 12:12:33 2022 -0500

Merge pull request #258 from 
apache/dependabot/github_actions/actions/cache-3.2.0

Bump actions/cache from 3.0.11 to 3.2.0

 .github/workflows/codeql-analysis.yml | 2 +-
 .github/workflows/coverage.yml| 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)



[commons-imaging] branch master updated (4cc0f13d -> 8dfb62d5)

2022-12-21 Thread ggregory
This is an automated email from the ASF dual-hosted git repository.

ggregory pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/commons-imaging.git


from 4cc0f13d Merge pull request #257 from 
apache/dependabot/github_actions/ossf/scorecard-action-2.1.1
 add c70df48d Bump actions/cache from 3.0.11 to 3.2.0
 new 8dfb62d5 Merge pull request #258 from 
apache/dependabot/github_actions/actions/cache-3.2.0

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .github/workflows/codeql-analysis.yml | 2 +-
 .github/workflows/coverage.yml| 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)



[commons-imaging] branch dependabot/github_actions/actions/cache-3.2.0 created (now c70df48d)

2022-12-21 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a change to branch 
dependabot/github_actions/actions/cache-3.2.0
in repository https://gitbox.apache.org/repos/asf/commons-imaging.git


  at c70df48d Bump actions/cache from 3.0.11 to 3.2.0

No new revisions were added by this update.



[commons-exec] branch dependabot/github_actions/actions/cache-3.2.0 created (now a07acf3)

2022-12-21 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a change to branch 
dependabot/github_actions/actions/cache-3.2.0
in repository https://gitbox.apache.org/repos/asf/commons-exec.git


  at a07acf3  Bump actions/cache from 3.0.11 to 3.2.0

No new revisions were added by this update.



[commons-math] annotated tag rel/commons-math-4.0-beta1 created (now 1bc9cd090)

2022-12-21 Thread erans
This is an automated email from the ASF dual-hosted git repository.

erans pushed a change to annotated tag rel/commons-math-4.0-beta1
in repository https://gitbox.apache.org/repos/asf/commons-math.git


  at 1bc9cd090 (tag)
 tagging 12ad3420a77611557603d1c7893d588610b2463a (commit)
 replaces MATH_3_4_1_RC1
  by Gilles Sadowski
  on Wed Dec 21 13:22:46 2022 +0100

- Log -
RC1 becomes v4.0-beta1 official release.
-BEGIN PGP SIGNATURE-

iQJEBAABCgAvFiEEs5YX4JXNdI3+UFgWcDQTAR4i1bgFAmOi+pYRHGVyYW5zQGFw
YWNoZS5vcmcACgkQcDQTAR4i1bhr9g/4oW7jo/Wo/Z0RZ6m884dR5QakUgUbnCQd
iYkvKzDQUYGRQNn2xR2S8fH28dPb+BNqlvCgiWlqsIjEV7o1BBs+XTP3ZnyKLGpN
oQdu0Q4PY+CT/bQEdXfUnUpyQ/OsSQ1M3+ODQolW1FJ2sIiu8dXXtrMUcqloI02w
cQg2l2GePT5FFchvktV+jd7kUlWNaB831qlFdtAgwUQMgBe0n9rM94oPEPMTeA4S
y9q/+kaqHsILoBqJuntaxuHl0+Ftr99dxAV8Ha+AHf92pRSdSRVhwdLvEf82j1uf
CnSGRAY9r997pFNfxVy7WucnZWFPZmu0p5950DcKPHey3EGCSfby7z4TqEK4em9T
n1qyyEo03KH1AM/m5zQFHJ0p/D4tliuWrNJRowBHD1FJ0Wu/mW9zozyYFPvUoy5j
OWmkzwBk1q4J2SOl5kGOW9O+zPcGr3/yge8nsnNLyDAZFRIMIHcUUcUAN1qbMdfE
EAnfQJ1RdJ79cFyOYnqjl81VkcyZTdI7u/ACr3SU1zrXASVeepxXqyEZmnsliFpq
cTCQE1LgAXp+Slq/M0060d19qg90+tcEo70Jl58kbIFJyZZlfH2GJ4E+Rkn/opE0
Q9ML9FJBX/Q9+MALwkkhQd00jJHUylv32WYQuGyxvSST1wJ7oJT6ZKr3QmydoG59
AxEwsFPalQ==
=bm/S
-END PGP SIGNATURE-
---

No new revisions were added by this update.