Graeme Rocher
Graeme Rocher
### Feature description See https://oracle-base.com/articles/23c/json-schema-23c https://github.com/micronaut-projects/micronaut-json-schema/pull/8
### Feature description See https://www.mongodb.com/docs/manual/reference/operator/query/jsonSchema/ https://github.com/micronaut-projects/micronaut-json-schema/pull/8
### Feature description We should support this in JDBC, would be nice to have an API without needing JPA jar
### Feature description See example https://github.com/dario-vega/demo/tree/master/src/main/java/com/example
### Feature description Since Java 9 SLF4J is no longer necessary and we should move logging to System.Logger Ref https://www.baeldung.com/java-9-logging-api This eliminates the need for an additional dependency
### Feature description Basically this is how it needs to work: * When enable a filter is added that counts active requests with restart start/stop events * When shutdown event...
Occasionally I see the dreaded Spring loaded agent exiting error which is caused by: | Error Caused by: java.util.ConcurrentModificationException | Error at java.util.AbstractList$Itr.checkForComodification(AbstractList.java:372) | Error at java.util.AbstractList$Itr.next(AbstractList.java:343) | Error at...
Currently Spring loaded ignores all classes under the grails/\* package, but some plugins exist under `grails/plugins/*` When developing these plugins reloading doesn't work, it would be nice if it could...
The MongoDB guide doesn't have the test resources plugin added and configured correctly so tests fail out of the box. ## Steps to reproduce 1. Download https://guides.micronaut.io/latest/micronaut-data-mongodb-asynchronous-gradle-java.html 2. Run tests...
We should support Kinesis/SNS/S3/Cognito/DynamoDB functions in Micronaut