Steve Ebersole
Steve Ebersole
Ongoing work for reactive integration with orm 6
HHH-14614 - Better support for JUnit 5 on-failure handling - this commit is just the "infrastructure" piece. - still need to come back and use it. The benefit is this...
Allow applying conversions to embeddable values https://hibernate.atlassian.net/browse/HHH-15290
Possible fix for #143 Looked at creating a test, but was not sure how to create a test for multi-project build.
From the documentation: > configure a Maven artifact repository for each repository defined in the nexusPublishing { repositories { ... } } block in each subproject that applies the maven-publish...
Hey Jason, etal. I started playing around again with using Jandex in Hibernate. The thing I am still unsure of is how to manually build ClassInfo, MethodInfo, etc objects. For...
I am confused about using this plugin in my particular scenario.. The main gist is that I want to define a single benchmark (a single, common subproject) and be able...
I've run across a few cases already where access to the Project from Rules would be very nice.
Attempting to use a script defined `ViolationRule` implementation class as a `JapicmpTask` rule leads to problems with the tasks' UP-TO-DATE handling: ```` What went wrong: Unable to store input properties...
I'd really love to just do this: ```` task generateDesignationsReport(type: me.champeau.gradle.japicmp.JapicmpTask) { ... newClasspath = sourceSets.main.runtimeClasspath } ```` But this leads to errors about the project's (main source set) classes...