OSS Contributor

Results 21 issues of OSS Contributor

### Issue description [github.com/grails/grails-core/blob/5.2.x/RELEASE.md](https://github.com/grails/grails-core/blob/e3a22948eb291b78d75a6548f586bd4ad3f60496/RELEASE.md) is out of date including reference to `./gradlew sWMC`.

type: minor
type: docs

[grails-app/conf/application.yml#L100-L110](https://github.com/jeffbrown/datasourcesdemo/blob/f0b0914755d3a298247506476976417c85dd06a3/grails-app/conf/application.yml#L100-L110) ``` dataSource: pooled: true jmxExport: true driverClassName: org.h2.Driver username: sa password: dataSources: cars: dbCreate: create-drop url: jdbc:h2:./carsDB;MVCC=TRUE;LOCK_TIMEOUT=10000;DB_CLOSE_ON_EXIT=FALSE ``` [grails-app/domain/datasourcesdemo/Car.groovy](https://github.com/jeffbrown/datasourcesdemo/blob/f0b0914755d3a298247506476976417c85dd06a3/grails-app/domain/datasourcesdemo/Car.groovy) ``` package datasourcesdemo class Car { String name static mapping...

relates-to: gorm
info: example-attached
relates-to: v4.x
relates-to: gorm7
status: example attached

The docs at https://docs.grails.org/4.0.5/guide/gettingStarted.html#deployingAnApplication have an anchor tag with the text "list of known deployment issues` that points to https://grails.org/wiki/version/Deployment/92 which is a broken link. The source for that page...

The commit at https://github.com/grails/gorm-mongodb/commit/00922e0ff0f83f190d72b2ea46912932d1009bf0 removes Fongo from https://github.com/grails/gorm-mongodb/blob/00922e0ff0f83f190d72b2ea46912932d1009bf0/examples/grails3-mongodb/src/test/groovy/functional/tests/BookUnitSpec.groovy. The user guide references that spec in https://github.com/grails/gorm-mongodb/blob/00922e0ff0f83f190d72b2ea46912932d1009bf0/docs/src/docs/asciidoc/testing.adoc. Immediately before that include is the following text: > You can also provide your...

type: docs

### Issue description The documentation at https://github.com/micronaut-projects/micronaut-data/blob/eb4157cf7b5bdf918bdddc81a8b59ba905a40f40/data-tx/src/main/java/io/micronaut/transaction/annotation/TransactionalAdvice.java#L27-L35 contains the following: ``` /** * Meta annotation that other transactional annotations like Spring's and {@code javax.transaction.Transactional} map * to such as to...

type: docs

The `org.grails.web.codecs.SHA256BytesCodecTests` class is defined in a source file named `SHA256BytesCodec.groovy` instead of `SHA256BytesCodecTests.groovy`. See https://github.com/grails/grails-core/blob/c1e4a3bca157ecc2a24313d778ce2f40e1520bc5/grails-codecs/src/test/groovy/org/grails/web/codecs/SHA256BytesCodec.groovy.

type: trivial
info: good first issue

This plugin will definitely not work with Grails 2.0.

https://github.com/ataylor284/grails-phonenumbers/blob/master/build.gradle#L64 That `asset-pipeline` dependency complicates using this plugin in an app that doesn't use `asset-pipeline`. For example, an application that is using the `rest-api` profile won't normally have or want...