oracle / soda-for-java

SODA (Simple Oracle Document Access) for Java is an Oracle library for writing Java apps that work with JSON (and not only JSON!) in the Oracle Database. SODA allows your Java app to use the Oracle Database as a NoSQL document store.
http://www.oracle.com/technetwork/database/application-development/oracle-document-store/index.html
Other
67 stars 23 forks source link

Publish orajsoda-1.1.7.jar to public maven repository #13

Closed aoksenholt closed 3 years ago

aoksenholt commented 3 years ago

Release 1.1.7 is not available at e.g. mvnrepository.com (lates available release is 1.1.4) - artifacts should be published to public maven repositories for easier access

morgiyan commented 3 years ago

Yes, absolutely. That's in progress, should be there soon. I'll update the issue here once it's out.

aoksenholt commented 3 years ago

Any update on this?

morgiyan commented 3 years ago

Should be there soon, apologies for the delay. I'll keep you posted.

morgiyan commented 3 years ago

It's out now: https://repo1.maven.org/maven2/com/oracle/database/soda/orajsoda/1.1.7/

Should be faster from now on. Thanks for your patience.

morgiyan commented 3 years ago

1.1.8, which will have the merge method fix, is being finalized and should be out soon.

morgiyan commented 3 years ago

There was an issue with 1.1.7 SODA release on Maven Central - an incorrect version for the javax.json dependency was stated in the SODA POM. This is fixed in the 1.1.7.1 SODA patch release on Maven Central, so please use 1.1.7.1 as the latest release version.