crate-jdbc icon indicating copy to clipboard operation
crate-jdbc copied to clipboard

A JDBC driver for CrateDB.

Results 8 crate-jdbc issues
Sort by recently updated
recently updated
newest added

Bumps org.slf4j:jcl-over-slf4j from 1.7.12 to 2.0.13. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.slf4j:jcl-over-slf4j&package-manager=gradle&previous-version=1.7.12&new-version=2.0.13)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...

dependencies
java

Bumps [eskatos/gradle-command-action](https://github.com/eskatos/gradle-command-action) from 2 to 3. Release notes Sourced from eskatos/gradle-command-action's releases. v3.0.0 This is the first release of gradle/gradle-build-action available with the v3 version tag. [!IMPORTANT] As of v3...

dependencies
github_actions

Bumps [net.java.dev.jna:jna-platform](https://github.com/java-native-access/jna) from 4.2.1 to 5.14.0. Changelog Sourced from net.java.dev.jna:jna-platform's changelog. Release 5.14.0 Features #1556: Add SetJob, SetPrinter to c.s.j.p.w.Winspool - @​tresf. #1534: Add GetMethod, Put, SpawnInstance to c.s.j.p.win32.COM.WbemCli#IWbemClassObject and...

dependencies
java

Bumps [com.igormaznitsa:jcp](https://github.com/raydac/java-comment-preprocessor) from 6.0.1 to 7.1.1. Release notes Sourced from com.igormaznitsa:jcp's releases. release 7.1.1 7.1.1 (13-jan-2024) fixed NPE for empty or null global variable value in Maven and Gradle #47...

dependencies
java

Bumps [com.fasterxml.jackson.core:jackson-databind](https://github.com/FasterXML/jackson) from 2.5.3 to 2.17.0. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=com.fasterxml.jackson.core:jackson-databind&package-manager=gradle&previous-version=2.5.3&new-version=2.17.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies
java

Bumps [com.ongres.scram:client](https://gitlab.com/ongresinc/scram) from 1.0.0-beta.2 to 2.1. Release notes Sourced from com.ongres.scram:client's releases. 2.0-beta3 Fixed licenses issues 2.0-beta2 Added saslprep tests 2.0-beta1 Add new dependency StringPrep 1.9-beta1 API change to be...

dependencies
java

Hi there, the [BaseIntegrationTest.java] currently uses `io.crate.testing.CrateTestCluster` and `io.crate.testing.CrateTestServer` from [CrateDB Java Testing Classes]. If it is capable enough to replace this layer, we could now use [Testcontainers for Java...

Having a DataSource interface opens a lot of doors, as there are things designed to only work with one. In a container, such as Wildfly, it allows you to leverage...

enhancement
question