Code Monkey home page Code Monkey logo

adba-mirror's Introduction

adba-mirror

adba-mirror is a GIT mirror for openjdk incubator ADBA Mercurial repository: Asynchronous Database Access, a non-blocking database access API that Oracle is proposing as a Java standard

DO NOT open pull-requests here, this is just a mirror

It is accessible on github and will be kept updated as much as possible. It is used to provide the adba artefact for your Gradle project.

How to use ADBA from Gradle

Artifact is available in bintray :

repositories {
    maven { setUrl("https://dl.bintray.com/pull-vert/adba/") }
}

dependencies {
    compile('jdk.incubator:adba:0.06')
}

ADBA

ADBA is Asynchronous Database Access, a non-blocking database access api that Oracle is proposing as a Java standard. ADBA was announced at JavaOne 2016 and presented again at JavaOne 2017. The ADBA source is available for download from the OpenJDK sandbox as part of the OpenJDK project and the JavaDoc is available here. You can get involved in the ADBA specification effort by following the JDBC Expert Group mailing list.

ADBA require JDK 9 or later, it does not have any dependencies outside of Java SE.

Versions

0.06

2018-07-16 : new update from http://hg.openjdk.java.net/jdk/sandbox/file/JDK-8188051-branch/src/jdk.incubator.adba

0.05

update to http://hg.openjdk.java.net/jdk/sandbox/file/JDK-8188051-branch/src/jdk.incubator.adba

0.04

incomplete version, do not use

0.03

update to http://hg.openjdk.java.net/jdk/sandbox/file/045b7db933bd/src/jdk.incubator.adba

0.02

Update module-info.java to add uses jdk.incubator.sql2.DataSourceFactory

0.01

First release based on http://hg.openjdk.java.net/jdk/sandbox/file/9d3b0eb749a9/src/jdk.incubator.adba

Built the 10 june 2018

Build and deployment (note for myself)

  • Get ADBA source is available for download from the OpenJDK sandbox
  • Put it in this project
  • increment 'version' in build.gradle
  • upload to bintray using 'bintrayUpload' task
  • Publish the files from bintray website

adba-mirror's People

Contributors

pull-vert avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.