Jorge Solorzano

Results 16 issues of Jorge Solorzano

I'm using patroni in Kubernetes, create a ServiceAccount and a Role without the "create" permision for "Services" since I create the service manually (the headless service to avoid deletion of...

## Environment | Component | Version | | ------------------ | ------- | | Maven | 3.6.3 | | Java | 11 - target 8 | | SpotBugs | 4.0.1 |...

false-positive

The current name and package of the project is not "cool", the package is long "com.impossibl.postgres" and it's not pretty, and since the project still not hit a 1.0 there...

type: maintenance

The correct java.sql.Types for PostgreSQL "bool" is Types.BOOLEAN In the JDBC specification, BIT is equivalent to BOOLEAN, but in SQL Bit String are a different thing. For historical reasons, the...

compat-jdbc-spec
triage/needs-review
backward-incompatible

### All Submissions: * [ ] Have you followed the guidelines in our [Contributing](https://github.com/pgjdbc/pgjdbc/blob/master/CONTRIBUTING.md) document? * [ ] Have you checked to ensure there aren't other open [Pull Requests](../../pulls) for...

compat-jdbc-spec
backward-incompatible
release/noteworthy-feature
release/breaking-change

Update some maven plugins and also include the maven-enforcer-plugin to require Java 9+ at build time.

Running a project with Apache Maven 4.0.0-alpha-3 gives the following error: ``` [WARNING] ClassRealm[plugin>org.codehaus.mojo:flatten-maven-plugin:1.3.0, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@659e0bfd] com.google.inject.CreationException: Unable to create injector, see the following errors: 1) [Guice/MissingImplementation]: No implementation for...

The `install-cargo-pgx.sh` command: `cargo install --locked cargo-pgx --version 0.6.1` Results in the following warning: > warning: package `openssl v0.10.44` in Cargo.lock is yanked in registry `crates-io`, consider running without --locked

### All Submissions: * [x] Have you followed the guidelines in our [Contributing](https://github.com/pgjdbc/pgjdbc/blob/master/CONTRIBUTING.md) document? * [x] Have you checked to ensure there aren't other open [Pull Requests](../../pulls) for the same...

Many tests require refactoring and improvements to make it more robust, some parts could need better coverage, so a coverage report would be nice. - [X] Add coverage report -...

enhancement