-
Notifications
You must be signed in to change notification settings - Fork 202
Commit 9f06293
authored
Bump org.immutables:value from 2.9.0 to 2.10.1 (#512)
Bumps [org.immutables:value](https://github.com/immutables/immutables)
from 2.9.0 to 2.10.1.
<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.1</h2>
<p>Maintenance release</p>
<h2>What's Changed</h2>
<ul>
<li>Fix 'yield outside of switch expression' by <a
href="https://github.com/alsin"><code>@alsin</code></a> in <a
href="https://redirect.github.com/immutables/immutables/pull/1502">immutables/immutables#1502</a></li>
<li>Allows NaturalOrdering for Comparable type hierarchies by <a
href="https://github.com/wjglerum"><code>@wjglerum</code></a> in <a
href="https://redirect.github.com/immutables/immutables/pull/1496">immutables/immutables#1496</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a href="https://github.com/alsin"><code>@alsin</code></a> made
their first contribution in <a
href="https://redirect.github.com/immutables/immutables/pull/1502">immutables/immutables#1502</a></li>
<li><a href="https://github.com/wjglerum"><code>@wjglerum</code></a>
made their first contribution in <a
href="https://redirect.github.com/immutables/immutables/pull/1496">immutables/immutables#1496</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/immutables/immutables/compare/2.10.0...2.10.1">https://github.com/immutables/immutables/compare/2.10.0...2.10.1</a></p>
<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>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li>See full diff in <a
href="https://github.com/immutables/immutables/commits/2.10.1">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>
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>1 parent e6a3532 commit 9f06293Copy full SHA for 9f06293
Expand file treeCollapse file tree
1 file changed
+1
-1
lines changed+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
352 | 352 |
| |
353 | 353 |
| |
354 | 354 |
| |
355 |
| - | |
| 355 | + | |
356 | 356 |
| |
357 | 357 |
| |
358 | 358 |
| |
|
0 commit comments