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

Move on to Java 8 #2

Closed brunoborges closed 7 years ago

brunoborges commented 7 years ago

Are there plans to move to Java 8?

morgiyan commented 7 years ago

Hi Bruno,

If you mean compiling and running SODA with Java 8, that works. Released jars work with Java 8 as well.

Thanks, Max.

brunoborges commented 7 years ago

I am saying more like changing the default build configuration to work with Java 8 by default, instead of requiring developers to download Java 6 in order to build. The process to build SODA from the sources is not well documented.

        On May 29 2017, at 10:45 pm, Maxim Orgiyan <notifications@github.com> wrote:

          Hi Bruno,

If you mean compiling and running SODA with Java 8, that works. Released jars work with Java 8 as well. Thanks, Max.

—You are receiving this because you authored the thread.Reply to this email directly, view it on GitHub, or mute the thread.

morgiyan commented 7 years ago

We have detailed documentation on compiling the sources here:

https://github.com/oracle/soda-for-java/blob/master/doc/Building-source-code.md

If you set JAVA6HOME env variable mentioned in the instructions to JDK 8, it will compile with Java 8.

I will update the build files and instructions so that they are JDK independent (i.e. so that they don't refer to Java 6 specifically).

morgiyan commented 7 years ago

Building has been updated to work with any JDK, 6 or above.

Updated instructions:

https://github.com/oracle/soda-for-java/blob/master/doc/Building-source-code.md