JDBC utilities karaf features

Karaf feature repository for JDBC utilities

License

License

GroupId

GroupId

no.priv.bang.jdbc
ArtifactId

ArtifactId

karaf
Last Version

Last Version

1.1.0
Release Date

Release Date

Type

Type

xml
Description

Description

JDBC utilities karaf features
Karaf feature repository for JDBC utilities

Download karaf

Filename Size
karaf-1.1.0.pom 3 KB
karaf-1.1.0-features.xml 236 bytes
Browse

Dependencies

compile (1)

Group / Artifact Type Version
no.priv.bang.jdbc : jdbc.datasourceproxy jar 1.1.0

Project Modules

There are no modules declared in this project.

JDBC common code.

Common code related to JDBC.

Status of the project

https://travis-ci.org/steinarb/jdbc.svg?branch=master https://sonarcloud.io/api/project_badges/measure?project=no.priv.bang.jdbc%3Ajdbc&metric=alert_status#.svg https://maven-badges.herokuapp.com/maven-central/no.priv.bang.jdbc/jdbc/badge.svg https://www.javadoc.io/badge/no.priv.bang.jdbc/jdbc.svg

Sonarqube

https://sonarcloud.io/api/project_badges/measure?project=no.priv.bang.jdbc%3Ajdbc&metric=ncloc#.svg https://sonarcloud.io/api/project_badges/measure?project=no.priv.bang.jdbc%3Ajdbc&metric=bugs#.svg https://sonarcloud.io/api/project_badges/measure?project=no.priv.bang.jdbc%3Ajdbc&metric=vulnerabilities#.svg https://sonarcloud.io/api/project_badges/measure?project=no.priv.bang.jdbc%3Ajdbc&metric=code_smells#.svg https://sonarcloud.io/api/project_badges/measure?project=no.priv.bang.jdbc%3Ajdbc&metric=coverage#.svg

Release history

Date Version Comment
<2021-04-15 Thu 19:49> 1.1.0 Get dependencies and maven config from parent POM. New versions of stuff
<2020-01-03 Fri 23:55> 1.0.0 Add JDBC DataSourceProxy

Overview of the project

DataSourceProxy

This is an implementation of the DataSource interface that has a different DataSource as a property and delegates all methods to the wrapped DataSource object.

To use this in an OSGi maven project add the following dependencies:

<dependencies>
    <dependency>
        <groupId>no.priv.bang.jdbc</groupId>
        <artifactId>jdbc.datasourceproxy</artifactId>
        <version>1.1.0</version>
        <scope>provided</scope>
    </dependency>
    <dependency>
        <groupId>no.priv.bang.jdbc</groupId>
        <artifactId>jdbc.datasourceproxy</artifactId>
        <version>1.1.0</version>
        <type>xml</type>
        <classifier>features</classifier>
    </dependency>
</dependencies>

License

This code is licensed under the Apache license v. 2. See the LICENSE file for details.

Versions

Version
1.1.0