Skip to content

Releases: utPLSQL/utPLSQL-maven-plugin

3.2.0

Choose a tag to compare

@github-actions github-actions released this 28 Apr 17:52

What's Changed

  • Fix typo in README.md. by @pigelvy in #75
  • Bump org.codehaus.plexus:plexus-utils from 3.1.0 to 3.6.1 by @dependabot[bot] in #78
  • Sync develop with main branch by @jgebal in #79
  • Update plugin to Java 17 and latest utPLSQL-java-api by @jgebal in #80
  • Update utPLSQL-java-api to version 3.2.4

New Contributors

Full Changelog: 3.1.11...v3.2.0

3.1.10

Choose a tag to compare

@simasch simasch released this 10 Jun 07:32

Enhancements

  • #70 utPLSQL-maven-plugin cannot configure new ora-stuck-timeout

3.1.9

Choose a tag to compare

@simasch simasch released this 14 Dec 16:48

Bugfixes

  • includeObject is now correctly processed to TestRunner #62

3.1.7

Choose a tag to compare

@simasch simasch released this 03 Dec 09:09

Bugfixes

  • excludeObject and includeObject didn't work for multiple comma separated values #62
  • Fixed wrong information in the example pom.xml #63
    • sourcesOwnerSubexpression and testOwnerSubexpression only allow numbers
    • dbPass instead of dbPassword in system properties example

3.1.6

Choose a tag to compare

@simasch simasch released this 27 Nov 09:59

Dependency clean up

3.1.5

Choose a tag to compare

@simasch simasch released this 20 Nov 09:31

Enhancements

  • Tests can be skipped by setting skipUtplsqlTests to true. #55
  • DBMS_OUTPUT can be enabled. #43

utPLSQL-maven-plugin v3.1.4

Choose a tag to compare

@viniciusam viniciusam released this 10 Apr 18:24
703824d

Changes

Added support for tags.
Added support for random tests execution order.

utPLSQL-maven-plugin v3.1.2

Choose a tag to compare

@viniciusam viniciusam released this 22 Dec 22:52
bcb5d7e

Compatibility

This version of utPLSQL-maven-plugin is compatible with all versions of utPLSQL from 3.0.0 to 3.1.x. We encourage you to always use the latest version of the plugin to communicate with a v3 core.

Prerequisites

Java SE Runtime Environment 8
Maven Version 3.5+

The plugin relies on the Java API for database operations, which has the OJDBC as a maven dependency. To be able to download the Oracle dependencies, you need to configure your access to Oracle's Maven Repository:

http://docs.oracle.com/middleware/1213/core/MAVEN/config_maven_repo.htm#MAVEN9010

Sections 6.1 and 6.5 are the more important ones, and the only ones you need if you're using the latest Maven version.

Changes

  • Fix stack trace showing on tests failure.

utPLSQL-maven-plugin v3.1.0

Choose a tag to compare

@viniciusam viniciusam released this 21 Oct 23:12

Compatibility

This version of utPLSQL-maven-plugin is compatible with all versions of utPLSQL from 3.0.0 to 3.1.2. We encourage you to always use the latest version of the plugin to communicate with a v3 core.

Prerequisites

Java SE Runtime Environment 8
Maven Version 3.5+

The plugin relies on the Java API for database operations, which has the OJDBC as a maven dependency. To be able to download the Oracle dependencies, you need to configure your access to Oracle's Maven Repository:

http://docs.oracle.com/middleware/1213/core/MAVEN/config_maven_repo.htm#MAVEN9010

Sections 6.1 and 6.5 are the more important ones, and the only ones you need if you're using the latest Maven version.

Changes

This is the first release of utPLSQL-maven-plugin, usage example can be found at:
https://github.com/utPLSQL/utPLSQL-maven-plugin#usage