Benedikt Waldvogel

Results 9 issues of Benedikt Waldvogel

The [first commit](https://github.com/hibernate/hibernate-orm/pull/4766/commits/876863a5b41ef78ff8b67fb37f4790b0b8ccfead) introduces a minimal reproducer for [HHH-15065](https://hibernate.atlassian.net/browse/HHH-15065). The test fails most of the times but with some luck it is green. The [second commit](https://github.com/hibernate/hibernate-orm/pull/4766/commits/e08e64f863e6e9f5c39926857f9a9c42d8eded41) contains my suggestion how...

I’m using the XJC Gradle plugin (version `2.0.0`) with the configuration ```groovy sourceSets { main { xjcCatalog.srcDir("my/package") xjcTargetPackage = "my.package" } } xjc { extension = true } ``` After...

## Steps to reproduce: 1. Configure your browser to **not open PDF documents** in the browser: ![image](https://user-images.githubusercontent.com/29931/138240530-29b654e1-b1b2-4f07-bb32-021888d5f5a5.png) 2. Click the "Print PDF" button on https://printjs.crabbly.com/ ## Actual result: ![image](https://user-images.githubusercontent.com/29931/138240880-41a9f22f-23f2-4901-9d3d-08d328e3e048.png) I...

Hi Wil, I've made a few little changes in your mongodb plugin for ganglia. They might be interesting for you… Cheers, Benedikt

### Shadow Version 6.0.0 ### Gradle Version 6.5.1 ### Expected Behavior I’m publishing maven artifacts with the `maven-publish` plugin. Fat JARs are **not** automatically published (until I configured it explicitly)....