Bump micronaut-bom from 3.4.3 to 3.5.0 #55

Merged
dependabot[bot] merged 1 commit from dependabot/maven/io.micronaut-micronaut-bom-3.5.0 into main 2022-06-01 22:14:52 +02:00
dependabot[bot] commented 2022-06-01 22:13:45 +02:00 (Migrated from github.com)

Bumps micronaut-bom from 3.4.3 to 3.5.0.

Release notes

Sourced from micronaut-bom's releases.

Micronaut 3.5.0

v3.5.0 (2022-05-25)

Full Changelog

GraalVM 22.1.0

Micronaut framework 3.5 supports GraalVM 22.1.0.

Micronaut Gradle Plugin v3.4.0 and Micronaut Maven Plugin v3.3.0 support GraalVM 22.1.0.

Incremental Compilation for Gradle Builds

Micronaut framework 3.5 supports fully incremental compilation, including GraalVM metadata for Gradle Builds.

Micronaut Data

Micronaut Data 3.4.0 supports:

  • Postgres enums for JDBC.
  • Pagination for reactive repositories and specifications.
  • Pagination for async, coroutines repositories, and specifications.

Turbo Integration

Micronaut Views adds integration with Turbo

New Module - Micronaut Microstream

Micronaut Microstream eases working with MicroStream, a native Java object graph storage engine.

@​Scheduled with Time Zones

Optionally, you can specify a time zone when using the .

