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

Support Micronaut4 #5

Merged
merged 6 commits into from
Dec 19, 2023
Merged

Support Micronaut4 #5

merged 6 commits into from
Dec 19, 2023

Conversation

etremblay
Copy link

  • Detect Micronaut version >= and adjust build.gradle accordingly
  • Bump to java 17
  • apply local build and settings files

@etremblay etremblay requested a review from a team as a code owner December 14, 2023 21:35
@etremblay etremblay requested review from a team and removed request for a team December 14, 2023 21:35
{{/client}}
{{^client}}
id("io.micronaut.application") version "{{micronautPluginVersion}}"
{{/client}}
}

version = "{{artifactVersion}}"
group = "{{invokerPackage}}"

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Je viens de remarquer, ça change le group de l'artifact ici. Il y a .invoker d'ajouté, on devrait garder l'ancien je pense?

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ouain, ce générateur utilise pas le invokerPackage comme l'ancien et le kotlin.

invokerPackage est utiliser à la place de apiPackage un peu partout.

Pour workaround, dans standards-jvm j'ai enlevé le .invoker

@etremblay etremblay merged commit b157539 into equisoft/v7.1.x Dec 19, 2023
1 of 2 checks passed
@etremblay etremblay deleted the equisoft/micronaut4 branch December 19, 2023 16:29
meriouma pushed a commit that referenced this pull request Jul 23, 2024
* Rust Server - Axum based (#5)

* Fix typo

* Address comment

* Address comment
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.

3 participants