George Gastaldi
George Gastaldi
### Description As requested in https://github.com/quarkusio/quarkus/pull/27096#discussion_r936069360, Flyway supports configuring certain patterns to ignore migrations during validate and repair. It would be nice to be able to specify that in the...
``` /tmp ᐅ jbang -jar io.quarkus:quarkus-cli:1.13.0.Final:runner --verbose Could not invoke void dev.jbang.cli.BaseBuildCommand.setJavaVersion(java.lang.String) with ar (java.lang.IllegalArgumentException: Invalid version, should be a number optionally followed by a plus sign) Usage: jbang run...
I am using JBang 0.78.0 and followed the [Using links to Git sources](https://www.jbang.dev/documentation/guide/latest/dependencies.html#using-links-to-git-sources) guide to use [a dependency from my GitHub repository](https://github.com/gastaldi/quarkus-registry-generator), like in the following: ```java ///usr/bin/env jbang "$0"...
A Bloom filter offers an approximate containment test with one-sided error: if it claims that an element is contained in it, this might be in error, but if it claims...
**What would you like to be added**: It would be great if openshift-acme were published as an operator in the [Operator Hub](https://operatorhub.io) **Why is this needed**: The process of registering...
Okhttp is no longer a single JAR and 4.x brings transitive dependencies (the kotlin-stdlib which is 1.5Mb). There is a discussion about adopting Vert.x as the HTTP client here: https://github.com/quarkusio/quarkus/pull/14662...
Kryo is a fast and efficient binary object graph serialization framework for Java. The project's goals are high speed, small size, and an easy-to-use API. https://github.com/EsotericSoftware/kryo
It would be nice if we could define the queries/mutations in a separate file and have the client call them using that nomenclature. For example, having the following graphql: ```graphql...
Following this checklist to help us incorporate your contribution quickly and easily: - [x] Make sure there is a [JIRA issue](https://issues.apache.org/jira/browse/MENFORCER) filed for the change (usually before you start working...