log build.xml @ 970:f90d811e97eb default tip

age author description
2 months ago Joeri van Ruth Remove all references to JDBC_VER_SUFFIX
2 months ago Joeri van Ruth Drop redundant build_jreNN.xml files
2 months ago Martin van Dinther repair dependencies
2 months ago Joeri van Ruth Include all of JdbcClient in the jdbc jar
3 months ago Martin van Dinther Update Copyright year.
8 months ago Sjoerd Mullender compile_mcl depends on driver (MonetVersion.java).
15 months ago Sjoerd Mullender Update copyright for the new year, move to MonetDB Foundation, add SPDX.
15 months ago Sjoerd Mullender Remove last references to MCL_MAJOR and MCL_MINOR.
15 months ago Sjoerd Mullender There is no MCL_{MAJOR,MINOR} to replace.
21 months ago Joeri van Ruth Generate MonetVersion.java rather than MonetDriver.java
21 months ago Joeri van Ruth Get rid of JDBC_DEF_PORT
21 months ago Joeri van Ruth Disable @version and @author in Javadoc
21 months ago Martin van Dinther Removed deprecated nl.cwi.monetdb.*.* classes and package.
2023-03-08 Martin van Dinther Extend makefile with targets: jre17jars and testsjar
2023-01-05 Martin van Dinther Updated Copyright year.
2022-09-29 Martin van Dinther Removed creation and distribution of monetdb-mcl-1.##.jre8.jar file.
2022-01-05 Martin van Dinther Updated Copyright year.
2021-10-06 Joeri van Ruth Include FileTransferHandler in the jdbc jar onclient
2021-03-11 Martin van Dinther Explicitly set source 8 and target 8 flags for javac compiler.
2021-01-06 Martin van Dinther Update Copyright year.
2020-11-12 Martin van Dinther Moved Java classes from packages starting with nl.cwi.monetdb.* to package org.monetdb.*
2020-02-12 Martin van Dinther Switch to Java 8 compilation and distribution as Java 7 is no longer supported.
2020-01-02 Martin van Dinther Update Copyright year.
2019-09-04 Martin van Dinther Include the java version in the jar files for clarity to users on which minimum Java version to use.
2019-07-18 Pedro Ferreira Merge with default. embedded
2019-01-03 Martin van Dinther Update Copyright year to 2019
2018-06-12 Pedro Ferreira Continuing to add support for snapshot releases. embedded
2018-03-02 Pedro Ferreira Merged with default, updated copyright and made new release embedded
2018-01-04 Sjoerd Mullender It's 2018 now.
2017-11-06 Pedro Ferreira Merged with default embedded
2017-10-26 Martin van Dinther Updating build.xml and tests/build.xml
2017-03-24 Pedro Ferreira Reverted back the JVM 7 compability embedded
2017-02-02 Pedro Ferreira Changed the jar file name to avoid conflicts with the original one. embedded
2017-01-13 Pedro Ferreira Merged with default embedded
2017-01-05 Pedro Ferreira Made fixings regarding the null values retrieval. The JDBC embedded connection is working!!! :) Some more testing, optimizations and compilations fixes are still required. embedded
2017-01-05 Martin van Dinther Updated copyright year to 2017 in *.java files and MonetDriver.java.in and build.xml and version.sh
2017-01-03 Pedro Ferreira Made all the mappings for the MAPI connection, now it needs to be added on the Embedded connection. Changed the compilation target to 1.8 because of the timezones. Implemented some JDBC methods as well. embedded
2016-12-30 Pedro Ferreira Ok. Now everything compiles back with Ant again. Moved the Embedded stuff to the temporary MonetDBJavaLite repository before moving into the suggested MonetDBLite repository. The soon generated Embedded Connection jar will have a dependency on the regular JDBC driver jar. The JDBC driver jar is independent, however if attempted to create an Embedded Connection with will try to load the respective class from the class loader, failing if the Embedded Connection jar is not present. If anyone in the group has expertise on Java Class dynamic loading, please contact me because there might be issues on this. Removed the pom.xml file because the regular maven compilation fails. embedded
2016-09-21 Sjoerd Mullender Copy of MonetDB java directory changeset e6e32756ad31.