jdbi3 Spring 4

jdbi Spring 4 integration

License

License

Categories

Categories

JDBI Data Databases
GroupId

GroupId

org.jdbi
ArtifactId

ArtifactId

jdbi3-spring4
Last Version

Last Version

3.19.0
Release Date

Release Date

Type

Type

jar
Description

Description

jdbi3 Spring 4
jdbi Spring 4 integration
Project URL

Project URL

http://jdbi.org/

Download jdbi3-spring4

How to add to project

<!-- https://jarcasting.com/artifacts/org.jdbi/jdbi3-spring4/ -->
<dependency>
    <groupId>org.jdbi</groupId>
    <artifactId>jdbi3-spring4</artifactId>
    <version>3.19.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.jdbi/jdbi3-spring4/
implementation 'org.jdbi:jdbi3-spring4:3.19.0'
// https://jarcasting.com/artifacts/org.jdbi/jdbi3-spring4/
implementation ("org.jdbi:jdbi3-spring4:3.19.0")
'org.jdbi:jdbi3-spring4:jar:3.19.0'
<dependency org="org.jdbi" name="jdbi3-spring4" rev="3.19.0">
  <artifact name="jdbi3-spring4" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.jdbi', module='jdbi3-spring4', version='3.19.0')
)
libraryDependencies += "org.jdbi" % "jdbi3-spring4" % "3.19.0"
[org.jdbi/jdbi3-spring4 "3.19.0"]

Dependencies

compile (4)

Group / Artifact Type Version
org.jdbi : jdbi3-core jar 3.19.0
org.springframework : spring-jdbc jar 4.3.29.RELEASE
org.springframework : spring-tx jar 4.3.29.RELEASE
org.springframework : spring-beans jar 4.3.29.RELEASE

test (6)

Group / Artifact Type Version
org.springframework : spring-test jar 4.3.29.RELEASE
org.springframework : spring-context jar 4.3.29.RELEASE
com.h2database : h2 jar 1.4.200
org.slf4j : slf4j-simple jar 1.7.25
junit : junit jar 4.13.1
org.assertj : assertj-core jar 3.12.2

Project Modules

There are no modules declared in this project.

Jdbi Logo

Build Status

The Jdbi library provides convenient, idiomatic access to relational databases in Java.

Jdbi is built on top of JDBC. If your database has a JDBC driver, you can use Jdbi with it.

Prerequisites

Jdbi 3 requires Java 8 or better to run. Jdbi 3 requires Java 11 or better to compile.

We run CI tests against Java 8, 11, 14, and 15. We recommend running the latest GA JDK.

At this point Java 8 is considered deprecated. While Jdbi does not (yet) have a specific date to drop support, please chart your path forward to a supported JDK!

NOTE: to run on Java 8, you may need to manage the caffeine dependency back to the latest 2.x release. 3.x is necessary for newer JDKs but does not run on 8.

Builds

Jdbi is built with Maven:

$ mvn clean install

The tests use real Postgres and H2 databases.

You do not need to install anything--the tests will spin up temporary database servers as needed.

Contributing

Please read CONTRIBUTING.md for instructions to set up your development environment to build Jdbi.

Versioning

We use SemVer for versioning.

License

This project is licensed under the Apache 2.0 license.

Project Members

  • Brian McCallister (@brianm) - Project Founder
  • Steven Schlansker (@stevenschlansker)
  • Henning Schmiedehausen (@hgschmie)
  • Matthew Hall (@qualidafial)
  • Artem Prigoda (@arteam)
  • Marnick L'Eau (@TheRealMarnes)

Special Thanks

  • Alex Harin (@aharin) - Kotlin plugins.
  • Ali Shakiba (@shakiba) - JPA plugin
  • @alwins0n - Vavr plugin.
  • Fred Deschenes (@FredDeschenes) - Kotlin unchecked extensions for Jdbi functions. @BindFields, @BindMethods annotations.
org.jdbi
https://jdbi.org

Versions

Version
3.19.0
3.18.1
3.18.0
3.17.0
3.16.0
3.15.1
3.15.0
3.14.4
3.14.3
3.14.2
3.14.1
3.14.0
3.13.0
3.12.2
3.12.0
3.11.1
3.11.0
3.10.1
3.10.0
3.10.0-rc1
3.9.1
3.9.0
3.8.2
3.8.1
3.8.0
3.7.1
3.7.0
3.6.0
3.5.1
3.5.0
3.4.0
3.3.0
3.2.1
3.2.0
3.1.1
3.1.0
3.0.1
3.0.0
3.0.0-rc2
3.0.0-rc1
3.0.0-beta4
3.0.0-beta3
3.0.0-beta2
3.0.0-beta1
3.0.0-beta0
3.0.0-alpha10
3.0.0-alpha9
3.0.0-alpha8