@Scheduled(cron = '1/33 0/1 * 1/1 * ?', zoneId = "America/Chicago")
void runCron() {
...
..

Support validation groups with @Validated

You can enforce a subset of constraints using validation groups using groups on the @Validated.

Advanced Listener Configuration

Micronaut framework 3.5.0 offers more flexibility in configuring the HTTP Server. Instead of configuring a single port, you can specify each listener manually.

... (truncated)

Commits

Dependabot compatibility score

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 commands and options

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)
Bumps [micronaut-bom](https://github.com/micronaut-projects/micronaut-core) from 3.4.3 to 3.5.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/micronaut-projects/micronaut-core/releases">micronaut-bom's releases</a>.</em></p> <blockquote> <h2>Micronaut 3.5.0</h2> <h2><a href="https://github.com/micronaut-projects/micronaut-core/tree/v3.5.0">v3.5.0</a> (2022-05-25)</h2> <p><a href="https://github.com/micronaut-projects/micronaut-core/compare/v3.4.4...v3.5.0">Full Changelog</a></p> <h3>GraalVM 22.1.0</h3> <p>Micronaut framework 3.5 supports <a href="https://www.graalvm.org/release-notes/22_1/">GraalVM 22.1.0</a>.</p> <p><a href="https://micronaut-projects.github.io/micronaut-gradle-plugin/latest/">Micronaut Gradle Plugin v3.4.0</a> and <a href="https://github.com/micronaut-projects/micronaut-maven-plugin/releases/tag/v3.3.0">Micronaut Maven Plugin v3.3.0</a> support GraalVM 22.1.0.</p> <h3>Incremental Compilation for Gradle Builds</h3> <p>Micronaut framework 3.5 supports fully incremental compilation, including GraalVM metadata for Gradle Builds.</p> <h3>Micronaut Data</h3> <p><a href="https://github.com/micronaut-projects/micronaut-data/releases/tag/v3.4.0">Micronaut Data 3.4.0</a> supports:</p> <ul> <li>Postgres enums for JDBC.</li> <li>Pagination for reactive repositories and specifications.</li> <li>Pagination for async, coroutines repositories, and specifications.</li> </ul> <h3>Turbo Integration</h3> <p>Micronaut Views adds <a href="https://micronaut-projects.github.io/micronaut-views/latest/guide/#turbo">integration with Turbo</a></p> <h3>New Module - Micronaut Microstream</h3> <p><a href="https://micronaut-projects.github.io/micronaut-microstream/snapshot/guide/">Micronaut Microstream</a> eases working with <a href="https://microstream.one">MicroStream</a>, a native Java object graph storage engine.</p> <h3><a href="https://github.com/Scheduled"><code>@​Scheduled</code></a> with Time Zones</h3> <p>Optionally, you can specify a time zone when using the <!-- raw HTML omitted -->.</p> <pre lang="java"><code>@Scheduled(cron = '1/33 0/1 * 1/1 * ?', zoneId = &quot;America/Chicago&quot;) void runCron() { ... .. </code></pre> <h3>Support validation groups with <code>@Validated</code></h3> <p>You can enforce a subset of constraints using <a href="https://docs.micronaut.io/latest/guide/index.html#validationGroups">validation groups</a> using groups on the <code>@Validated</code>.</p> <h3>Advanced Listener Configuration</h3> <p>Micronaut framework 3.5.0 offers more flexibility in configuring the HTTP Server. Instead of configuring a single port, you <a href="https://docs.micronaut.io/latest/guide/index.html#listener">can specify each listener manually</a>.</p> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/micronaut-projects/micronaut-core/commit/6866e299bde3e3e2467f42221d82bf4ea9b18f73"><code>6866e29</code></a> [skip ci] Release v3.5.0</li> <li><a href="https://github.com/micronaut-projects/micronaut-core/commit/d166511ce28f208f045553f04a5fedb709a6fd28"><code>d166511</code></a> Fix recognizing <code>@Named</code> bean delegate (<a href="https://github-redirect.dependabot.com/micronaut-projects/micronaut-core/issues/7500">#7500</a>)</li> <li><a href="https://github.com/micronaut-projects/micronaut-core/commit/4fac33b4daaaca0e50c9e98ec4a71703dce2a21f"><code>4fac33b</code></a> Bump micronaut-test to 3.3.0 (<a href="https://github-redirect.dependabot.com/micronaut-projects/micronaut-core/issues/7501">#7501</a>)</li> <li><a href="https://github.com/micronaut-projects/micronaut-core/commit/0ef26185c73aa1481d7ab3b147d100c9c14ef7ae"><code>0ef2618</code></a> Fix identifying <code>@Primary</code> qualifier (<a href="https://github-redirect.dependabot.com/micronaut-projects/micronaut-core/issues/7497">#7497</a>)</li> <li><a href="https://github.com/micronaut-projects/micronaut-core/commit/d548b067ca443dce8506e773c3468c3cf19c3f7c"><code>d548b06</code></a> fix: <code>contains</code> of <code>@Primary</code> (<a href="https://github-redirect.dependabot.com/micronaut-projects/micronaut-core/issues/7495">#7495</a>)</li> <li><a href="https://github.com/micronaut-projects/micronaut-core/commit/5a9252361c77c08da1930aef44bd72ab8ef73f62"><code>5a92523</code></a> Fix flaky test (<a href="https://github-redirect.dependabot.com/micronaut-projects/micronaut-core/issues/7493">#7493</a>)</li> <li><a href="https://github.com/micronaut-projects/micronaut-core/commit/4d5a4b09cfc25525d5994a64a3de7e1a6fac28aa"><code>4d5a4b0</code></a> Fix bean delegates with <code>@Primary</code> (<a href="https://github-redirect.dependabot.com/micronaut-projects/micronaut-core/issues/7488">#7488</a>)</li> <li><a href="https://github.com/micronaut-projects/micronaut-core/commit/5132edc0a0868af31a20cdb9728e20595a919d2e"><code>5132edc</code></a> doc: what's new link to Micronaut SQL to 4.4.0 (<a href="https://github-redirect.dependabot.com/micronaut-projects/micronaut-core/issues/7492">#7492</a>)</li> <li><a href="https://github.com/micronaut-projects/micronaut-core/commit/5dc4a1097d9fe0155961b6c4a497f38a8ee22110"><code>5dc4a10</code></a> doc: 3.5.0 What’s new</li> <li><a href="https://github.com/micronaut-projects/micronaut-core/commit/3da140b22a9d9538e5ce584e3b1ad95fe2c28819"><code>3da140b</code></a> Bump micronaut-maven-plugin to 3.3.0 (<a href="https://github-redirect.dependabot.com/micronaut-projects/micronaut-core/issues/7485">#7485</a>)</li> <li>Additional commits viewable in <a href="https://github.com/micronaut-projects/micronaut-core/compare/v3.4.3...v3.5.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=io.micronaut:micronaut-bom&package-manager=maven&previous-version=3.4.3&new-version=3.5.0)](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>
sschnabe (Migrated from github.com) reviewed 2022-06-01 22:13:45 +02:00
rpahli (Migrated from github.com) reviewed 2022-06-01 22:13:45 +02:00
fabian-schlegel (Migrated from github.com) reviewed 2022-06-01 22:13:45 +02:00
kokuwaio-bot (Migrated from github.com) approved these changes 2022-06-01 22:14:01 +02:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Reference: kokuwaio/micronaut-logging#55
No description provided.