zyro

Results 23 issues of zyro

### Task List - [x] Steps to reproduce provided - [x] Stacktrace (if present) provided - [x] Example that reproduces the problem uploaded to Github - [x] Full description of...

given a domain ```groovy class Foo { String name static constraints = { name blank: false, unique: true } } ``` and a spec ```groovy @Build(Foo) class FooSpec extends Specification...

seeing stacktraces like the onw below (currently with springloaded-1.2.1.BUILD-20140606.193800-13): ``` java.lang.IllegalArgumentException: Can not set final java.util.Map field org.springframework.core.LocalVariableTableParameterNameDiscoverer.parameterNamesCache to org.springframework.core.LocalVariableTableParameterNameDiscoverer at sun.reflect.UnsafeFieldAccessorImpl.throwSetIllegalArgumentException(UnsafeFieldAccessorImpl.java:146) at sun.reflect.UnsafeFieldAccessorImpl.throwSetIllegalArgumentException(UnsafeFieldAccessorImpl.java:150) at sun.reflect.UnsafeFieldAccessorImpl.ensureObj(UnsafeFieldAccessorImpl.java:37) at sun.reflect.UnsafeQualifiedObjectFieldAccessorImpl.get(UnsafeQualifiedObjectFieldAccessorImpl.java:20) at java.lang.reflect.Field.get(Field.java:358)...

if `@ApiImplicitParam.dataType` references a non-simple type (i.e. a custom class), you also need to reference that class via `Docket.additionalModels`. would make sense to do that automatically, i think.

feature

it would be good to have a way to configure a custom path for an action. if you have multiple url mappings poiting to the same action, currently only the...

feature

using an id generation "native" with postgresql, hibernate defaults to using one `hibernate_sequence`. liquibase-hibernate uses autoincrement in a hardcoded way: https://github.com/liquibase/liquibase-hibernate/blob/master/src/main/java/liquibase/ext/hibernate/snapshot/ColumnSnapshotGenerator.java#L162 why is that behavior needed? or could the defaults...

the gradle tooling seems to _always_ add a java nature to the project when doing a "refresh all". no matter if the gradle build actually adds a java nature or...

trying to use testcontainers boot autoconfig which relies on spring-cloud's bootstrap context. that gets registered as a parent context upstream of the micronaut context. but i am not able to...

type: bug

its just a matter of time when spring-4 will be ga and then make it - someday ;) - into grails-core. it would be really nice if then, events-push would...

adding `@EnableSpringDataWebSupport` in a project that uses `spring-boot-starter-data-rest` results in a `BeanDefinitionOverrideException` preventing application startup. context: i want to use `PageSerializationMode.VIA_DTO`. while that "just worked" by default with spring-data-commons 3.3.0,...

status: waiting-for-triage