Gregor Dschung
Gregor Dschung
Notwithstanding the above, `HttpUrlConnector` doesn't call `HeaderUtils.checkHeaderChanges(...)` as other connectors. I haven't checked all others, but at least `ApacheConnector`, `Apache5Connector` and `JettyConnector` are calling the header checker.
I've just tested 4.0.0-beta.0 with my `webpack.config.cjs` consisting of three configurations and it's working great. :-) Many thanks for the quick realization!
In case someone needs to open the file dialog programmatically, this slightly hacky workaround works for me: ```java Upload upload = new Upload(); upload.setId("vaadin-upload"); // ... Button button = new...
I'm also getting a NPE, but I'm already using 5.0.0-beta.1. This is my task: ```kotlin val repoCheckout by tasks.registering(GitPublishReset::class) { group = "migration (internal)" description = "Checkout current project as...
My fault. I've just forget to set `preserve`: ``` preserve = PatternSet() ```
My workaround was to install `xcodes` for and use it with an admin user. Which is unpleasant, as I wanted to install `xcodes` via Homebrew -- but in my CI...
I like the simple suggested "expected results" from the issue description.
I'm also using Nexus 3.70.1 and nexus-db-migrator-3.70.1-03.jar, but the migration fails: ``` 13:34:42 [main] ERROR o.s.batch.core.step.AbstractStep - Encountered an error executing step checkModelVersionsStep in job migrationFromOrientNoExportJSONJob com.sonatype.nexus.db.migrator.exception.WrongSchemaVersionException: Occurring schema versions...
Uh, yes, I've evaluated the pro version at some point in the past, too! Thanks for the hint!
In the meantime, does anyone know of or recommend a 3rd party image compiled with mysql support?