Falko Modler
Falko Modler
In my current project I cannot use this extension because in a large test module different deployment (scenarios) need to supported and may not be forced into one "deployment suite"....
This issue reports the status of the nightly cron job that runs Early Access JDK build (first introduced in #15711). Don't close this issue manually. This issue will be closed...
## Environment **Liquibase Version**: 4.13.0 **Liquibase Integration & Version**: Quarkus 2.11.1.Final **Liquibase Extension(s) & Version**: - **Database Vendor & Version**: MariaDB 10.6.8 **Operating System Type & Version**: not relevant **Infrastructure...
### Expected Behavior Java 19 compilation target is supported. ### Current Behavior ``` [INFO] --- exec-maven-plugin:3.0.0:exec (gradle) @ quarkus-gradle-model --- FAILURE: Build failed with an exception. * Where: Settings file...
Follow up to #241. This is about the much more complicated part of trying to detect _which dependency_ has changed _inside_ a BOM to then only build the modules actually...
See https://github.com/gitflow-incremental-builder/gitflow-incremental-builder/issues/390#issuecomment-962261000 Meaning: - given e.g. `my-branch` & `fetchReferenceBranch` enabled - find respective remote tracking branch (via `BranchConfig`) or fall back to trial and error? - fetch into the remote...
It's best practise to have a `CONTRIBUTING.md` to document some rules. (incomplete) todo list: - [ ] mention `-Dquickly` - [ ] describe `template.zip` approach (hint: #304) - [ ]...
Now that we have a GH org, we should consider creating a test repo from `src/test/resources/template.zip` so that changes are clearly visible and not hidden in that archive (which doesn't...
I was just building Quarkus with `mvnd` when I just wanted to check the `mvnd` options so I ran `mvnd --help` in another terminal. I was surprised that a new...