Skip to content

Commit 83e3208

Browse files
author
Samuel Nitsche
committed
Release-notes for utPLSQL-cli 3.1.7
1 parent ce33273 commit 83e3208

1 file changed

Lines changed: 28 additions & 0 deletions

File tree

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
---
2+
layout: post
3+
title: "utPLSQL-cli v3.1.6 released"
4+
date: 2019-07-12 15:00:00 +0000
5+
categories: cli
6+
---
7+
8+
9+
# Changes in release 3.1.7
10+
11+
## New Features
12+
* CLI is now runnable from Java 8-12 (and probably also upcoming versions)
13+
* CLI now uses Picocli instead of JCommander. __This might have some impact on how parameters are interpreted__, for example on windows machines when you define `-f=ut_documentation_reporter -o="output.txt"` you will have to enclose the "output.txt" part as shown
14+
* Support for [Tags](https://github.com/utPLSQL/utPLSQL/blob/v3.1.7/docs/userguide/annotations.md#tags) via `--tags=tag1[,tag2[,tag3]]`parameter ([#157](https://github.com/utPLSQL/utPLSQL-cli/issues/157))
15+
* Support for [random order](https://github.com/utPLSQL/utPLSQL/blob/v3.1.7/docs/userguide/running-unit-tests.md#random-order) of test execution via `-r`/`--random-test-order` and `-seed`/`--random-test-order-seed` ([#139](https://github.com/utPLSQL/utPLSQL-cli/issues/139))
16+
* Ability to enable DBMS_OUTPUT from cli via `-D`/`--dbms_output` ([#137](https://github.com/utPLSQL/utPLSQL-cli/issues/137))
17+
18+
## Enhancements
19+
* Completely removed HikariCP ([#158](https://github.com/utPLSQL/utPLSQL-cli/issues/158))
20+
* A warning is shown if `orai18n.jar` is not on the classpath. This is highly recommended due to some strange behaviour of the jdbc-driver otherwise ([#146](https://github.com/utPLSQL/utPLSQL-cli/issues/146), [#153](https://github.com/utPLSQL/utPLSQL-cli/issues/153))
21+
22+
## Bugfixes
23+
* Type mapping (`-type_mapping`) parameter is now interpreted correctly ([#143](https://github.com/utPLSQL/utPLSQL-cli/issues/143))
24+
25+
## Internal enhancements
26+
* Improvement of tests
27+
* Refactoring towards immutability
28+
* Added some more debug information

0 commit comments

Comments
 (0)