Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update dependency micronaut to v4.7.2 #234

Open
wants to merge 1 commit into
base: renovate-base
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Feb 9, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
micronaut (source) 4.3.0 -> 4.7.2 age adoption passing confidence

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

micronaut-projects/micronaut-platform (micronaut)

v4.7.2: Micronaut Platform 4.7.2

v4.7.1: Micronaut Platform 4.7.1

v4.7.0: Micronaut Platform 4.7.0

Core

Micronaut Core contains multiple improvements. To highlight a few, it improves the HTTP Client implementations, the display of circular dependency errors, adds a new API FilterBodyParser, the possibility to disable normalization of property keys in @EachProperty beans, and it adds nicer HTML error pages.

LangChain4J

Micronaut LangChain4J provides integration with Langchain4j.

For example, Micronaut LangChain4J makes easy to inject your favourite language model in your Micronaut beans:

import dev.langchain4j.model.chat.ChatLanguageModel;
import jakarta.inject.Singleton;

@​Singleton
class DefaultJokeGenerator implements JokeGenerator {
    private final ChatLanguageModel model;
    DefaultJokeGenerator(ChatLanguageModel model) {
        this.model = model;
    }

    @​Override
    public String generateJoke() {
        return model.generate("Tell me a joke about Java?");
    }
}

GraalPy

Micronaut Graal Languages is a collection of components for integration of Graal based dynamic languages with Micronaut Framework.

With Micronaut GraalPy eases exposing Python modules as Java Beans within a Micronaut application. We published two guides:

Build Plugins

There are new versions of both Maven 4.7.1, and Gradle 4.4.4 Plugins.

Micronaut Security

Micronaut Security adds a new module, Micronaut Security Cross-Site Request Forgery (CSRF) to help you protect your applications against CSRF attacks. CSRF protection is integrated also in Micronaut Views with a CSRF Token View Model Processor, and CSRF hidden field in form generation.

Micrometer

Micronaut Micrometer updates to Micrometer 1.13.6 and it adds new module for Prometheus PushGateway.

Cloud

Analytics

Persistence

  • Micronaut OpenAPI keeps getting better and better thanks to community contribution.
  • Micronaut Data contains multiple improvements. Among others, it includes improvements to pagination and Criteria.
  • Micronaut SQL updates ojdbc to 23.5.0.24.07, MariaDB to 3.5.0, and MySQL Connector to 9.1.0, Hikari to 6.0.0, and Tomcat JDBC to 11.0.1. Moreover, it is now possible to disable individual datasources both in JPA and JDBC.
  • Micronaut R2DBC updates to r2dbc-io-asyncer-mysql to 1.3.0, r2dbc-mariadb to 1.3.0, and r2dbc-postgresql to 1.0.7.RELEASE.
  • Micronaut MongoDB updates to Mongo Java Driver 4.11.4.

Database Migration

Reactive Libraries

Misc

v4.6.3: Micronaut Platform 4.6.3

v4.6.2: Micronaut Platform 4.6.2

Full Changelog: micronaut-projects/micronaut-platform@v4.6.1...v4.6.2

v4.6.1: Micronaut Platform 4.6.1

v4.6.0: Micronaut Platform 4.6.0

This release updates the Micronaut Platform BOM (Bill of materials) to the following releases:

  • Micronaut Core 4.6.2. Micronaut Core 4.6.x reintroduces the build-time initialization of the metadata built at compilation.

Runtimes

Dev & Tests

Validation

Reactive Libraries

Cloud

Database Migration Libraries

Persistence

Programming Languages

Messaging

Build

Analytics

Errors

Configuration

Serialization

API

Views

Integrations

Misc

v4.5.1

What's Changed

Other Changes 💡

New Contributors

Full Changelog: micronaut-projects/micronaut-platform@v4.5.0...v4.5.1

v4.5.0

What's Changed

Enhancements to Existing Modules
Micronaut Core
Micronaut Data

The big features in Micronaut Data for this release are multi-tenancy via discriminator (partition key) and cursor based pagination.

Micronaut Servlet

Micronaut Servlet features several new enhancements:

Micronaut Micrometer

Micronaut 4.5 includes several useful community contributions to the Micrometer module:

New Modules
Micronaut JSON Schema

A new module is available for generating JSON schema definitions from classes at build time.

Micronaut SourceGen

A new SourceGen module is available for writing source generators, generating Builder classes and generating Wither classes. The goal is to provide a long term replacement for Lombok and simplify the ability to write new source generators with the framework.

Micronaut Guice

A new Guice module is available that allows the import of existing Guice modules, simplifying migration to Micronaut for Guice users.

