Skip to content

Bump micronaut-http from 3.0.0 to 3.5.0#118

Closed
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/gradle/io.micronaut-micronaut-http-3.5.0
Closed

Bump micronaut-http from 3.0.0 to 3.5.0#118
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/gradle/io.micronaut-micronaut-http-3.5.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github May 26, 2022

Copy link
Copy Markdown
Contributor

Bumps micronaut-http from 3.0.0 to 3.5.0.

Release notes

Sourced from micronaut-http'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-http](https://github.com/micronaut-projects/micronaut-core) from 3.0.0 to 3.5.0.
- [Release notes](https://github.com/micronaut-projects/micronaut-core/releases)
- [Changelog](https://github.com/micronaut-projects/micronaut-core/blob/3.5.x/RELEASE.adoc)
- [Commits](micronaut-projects/micronaut-core@v3.0.0...v3.5.0)

---
updated-dependencies:
- dependency-name: io.micronaut:micronaut-http
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added the dependencies Pull requests that update a dependency file label May 26, 2022
@dependabot @github

dependabot Bot commented on behalf of github Jun 6, 2022

Copy link
Copy Markdown
Contributor Author

Superseded by #119.

@dependabot dependabot Bot closed this Jun 6, 2022
@dependabot dependabot Bot deleted the dependabot/gradle/io.micronaut-micronaut-http-3.5.0 branch June 6, 2022 04:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants