This is an automated email from the ASF dual-hosted git repository.
kou pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/arrow.git
The following commit(s) were added to refs/heads/main by this push:
new fc3278ffb7 MINOR: [Java] Bump org.immutables:value from 2.8.2 to
2.10.0 in /java (#39831)
fc3278ffb7 is described below
commit fc3278ffb78e6f4f79cd20160bf911efa5a09ba1
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Tue Jan 30 06:01:22 2024 +0900
MINOR: [Java] Bump org.immutables:value from 2.8.2 to 2.10.0 in /java
(#39831)
Bumps [org.immutables:value](https://github.com/immutables/immutables) from
2.8.2 to 2.10.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/immutables/immutables/releases">org.immutables:value's
releases</a>.</em></p>
<blockquote>
<h2>2.10.0</h2>
<h1>JakartaEE support</h1>
<p>Style flag <code>jakarta = true</code>
Mainly package change for annotations and types like Validator</p>
<h1>Miscellaneous</h1>
<ul>
<li>JDK9 unmodifiable collections for <code>List</code>, <code>Set</code>,
<code>Map</code>, style flag <code>jdk9Collections = true</code></li>
<li>Suppress from method, style flag <code>from = ""</code></li>
<li>Non-strict modifiables allows reading unset attributes, style flag
<code>strictModifiables = false</code></li>
<li>Fixes in nested type_use annotations.</li>
<li>Performance: better initial capacity for collections</li>
<li>Refinements and fixes to Criteria modules</li>
<li>Plus many other refinements and maintance, see below</li>
</ul>
<h1>Workarounds for Gradle</h1>
<ul>
<li>imports for not-yet-generated types : add
<code>options.sourcepath</code></li>
<li>disable incremental compilation (<code>options.incremental</code>), may
also help is some complex cases</li>
</ul>
<h2>What's Changed (since some last year's release)</h2>
<ul>
<li>guava upgrade to 30.0-jre by <a
href="https://github.com/elucash"><code>@elucash</code></a> in <a
href="https://redirect.github.com/immutables/immutables/pull/1422">immutables/immutables#1422</a></li>
<li>Fix sorting by id property with Criteria for Mongo <a
href="https://redirect.github.com/immutables/immutables/issues/1442">#1442</a>
by <a href="https://github.com/harmenweber"><code>@harmenweber</code></a> in
<a
href="https://redirect.github.com/immutables/immutables/pull/1443">immutables/immutables#1443</a></li>
<li>Fix <a
href="https://redirect.github.com/immutables/immutables/issues/1424">#1424</a>
- redundant null check in JDK maps by <a
href="https://github.com/saarmbruster"><code>@saarmbruster</code></a> in <a
href="https://redirect.github.com/immutables/immutables/pull/1425">immutables/immutables#1425</a></li>
<li>detect the Eclipse compiler without using the TCCL by <a
href="https://github.com/hwellmann"><code>@hwellmann</code></a> in <a
href="https://redirect.github.com/immutables/immutables/pull/1452">immutables/immutables#1452</a></li>
<li>Experimental <a
href="https://redirect.github.com/immutables/immutables/issues/1112">#1112</a>
requiring Enclosing annotation by <a
href="https://github.com/elucash"><code>@elucash</code></a> in <a
href="https://redirect.github.com/immutables/immutables/pull/1423">immutables/immutables#1423</a></li>
<li>Enable eclipse compiler support for Java 17 and beyond. by <a
href="https://github.com/SimY4"><code>@SimY4</code></a> in <a
href="https://redirect.github.com/immutables/immutables/pull/1458">immutables/immutables#1458</a></li>
<li>Fix <code>toBuilder</code> generator with generics by <a
href="https://github.com/rdesgroppes"><code>@rdesgroppes</code></a> in <a
href="https://redirect.github.com/immutables/immutables/pull/1460">immutables/immutables#1460</a></li>
<li>Populate correct initial capacity for
List/Set/Map/ImmutableList.Builder by <a
href="https://github.com/snazy"><code>@snazy</code></a> in <a
href="https://redirect.github.com/immutables/immutables/pull/1468">immutables/immutables#1468</a></li>
<li>Allow specifying visibility as string by <a
href="https://github.com/nastra"><code>@nastra</code></a> in <a
href="https://redirect.github.com/immutables/immutables/pull/1474">immutables/immutables#1474</a></li>
<li>Re-try to resolve types in java.lang by <a
href="https://github.com/PtrTeixeira"><code>@PtrTeixeira</code></a> in <a
href="https://redirect.github.com/immutables/immutables/pull/1477">immutables/immutables#1477</a></li>
<li>re-enable jdk9 collections support. by <a
href="https://github.com/SimY4"><code>@SimY4</code></a> in <a
href="https://redirect.github.com/immutables/immutables/pull/1481">immutables/immutables#1481</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a href="https://github.com/harmenweber"><code>@harmenweber</code></a>
made their first contribution in <a
href="https://redirect.github.com/immutables/immutables/pull/1443">immutables/immutables#1443</a></li>
<li><a
href="https://github.com/saarmbruster"><code>@saarmbruster</code></a> made
their first contribution in <a
href="https://redirect.github.com/immutables/immutables/pull/1425">immutables/immutables#1425</a></li>
<li><a href="https://github.com/hwellmann"><code>@hwellmann</code></a>
made their first contribution in <a
href="https://redirect.github.com/immutables/immutables/pull/1452">immutables/immutables#1452</a></li>
<li><a href="https://github.com/rdesgroppes"><code>@rdesgroppes</code></a>
made their first contribution in <a
href="https://redirect.github.com/immutables/immutables/pull/1460">immutables/immutables#1460</a></li>
<li><a href="https://github.com/snazy"><code>@snazy</code></a> made their
first contribution in <a
href="https://redirect.github.com/immutables/immutables/pull/1468">immutables/immutables#1468</a></li>
<li><a href="https://github.com/PtrTeixeira"><code>@PtrTeixeira</code></a>
made their first contribution in <a
href="https://redirect.github.com/immutables/immutables/pull/1477">immutables/immutables#1477</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/immutables/immutables/compare/2.9.3...2.10.0">https://github.com/immutables/immutables/compare/2.9.3...2.10.0</a></p>
<h2>2.9.3</h2>
<h2>Maintenance release</h2>
<h2>What's Changed</h2>
<ul>
<li><a
href="https://redirect.github.com/immutables/immutables/issues/1408">#1408</a>
withUnaryOperator style flag/naming template by <a
href="https://github.com/elucash"><code>@elucash</code></a> in <a
href="https://redirect.github.com/immutables/immutables/pull/1409">immutables/immutables#1409</a></li>
<li>Avoid invalidating Gson type adapter cache when creating Mongo
Repository by <a href="https://github.com/jmoghisi"><code>@jmoghisi</code></a>
in <a
href="https://redirect.github.com/immutables/immutables/pull/1406">immutables/immutables#1406</a></li>
<li>fixing <a
href="https://redirect.github.com/immutables/immutables/issues/1407">#1407</a>
- Default value with explicit null should use default. by <a
href="https://github.com/SimY4"><code>@SimY4</code></a> in <a
href="https://redirect.github.com/immutables/immutables/pull/1410">immutables/immutables#1410</a></li>
<li>Fix counts in WriteResult for upsert operation by <a
href="https://github.com/dparamoshkin"><code>@dparamoshkin</code></a> in <a
href="https://redirect.github.com/immutables/immutables/pull/1412">immutables/immutables#1412</a></li>
</ul>
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/immutables/immutables/commit/29a2230477f196d583c55ca4f1c1e1705767d07c"><code>29a2230</code></a>
relese 2.10.0</li>
<li><a
href="https://github.com/immutables/immutables/commit/34c76bd1f372f5b3c391533b7763367cebedb0b5"><code>34c76bd</code></a>
Java7 leftovers</li>
<li><a
href="https://github.com/immutables/immutables/commit/c4597efc3ef38c3021910284633a1e2583f2d8c5"><code>c4597ef</code></a>
<a
href="https://redirect.github.com/immutables/immutables/issues/1483">#1483</a>
strictModifiable=false</li>
<li><a
href="https://github.com/immutables/immutables/commit/e07209c4930552bf658eb77d4f454f0946b9ae36"><code>e07209c</code></a>
Styles: jdk9Collections, from=""</li>
<li><a
href="https://github.com/immutables/immutables/commit/3f85a4274693acdbb0f080e7a2fe0f84bc7dfe92"><code>3f85a42</code></a>
Merge pull request <a
href="https://redirect.github.com/immutables/immutables/issues/1481">#1481</a>
from SimY4/topic/re-enable-jdk9-collections</li>
<li><a
href="https://github.com/immutables/immutables/commit/be599d44f933c182d45b8d0d2ca9b3a02c36a449"><code>be599d4</code></a>
Fix ClassCastException when projections are used with ReactorFacet.</li>
<li><a
href="https://github.com/immutables/immutables/commit/b9df716fe8e17fd15473158de642a4aafeb8b1c7"><code>b9df716</code></a>
Revert utility functions.</li>
<li><a
href="https://github.com/immutables/immutables/commit/711c7bcb284a2b60b98fc5ecac61d755ea8c3217"><code>711c7bc</code></a>
re-enable jdk9 collections support.</li>
<li><a
href="https://github.com/immutables/immutables/commit/c98038e82512ec255a24a0dfd6971eab52bd5b8e"><code>c98038e</code></a>
<a
href="https://redirect.github.com/immutables/immutables/issues/1479">#1479</a>
need to look at value, not key</li>
<li><a
href="https://github.com/immutables/immutables/commit/c643bef48d509a5283e7efe7118b9172aac355c7"><code>c643bef</code></a>
<a
href="https://redirect.github.com/immutables/immutables/issues/1477">#1477</a>
refinements after PR</li>
<li>Additional commits viewable in <a
href="https://github.com/immutables/immutables/compare/2.8.2...2.10.0">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 show <dependency name> ignore conditions` will show all of
the ignore conditions of the specified dependency
- `@ 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>
Authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
Signed-off-by: Sutou Kouhei <[email protected]>
---
java/pom.xml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/java/pom.xml b/java/pom.xml
index 3951f1c1bc..2423e2d495 100644
--- a/java/pom.xml
+++ b/java/pom.xml
@@ -438,7 +438,7 @@
<path>
<groupId>org.immutables</groupId>
<artifactId>value</artifactId>
- <version>2.8.2</version>
+ <version>2.10.0</version>
</path>
</annotationProcessorPaths>
</configuration>
@@ -653,7 +653,7 @@
<dependency>
<groupId>org.immutables</groupId>
<artifactId>value</artifactId>
- <version>2.8.2</version>
+ <version>2.10.0</version>
<scope>provided</scope>
</dependency>
<dependency>