Replies: 1 comment
-
Hi i have 3 very closely related bugs that are quite fundamental to Since this is a issue of |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Planned Date: 2024-05-29
This document describes the next minor release of the Micronaut Framework. To learn more about the release process, visit the Micronaut Roadmap page.
Advocacy
We already planned this in the 4.4.0 plan but failed to execute it fully. The plan is to put a significant emphasis on the advocacy side in the 4.5.0 release.
Youtube Channel
Release ten videos of less than 15m for the YouTube channel covering features of the framework. We have to improve our presence on YouTube. Many people only learn with video nowadays.
Guides
Release 4 Guides comparing Micronaut Framework to Spring Boot. It is vital to show how easy it is to move from Spring Boot to Micronaut Framework.
New Modules
I think we may be able to release several modules:
SourceGen
Micronaut SourceGen provides a fork for JavaPoet with enhanced features and abstraction for performing source code generation across languages.
JSON Schema
Micronaut JSON Schema allows creating schemas at compilation-time for beans in your applications.
Given:
The application will generate at compile-time:

Key Features
API for Cross Site Request Forgery
Cursored Pagination for SQL
We have already a PR #2884 in progress.
Multitenancy-Discriminator Column
We have already a PR #2876 almost ready.
The idea is you can annotate a field in an Entity as the discriminator column:

Backlog
If you think we should prioritize something else, don’t hesitate to leave a comment below.
The RoadMap top-level project lists features and ideas that may happen in future releases.
Beta Was this translation helpful? Give feedback.
All reactions