Bumps [auto-value](https://github.com/google/auto) from 1.9 to 1.10.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/google/auto/releases">auto-value's
releases</a>.</em></p>
<blockquote>
<h2>AutoValue 1.10</h2>
<ul>
<li>AutoBuilder is now stable and supported. (2e44a5327)
<ul>
<li>AutoBuilder now allows you to omit a Kotlin default parameter when
building a Kotlin class. (d2f91bf32)</li>
<li>An <code>@AutoBuilder</code> class can now have
<code>@AutoValue.CopyAnnotations</code> so annotations are copied from
the class to its generated subclass. (3a15c8834)</li>
<li>The generated AutoBuilder class now has a "copy
constructor" if values for the builder properties can be obtained
from the built type. (b3b53a344)</li>
<li>AutoBuilder can now be used to build annotation implementations
directly. (196c8100d)</li>
</ul>
</li>
<li>Fixed an issue when Serializable and Memoized extensions are used
together. (e01968d16)</li>
<li><code>@AutoAnnotation</code> now has <code>CLASS</code> rather than
<code>SOURCE</code> retention, making for better operation with Gradle
incremental compilation. (34c3be569)</li>
<li><code>@AutoAnnotation</code> methods no longer need to be static.
This makes it easier to use AutoAnnotation with Kotlin. (cf55dc644)</li>
<li>AutoValue and AutoBuilder builders now use bitmasks to track unset
primitive properties, which will typically lead to smaller builder
objects and faster build times. (b5d398977)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="e065d1918f"><code>e065d19</code></a>
Set version number for auto-value-parent to 1.10.</li>
<li><a
href="0079f49b32"><code>0079f49</code></a>
Bump asm from 9.3 to 9.4 in /value</li>
<li><a
href="40284c7190"><code>40284c7</code></a>
Bump styfle/cancel-workflow-action from 0.10.0 to 0.10.1</li>
<li><a
href="bd6926415e"><code>bd69264</code></a>
Bump kotlin.version from 1.7.10 to 1.7.20 in /value</li>
<li><a
href="c120217b63"><code>c120217</code></a>
Move the toBuilder and autoToBuilder from Foo.Builder to the Foo.</li>
<li><a
href="14413dc9c7"><code>14413dc</code></a>
Bump maven-jar-plugin from 3.2.2 to 3.3.0 in /factory</li>
<li><a
href="7504e9269e"><code>7504e92</code></a>
Bump maven-jar-plugin from 3.2.2 to 3.3.0 in /value</li>
<li><a
href="35f94748b7"><code>35f9474</code></a>
Bump maven-jar-plugin from 3.2.2 to 3.3.0 in /service</li>
<li><a
href="182dff1f6c"><code>182dff1</code></a>
Bump maven-jar-plugin from 3.2.2 to 3.3.0 in /common</li>
<li><a
href="aebf49b0d7"><code>aebf49b</code></a>
Bump gradle-test-kit from 7.5 to 7.5.1 in /value</li>
<li>Additional commits viewable in <a
href="https://github.com/google/auto/compare/auto-value-1.9...auto-value-1.10">compare
view</a></li>
</ul>
</details>
<br />
[](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.
[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)
---
<details>
<summary>Dependabot commands and options</summary>
<br />
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)
</details>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Mateusz Rzeszutek <mrzeszutek@splunk.com>
Bumps [auto-value-annotations](https://github.com/google/auto) from 1.9
to 1.10.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/google/auto/releases">auto-value-annotations's
releases</a>.</em></p>
<blockquote>
<h2>AutoValue 1.10</h2>
<ul>
<li>AutoBuilder is now stable and supported. (2e44a5327)
<ul>
<li>AutoBuilder now allows you to omit a Kotlin default parameter when
building a Kotlin class. (d2f91bf32)</li>
<li>An <code>@AutoBuilder</code> class can now have
<code>@AutoValue.CopyAnnotations</code> so annotations are copied from
the class to its generated subclass. (3a15c8834)</li>
<li>The generated AutoBuilder class now has a "copy
constructor" if values for the builder properties can be obtained
from the built type. (b3b53a344)</li>
<li>AutoBuilder can now be used to build annotation implementations
directly. (196c8100d)</li>
</ul>
</li>
<li>Fixed an issue when Serializable and Memoized extensions are used
together. (e01968d16)</li>
<li><code>@AutoAnnotation</code> now has <code>CLASS</code> rather than
<code>SOURCE</code> retention, making for better operation with Gradle
incremental compilation. (34c3be569)</li>
<li><code>@AutoAnnotation</code> methods no longer need to be static.
This makes it easier to use AutoAnnotation with Kotlin. (cf55dc644)</li>
<li>AutoValue and AutoBuilder builders now use bitmasks to track unset
primitive properties, which will typically lead to smaller builder
objects and faster build times. (b5d398977)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="e065d1918f"><code>e065d19</code></a>
Set version number for auto-value-parent to 1.10.</li>
<li><a
href="0079f49b32"><code>0079f49</code></a>
Bump asm from 9.3 to 9.4 in /value</li>
<li><a
href="40284c7190"><code>40284c7</code></a>
Bump styfle/cancel-workflow-action from 0.10.0 to 0.10.1</li>
<li><a
href="bd6926415e"><code>bd69264</code></a>
Bump kotlin.version from 1.7.10 to 1.7.20 in /value</li>
<li><a
href="c120217b63"><code>c120217</code></a>
Move the toBuilder and autoToBuilder from Foo.Builder to the Foo.</li>
<li><a
href="14413dc9c7"><code>14413dc</code></a>
Bump maven-jar-plugin from 3.2.2 to 3.3.0 in /factory</li>
<li><a
href="7504e9269e"><code>7504e92</code></a>
Bump maven-jar-plugin from 3.2.2 to 3.3.0 in /value</li>
<li><a
href="35f94748b7"><code>35f9474</code></a>
Bump maven-jar-plugin from 3.2.2 to 3.3.0 in /service</li>
<li><a
href="182dff1f6c"><code>182dff1</code></a>
Bump maven-jar-plugin from 3.2.2 to 3.3.0 in /common</li>
<li><a
href="aebf49b0d7"><code>aebf49b</code></a>
Bump gradle-test-kit from 7.5 to 7.5.1 in /value</li>
<li>Additional commits viewable in <a
href="https://github.com/google/auto/compare/auto-value-1.9...auto-value-1.10">compare
view</a></li>
</ul>
</details>
<br />
[](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.
[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)
---
<details>
<summary>Dependabot commands and options</summary>
<br />
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)
</details>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [hipparchus-core](https://github.com/Hipparchus-Math/hipparchus)
from 2.2 to 2.3.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/Hipparchus-Math/hipparchus/releases">hipparchus-core's
releases</a>.</em></p>
<blockquote>
<h2>Hipparchus 2.3</h2>
<ul>
<li>Allowing configuration of RandomPercentile in
StreamingStatistics.</li>
<li>Added new signature for
SequentialGaussNewtonOptimizer.withAPrioriData</li>
<li>Allowing to define the Cholesky decomposition thresholds.</li>
<li>Changed HessenbergTransformer visibility to public.</li>
<li>Changed SchurTransformer visibility to public.</li>
<li>Fixed wrong negation of point on the 2-sphere.</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/Hipparchus-Math/hipparchus/blob/master/RELEASE-NOTES.txt">hipparchus-core's
changelog</a>.</em></p>
<blockquote>
<pre><code> Hipparchus 2.3 RELEASE NOTES
</code></pre>
<p>The Hipparchus team is pleased to announce the release of
hipparchus-2.3</p>
<p>The Hipparchus library is a library of mathematical components. It
started as a fork of Apache Commons Math.</p>
<p>Changes in this version include:</p>
<p>New features:
o issues/205: Added new signature for
SequentialGaussNewtonOptimizer#withAPrioriData allowing
to define the Cholesky decomposition thresholds.
o issues/204: Changed HessenbergTransformer visibility to public.
o issues/204: Changed SchurTransformer visibility to public.</p>
<p>Fixed Bugs:
o issues/208: Fixed wrong negation of point on the 2-sphere.
o issues/207: Allow configuration of RandomPercentile in
StreamingStatistics.</p>
<p>For complete information on Hipparchus, including instructions on how
to submit bug reports,
patches, or suggestions for improvement, see the Hipparchus website:</p>
<p><a
href="https://www.hipparchus.org/">https://www.hipparchus.org/</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="2f85d017f1"><code>2f85d01</code></a>
Updated changes documentation.</li>
<li><a
href="3a40f1ded4"><code>3a40f1d</code></a>
Updated documentation for the release.</li>
<li><a
href="880c85441d"><code>880c854</code></a>
Updated release notes.</li>
<li><a
href="80dfc92aae"><code>80dfc92</code></a>
Whitespace.</li>
<li><a
href="d6de89ce44"><code>d6de89c</code></a>
Added reference to issue number.</li>
<li><a
href="91942af863"><code>91942af</code></a>
Dropped -SNAPSHOT in version number for official release.</li>
<li><a
href="a893487b80"><code>a893487</code></a>
Fixed wrong negation of point on the 2-sphere.</li>
<li><a
href="a599e50967"><code>a599e50</code></a>
Improved test coverage.</li>
<li><a
href="e6160b4d82"><code>e6160b4</code></a>
Fixed SonarQube warnings.</li>
<li><a
href="ca57a38e8e"><code>ca57a38</code></a>
Merge branch 'issue-202'</li>
<li>Additional commits viewable in <a
href="https://github.com/Hipparchus-Math/hipparchus/compare/2.2...2.3">compare
view</a></li>
</ul>
</details>
<br />
[](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.
[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)
---
<details>
<summary>Dependabot commands and options</summary>
<br />
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)
</details>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Mateusz Rzeszutek <mrzeszutek@splunk.com>
Bumps [hipparchus-stat](https://github.com/Hipparchus-Math/hipparchus)
from 2.2 to 2.3.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/Hipparchus-Math/hipparchus/releases">hipparchus-stat's
releases</a>.</em></p>
<blockquote>
<h2>Hipparchus 2.3</h2>
<ul>
<li>Allowing configuration of RandomPercentile in
StreamingStatistics.</li>
<li>Added new signature for
SequentialGaussNewtonOptimizer.withAPrioriData</li>
<li>Allowing to define the Cholesky decomposition thresholds.</li>
<li>Changed HessenbergTransformer visibility to public.</li>
<li>Changed SchurTransformer visibility to public.</li>
<li>Fixed wrong negation of point on the 2-sphere.</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/Hipparchus-Math/hipparchus/blob/master/RELEASE-NOTES.txt">hipparchus-stat's
changelog</a>.</em></p>
<blockquote>
<pre><code> Hipparchus 2.3 RELEASE NOTES
</code></pre>
<p>The Hipparchus team is pleased to announce the release of
hipparchus-2.3</p>
<p>The Hipparchus library is a library of mathematical components. It
started as a fork of Apache Commons Math.</p>
<p>Changes in this version include:</p>
<p>New features:
o issues/205: Added new signature for
SequentialGaussNewtonOptimizer#withAPrioriData allowing
to define the Cholesky decomposition thresholds.
o issues/204: Changed HessenbergTransformer visibility to public.
o issues/204: Changed SchurTransformer visibility to public.</p>
<p>Fixed Bugs:
o issues/208: Fixed wrong negation of point on the 2-sphere.
o issues/207: Allow configuration of RandomPercentile in
StreamingStatistics.</p>
<p>For complete information on Hipparchus, including instructions on how
to submit bug reports,
patches, or suggestions for improvement, see the Hipparchus website:</p>
<p><a
href="https://www.hipparchus.org/">https://www.hipparchus.org/</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="2f85d017f1"><code>2f85d01</code></a>
Updated changes documentation.</li>
<li><a
href="3a40f1ded4"><code>3a40f1d</code></a>
Updated documentation for the release.</li>
<li><a
href="880c85441d"><code>880c854</code></a>
Updated release notes.</li>
<li><a
href="80dfc92aae"><code>80dfc92</code></a>
Whitespace.</li>
<li><a
href="d6de89ce44"><code>d6de89c</code></a>
Added reference to issue number.</li>
<li><a
href="91942af863"><code>91942af</code></a>
Dropped -SNAPSHOT in version number for official release.</li>
<li><a
href="a893487b80"><code>a893487</code></a>
Fixed wrong negation of point on the 2-sphere.</li>
<li><a
href="a599e50967"><code>a599e50</code></a>
Improved test coverage.</li>
<li><a
href="e6160b4d82"><code>e6160b4</code></a>
Fixed SonarQube warnings.</li>
<li><a
href="ca57a38e8e"><code>ca57a38</code></a>
Merge branch 'issue-202'</li>
<li>Additional commits viewable in <a
href="https://github.com/Hipparchus-Math/hipparchus/compare/2.2...2.3">compare
view</a></li>
</ul>
</details>
<br />
[](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.
[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)
---
<details>
<summary>Dependabot commands and options</summary>
<br />
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)
</details>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
In the Maven plugin for static instrumentation, an NPE was raised if no
file was found for the project artifact. Now it is replaced by a custom
message.
The Gradle plugin of the static instrumentation does not seem
implemented.
This PR proposes to remove the mentions of this plugin to avoid
misunderstandings.
Add explanations to the Readme of the static instrumenter project and
try to make it a bit more actionable.
Co-authored-by: Trask Stalnaker <trask.stalnaker@gmail.com>