frynet

Results 4 issues of frynet

I've already added annotation `@get:JsonIgnore` for my fields. It works fine for runtime requests / responses. But I need to hide some fields in swagger doc for not misleading frontend-developers....

help wanted

### Issue description I've already asked about that on [stackoverflow](https://stackoverflow.com/questions/75124463/why-micronaut-test-closed-the-mongoclient-connection) and solved by myself. But my curiosity is still not satisfied 😃 I'd like to understand the reasons for this...

### Expected Behavior That's what I want to see: 1. [mongodb document reference](https://www.mongodb.com/docs/manual/reference/database-references/) 2. [similar in spring](https://docs.spring.io/spring-data/mongodb/docs/current-SNAPSHOT/api/org/springframework/data/mongodb/core/mapping/DBRef.html) 3. [raw DBRef (manually filled using mongo db compass)](https://i.stack.imgur.com/9vwAa.png) ### Actual Behaviour I've...

status: example attached
type: bug

### Expected Behavior Credential properties should be parsed and MongoClient should be configured with it example `application.conf` ``` mongodb { host = ${db.mongo.host}":"${db.mongo.port} credential { mechanism = SCRAM_SHA_1 // for...