Guillermo Calvo
Guillermo Calvo
Jackson-core supports [non-blocking parsers](http://fasterxml.github.io/jackson-core/javadoc/2.10/com/fasterxml/jackson/core/JsonFactory.html#createNonBlockingByteArrayParser--) since [version 2.9](http://fasterxml.github.io/jackson-core/javadoc/2.9/com/fasterxml/jackson/core/JsonFactory.html#createNonBlockingByteArrayParser--), but YAML doesn't seem to have a non-blocking parser yet. This is preventing us from parsing YAML request bodies directly in reactive web...
This pull request simply adds a file `package.json` and bumps the version number to `0.1.8`. The new file makes it possible to use **libyaml** as a dependency managed by [**clib**](https://github.com/clibs/clib#clib1)....
I refactored the theme so that it can be used with [Jekyll](https://jekyllrb.com/). This makes it really easy using the theme in [GitHub Pages](https://pages.github.com/). > [*LIVE DEMO*](https://leakyabstractions.github.io/pretty-docs/) I would like to...
### Issue description Apply Change similar to https://github.com/grails/grails-core/pull/13387
Apply Change similar to https://github.com/grails/grails-core/pull/13387
Sometimes compatibility reports may be a bit too verbose, especially if all you need is the list of incompatible classes. I would like to introduce a new option `--report-only-summary` that...
Related to: #40 `MicronautApplicationPlugin` does not support Lombok when it's added through the Lombok Gradle Plugin (which is [recommended by the official website](https://projectlombok.org/setup/gradle)): ### Steps to Reproduce ```gradle plugins {...
Related issue: - https://github.com/grails/grails-gradle-plugin/issues/281 > [!IMPORTANT] > @puneetbehl Please note that these changes make use of Grails gradle plugin version `6.1.3-SNAPSHOT`. We should probably release version `6.1.3` and then update...