-
Write a guide which shows how to ingrate [Open API Generator](https://github.com/OpenAPITools/openapi-generator) with Micronaut.
-
1. Unzip the zip and try to run the default application test in VSCode.
2. See that they are skipped.
```
%TSTTREE2,com.example.DemoTest,true,1,false,1,DemoTest,,[engine:junit-jupiter]/[class:com…
-
### Expected Behavior
Return the values defined in the superclass.
### Actual Behaviour
The proxy return null in every properties defined in superclass
### Steps To Reproduce
Checkout https://g…
-
Hi there,
I am unable to launch a workflow on NF tower using curl:
`curl -H "Authorization: Bearer $TOWER_ACCESS_TOKEN" -X POST "https://nf-tower.cellgeni.sanger.ac.uk/api/workflow/launch" --hea…
-
### Task List
- [x] Steps to reproduce provided
- [x] Stacktrace (if present) provided
- [x] Example that reproduces the problem uploaded to Github
- [x] Full description of the issue provided (…
-
Hi, I have issues getting the SonarCloud integration working. see the failing PR here
https://github.com/agorapulse/micronaut-aws-sdk/pull/80
-
Please update protocol to HTTPS (currently on your images it's non-secure HTTP everywhere) on your images in Security Guide, since AFAIK JWT requires secured (SSL) channel:
![image](https://user-im…
-
### Issue description
Now it's one of the biggest parts of the Core. It would be better to have it extracted to the own repo.
Modules included:
- http
- http-client
- http-client-core
- http-n…
-
When using nested Guice injectors, the exception message makes it look like any error in the inner injector is occurring in the outer injector.
## Example 1
In this code, each test attempts to c…
-
Hi,
Got a question about class initialisation and best practices.
First a little background information:
- Using Micronaut framework for building a simple web app
- Using logback as logger fra…