New Features 🎉
Dependency updates 🚀
Other Changes 💡

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot changed the title Update dependency micronaut to v4.3.1 Update dependency micronaut to v4.3.2 Feb 15, 2024
@renovate renovate bot force-pushed the renovate/micronaut-4.x branch from 0765029 to f2f2beb Compare February 15, 2024 16:28
@renovate renovate bot force-pushed the renovate/micronaut-4.x branch from f2f2beb to 46651f1 Compare February 23, 2024 12:19
@renovate renovate bot changed the title Update dependency micronaut to v4.3.2 Update dependency micronaut to v4.3.3 Feb 23, 2024
@renovate renovate bot force-pushed the renovate/micronaut-4.x branch from 46651f1 to 53b8747 Compare February 26, 2024 22:26
@renovate renovate bot changed the title Update dependency micronaut to v4.3.3 Update dependency micronaut to v4.3.4 Feb 26, 2024
@renovate renovate bot force-pushed the renovate/micronaut-4.x branch from 53b8747 to 435cd0f Compare March 8, 2024 23:24
@renovate renovate bot changed the title Update dependency micronaut to v4.3.4 Update dependency micronaut to v4.3.5 Mar 8, 2024
@renovate renovate bot force-pushed the renovate/micronaut-4.x branch from 435cd0f to 860c561 Compare March 16, 2024 17:49
@renovate renovate bot changed the title Update dependency micronaut to v4.3.5 Update dependency micronaut to v4.3.6 Mar 16, 2024
@renovate renovate bot force-pushed the renovate/micronaut-4.x branch from 860c561 to 9400471 Compare March 22, 2024 12:13
@renovate renovate bot changed the title Update dependency micronaut to v4.3.6 Update dependency micronaut to v4.3.7 Mar 22, 2024
@renovate renovate bot force-pushed the renovate/micronaut-4.x branch from 9400471 to b4f03ca Compare April 10, 2024 18:22
@renovate renovate bot changed the title Update dependency micronaut to v4.3.7 Update dependency micronaut to v4.3.8 Apr 10, 2024
@renovate renovate bot force-pushed the renovate/micronaut-4.x branch from b4f03ca to 624e156 Compare April 17, 2024 18:52
@renovate renovate bot changed the title Update dependency micronaut to v4.3.8 Update dependency micronaut to v4.4.0 Apr 17, 2024
@renovate renovate bot force-pushed the renovate/micronaut-4.x branch from 624e156 to 975d49c Compare April 22, 2024 22:00
@renovate renovate bot changed the title Update dependency micronaut to v4.4.0 Update dependency micronaut to v4.4.1 Apr 22, 2024
@renovate renovate bot force-pushed the renovate/micronaut-4.x branch from 975d49c to 9d411cb Compare May 3, 2024 12:59
@renovate renovate bot changed the title Update dependency micronaut to v4.4.1 Update dependency micronaut to v4.4.2 May 3, 2024
@renovate renovate bot force-pushed the renovate/micronaut-4.x branch from 9d411cb to de2f4fd Compare May 26, 2024 09:44
@renovate renovate bot changed the title Update dependency micronaut to v4.4.2 Update dependency micronaut to v4.4.3 May 26, 2024
@renovate renovate bot force-pushed the renovate/micronaut-4.x branch from de2f4fd to d752ad3 Compare June 11, 2024 08:13
@renovate renovate bot changed the title Update dependency micronaut to v4.4.3 Update dependency micronaut to v4.5.0 Jun 11, 2024
@renovate renovate bot force-pushed the renovate/micronaut-4.x branch from d752ad3 to 3c2a73d Compare July 23, 2024 20:13
@renovate renovate bot changed the title Update dependency micronaut to v4.5.0 Update dependency micronaut to v4.5.1 Jul 23, 2024
@renovate renovate bot force-pushed the renovate/micronaut-4.x branch from 3c2a73d to a50d5b2 Compare August 23, 2024 21:40
@renovate renovate bot changed the title Update dependency micronaut to v4.5.1 Update dependency micronaut to v4.6.0 Aug 23, 2024
@renovate renovate bot force-pushed the renovate/micronaut-4.x branch from a50d5b2 to 59ad859 Compare September 4, 2024 14:05
@renovate renovate bot changed the title Update dependency micronaut to v4.6.0 Update dependency micronaut to v4.6.1 Sep 4, 2024
@renovate renovate bot force-pushed the renovate/micronaut-4.x branch from 59ad859 to ada1b61 Compare September 12, 2024 19:25
@renovate renovate bot changed the title Update dependency micronaut to v4.6.1 Update dependency micronaut to v4.6.2 Sep 12, 2024
@renovate renovate bot force-pushed the renovate/micronaut-4.x branch from ada1b61 to 59b8abd Compare October 6, 2024 21:43
@renovate renovate bot changed the title Update dependency micronaut to v4.6.2 Update dependency micronaut to v4.6.3 Oct 6, 2024
@renovate renovate bot force-pushed the renovate/micronaut-4.x branch from 59b8abd to 851ff96 Compare November 13, 2024 19:10
@renovate renovate bot changed the title Update dependency micronaut to v4.6.3 Update dependency micronaut to v4.7.0 Nov 13, 2024
@renovate renovate bot force-pushed the renovate/micronaut-4.x branch from 851ff96 to 983b288 Compare November 22, 2024 21:10
@renovate renovate bot changed the title Update dependency micronaut to v4.7.0 Update dependency micronaut to v4.7.1 Nov 22, 2024
@renovate renovate bot force-pushed the renovate/micronaut-4.x branch from 983b288 to 61d7272 Compare December 13, 2024 17:10
@renovate renovate bot changed the title Update dependency micronaut to v4.7.1 Update dependency micronaut to v4.7.2 Dec 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants