From 6b38976adf989d3a17cae77debb9f803388b8b5c Mon Sep 17 00:00:00 2001 From: pesse Date: Mon, 21 Oct 2019 23:36:23 +0200 Subject: [PATCH 1/3] We don't need to remove the Oracle jars anymore due to new licensing! This is huge, because we can now ship cli with default ojdbc libs --- .travis/create_release.sh | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.travis/create_release.sh b/.travis/create_release.sh index 4aae2bf..cc6d14d 100644 --- a/.travis/create_release.sh +++ b/.travis/create_release.sh @@ -11,10 +11,6 @@ sed -i '/CYGWIN\*) cygwin=true/c\ CYGWIN*|MINGW*) cygwin=true ;;' target/appass mkdir dist mv target/appassembler utPLSQL-cli -# Remove Oracle libraries du to licensing problems -rm -f utPLSQL-cli/lib/ucp*.jar -rm -f utPLSQL-cli/lib/ojdbc8*.jar -rm -f utPLSQL-cli/lib/orai18n*.jar zip -r -q dist/utPLSQL-cli-${TRAVIS_BRANCH}-${VERSION}.zip utPLSQL-cli zip -r -q utPLSQL-cli.zip utPLSQL-cli From fa5eecbe438ca182b1ece64501bd8d65289a2911 Mon Sep 17 00:00:00 2001 From: pesse Date: Mon, 21 Oct 2019 23:52:02 +0200 Subject: [PATCH 2/3] Slightly improve documentation --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index dcfbae0..1368172 100644 --- a/README.md +++ b/README.md @@ -9,9 +9,10 @@ Java command-line client for [utPLSQL v3](https://github.com/utPLSQL/utPLSQL/). Provides an easy way of invoking utPLSQL from command-line. Main features: * Ability to run tests with multiple reporters simultaneously. +* Realtime reporting during test-run * Ability to save output from every individual reporter to a separate output file. * Allows execution of selected suites, subset of suite. -* Maps project and test files to database objects for reporting purposes. (Coming Soon) +* Maps project and test files to database objects for reporting purposes. ## Downloading @@ -21,7 +22,7 @@ You can also download all development versions from [Bintray](https://bintray.co ## Requirements -* [Java SE Runtime Environment 8](http://www.oracle.com/technetwork/java/javase/downloads/jre8-downloads-2133155.html) +* [Java SE Runtime Environment 8](http://www.oracle.com/technetwork/java/javase/downloads/jre8-downloads-2133155.html) or newer * When using reporters for Sonar or Coveralls client needs to be invoked from project's root directory. ## Compatibility From 0104c97d22499210adc8dec64b9c061ddf716247 Mon Sep 17 00:00:00 2001 From: pesse Date: Tue, 22 Oct 2019 21:26:54 +0200 Subject: [PATCH 3/3] Use 3.1.8 java-api --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 8e4289b..f05df21 100644 --- a/pom.xml +++ b/pom.xml @@ -23,7 +23,7 @@ org.utplsql java-api - 3.1.8-SNAPSHOT + 3.1.8 compile