Sergio del Amo
Sergio del Amo
Hi, I like your app a lot. Thanks for making it. I maybe able to contribute a Spanish localization if you are interested.
### Issue description https://jakarta.ee/specifications/persistence/3.0/
### Issue description Relevant links: The GeoJSON Format https://www.rfc-editor.org/rfc/rfc7946.html MongoDB GeoJson: https://docs.mongodb.com/manual/reference/geojson/ Spatial and Geographic objects for PostgreSQL https://postgis.net
### Issue description I think we should consider annotating `Page::getTotalPages` with `@ReflectiveAccess` or maybe both classes should be annotated with ```java @TypeHint(value = {Page.class}, accessType = TypeHint.AccessType.ALL_PUBLIC_METHODS) public interface Page...
Per module tasks: - [ ] Create a Mayor version branch - [ ] Target that branch to 4.0.x by setting `githubCoreBranch` - [ ] Remove deprecated code in that...
This change allows checking the version matches the latest release of the matching GitHub repository. Such check allowed me to catch many out-of-date versions: https://github.com/micronaut-projects/micronaut-core/pull/7833 Relates to https://github.com/sdelamo/bom-versions/blob/master/src/main/java/io/micronaut/bomversions/BomVersionsCommand.java#L31-L54
Migrate metadata from Micronaut core for all the modules we support to https://github.com/oracle/graalvm-reachability-metadata - [ ] [Micronaut TOML](https://github.com/micronaut-projects/micronaut-toml) - [ ] [Micronaut Elastic Search](https://github.com/micronaut-projects/micronaut-elasticsearch) - [ ] [Micronaut JMX](https://github.com/micronaut-projects/micronaut-jmx) -...
The goal is to catch errors such as https://github.com/micronaut-projects/micronaut-core/issues/7671 earlier. I think we could add a submodule which use the [Gradle graalvm plugin](https://graalvm.github.io/native-build-tools/latest/gradle-plugin.html#testing-support) to run a [Junit native test via...
Document that Micronaut Nullability annotations can be used to convey nullability and help with Kotlin interoperability (https://kotlinlang.org/docs/java-interop.html#nullability-annotations), code documentation and IDE integration. Micronaut `@Nullable` can be used to tell that...