micronaut-guides icon indicating copy to clipboard operation
micronaut-guides copied to clipboard

Guides and Tutorials on how to use Micronaut including sample code

Results 118 micronaut-guides issues
Sort by recently updated
recently updated
newest added

### Expected Behavior Receive a valid HTTP Response ### Actual Behaviour `{"message":"Internal Server Error","_links":{"self":{"href":"/fruits","templated":false}},"_embedded":{"errors":[{"message":"Internal Server Error: Can't find a codec for class example.micronaut.Fruit."}]}}` ### Steps To Reproduce 1. Go to...

info: good first issue

To generate the guide locally: ./gradlew springBootToMicronautLifecylePreDestroyBuild

See https://guides.micronaut.io/latest/micronaut-metrics-oci-gradle-java.html Unresolved directive in micronaut-metrics-oci-gradle-java.adoc - include::build/code/micronaut-metrics-oci/micronaut-metrics-oci-gradle-java/src/main/resources/application.yml[tag=metrics]

bug

It should be equivalent to: [AWS SES Guide](https://guides.micronaut.io/latest/micronaut-email-amazon-ses.html) [Sendgrid Guide](https://guides.micronaut.io/latest/micronaut-email-sendgrid.html) You can start by duplicating any of those guides. See: https://github.com/micronaut-projects/micronaut-email/blob/master/email-javamail/src/test/groovy/io/micronaut/email/javamail/JavaxMailEmailSenderSpec.groovy for an example of the settings. The functional tests...

enhancement

It should be equivalent to: [AWS SES Guide](https://guides.micronaut.io/latest/micronaut-email-amazon-ses.html) [Sendgrid Guide](https://guides.micronaut.io/latest/micronaut-email-sendgrid.html) You can start by duplicating any of those guides. Show postmark tags so that the method which takes a consumer...

enhancement

I would like to have a guide identical to : https://guides.micronaut.io/latest/micronaut-data-jdbc-repository-gradle-java.html#testing-the-application but using Jooq.

I would like to have a guide identical to https://guides.micronaut.io/latest/micronaut-data-jdbc-repository-gradle-java.html#testing-the-application but using JOOQ R2DBC https://github.com/micronaut-projects/micronaut-sql/pull/678 https://github.com/micronaut-projects/micronaut-sql/pull/674

The MQTT guides currently show setting up Mosquitto to handle MQTT connections. We can use [Test Resources](https://micronaut-projects.github.io/micronaut-test-resources/latest/guide/#modules-mqtt) instead. > ℹ️ This is currently blocked until a fix is added to...

status: awaiting third-party