Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Early implementation of ADBA (a.k.a. java.sql2, async-jdbc) #8

Open
cretz opened this issue Apr 10, 2018 · 3 comments
Open

Early implementation of ADBA (a.k.a. java.sql2, async-jdbc) #8

cretz opened this issue Apr 10, 2018 · 3 comments
Assignees
Labels
enhancement New feature or request

Comments

@cretz
Copy link
Owner

cretz commented Apr 10, 2018

Now that https://github.com/oracle/oracle-db-examples/tree/master/java/AoJ has been released which is an impl on top of the early ADBA base, maybe we can get one going here too. One thing I'd like to do is write a set of conformance tests abstracted enough so that other implementers can use it. No milestone for this one as it's too early.

@cretz cretz added the enhancement New feature or request label Apr 10, 2018
@cretz cretz self-assigned this Apr 10, 2018
@cretz
Copy link
Owner Author

cretz commented Apr 10, 2018

I have started work on this in master. I decided to do it in master for a few reasons:

  • It is a separate project, so should not affect users the regular driver
  • It has a different Java version which has global effects on the build.gradle file
  • I can easily add a feature in the driver if this work requires it
  • There are probably a lot of commits and volatility here that isn't worth a branch that can deviate from the core source

@cretz
Copy link
Owner Author

cretz commented Jul 31, 2018

I should have updated this. I have stopped ABDA development until Oracle and the JDBC team show more commitment to ADBA. Right now there are a ton of ambiguities and other issues, and I'd rather see it mature before I pursue it further. I did make some comments on the mailing list after a cursory review, but in general the ADBA spec does not appear to be supported or nearing inclusion anytime soon and I have a lot of reservations about the API anyways. If there were a lot of libs being written for it or some community support that might be different, but it's not really worth being an early adopter of an unfinished iface at this point.

@cretz
Copy link
Owner Author

cretz commented Sep 24, 2019

ADBA is dead, ref slide 5 here

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant