Skip to content

Commit 3b6cca8

Browse files
Merge pull request #171 from utPLSQL/feature/bump-dependencies
Feature/bump dependencies
2 parents 46a4425 + 6667a18 commit 3b6cca8

6 files changed

Lines changed: 107 additions & 119 deletions

File tree

README.md

Lines changed: 18 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22

33
## Introduction
44

5-
utPLSQL for SQL Developer extends Oracle's SQL Developer to
5+
utPLSQL for SQL Developer extends Oracle's SQL Developer to
66

77
* run utPLSQL unit tests
88
* debug utPLSQL unit tests
9-
* run utPLSQL code coverage reports
9+
* run utPLSQL code coverage reports
1010
* generate utPLSQL unit tests (skeletons)
1111
* provide utPLSQL annotations and expectations as snippets
1212

@@ -18,7 +18,7 @@ In the Connections window, select a connection or one or more packages or packag
1818

1919
### Debug utPLSQL test
2020

21-
Select the tests to debug, the same way you would if you were just running them, but select `Debug utPLSQL test...` in the context menu.
21+
Select the tests to debug, the same way you would if you were just running them, but select `Debug utPLSQL test...` in the context menu.
2222

2323
And then the PL/SQL Debugger is called for the generated, anonymous PL/SQL block.
2424

@@ -32,11 +32,11 @@ The initialization timeout for the realtime reporter is increased to 1 hour. The
3232

3333
In the Connections window, select a connection or one or more packages for a code coverage report.
3434

35-
In the dialog you can set some parameters. If you run code coverage for a few chosen packages or from the PL/SQL editor the objects to be included are determined according the object dependencies in the Oracle data dictionary.
35+
In the dialog you can set some parameters. If you run code coverage for a few chosen packages or from the PL/SQL editor the objects to be included are determined according the object dependencies in the Oracle data dictionary.
3636

3737
![Code coverage dialog](images/code_coverage_dialog.png)
3838

39-
Press `Run` to produce the code coverage process in the background. You may minimize or close the dialog. To abort the process, press `Cancel`.
39+
Press `Run` to produce the code coverage process in the background. You may minimize or close the dialog. To abort the process, press `Cancel`.
4040

4141
The HTML report is shown in your default browser.
4242

@@ -89,7 +89,7 @@ utPLSQL for SQL Developer implements the [OddgenGenerator2 interface](https://ww
8989
* run existing utPLSQL test suitepaths and test suites
9090
* bulk generate new utPLSQL unit tests into dedicated files
9191

92-
The use of [oddgen for SQL Developer](https://www.oddgen.org/) is optional.
92+
The use of [oddgen for SQL Developer](https://www.oddgen.org/) is optional.
9393

9494
#### Run utPLSQL test
9595

@@ -128,6 +128,7 @@ Binary releases are published [here](https://github.com/utPLSQL/utPLSQL-SQLDevel
128128
4. Use the ```Search Update Center``` option and select the ```salvis.com``` update center to install the lastest version of ```utPLSQL for SQL Developer```.
129129

130130
## Issues
131+
131132
Please file your bug reports, enhancement requests, questions and other support requests within [Github's issue tracker](https://help.github.com/articles/about-issues/).
132133

133134
* [Questions](https://github.com/utPLSQL/utPLSQL-SQLDeveloper/issues?q=is%3Aissue+label%3Aquestion)
@@ -142,23 +143,23 @@ Please file your bug reports, enhancement requests, questions and other support
142143
3. [Create a branch](https://help.github.com/articles/creating-and-deleting-branches-within-your-repository/), commit and publish your changes and enhancements
143144
4. [Create a pull request](https://help.github.com/articles/creating-a-pull-request/)
144145

145-
## How to Build
146146
## How to Build
147147

148-
1. [Download](http://www.oracle.com/technetwork/developer-tools/sql-developer/downloads/index.html) and install SQL Developer 21.4.3
149-
2. [Download](https://maven.apache.org/download.cgi) and install Apache Maven 3.8.6
150-
3. [Download](https://git-scm.com/downloads) and install a git command line client
151-
4. Clone the utPLSQL-SQLDeveloper repository
152-
5. Open a terminal window in the utPLSQL-SQLDeveloper root folder and type
148+
1. [Download](http://www.oracle.com/technetwork/developer-tools/sql-developer/downloads/index.html) and install SQL Developer 24.3.1
149+
2. Download and install a JDK 17 or newer
150+
3. [Download](https://maven.apache.org/download.cgi) and install Apache Maven 3.9.16
151+
4. [Download](https://git-scm.com/downloads) and install a git command line client
152+
5. Clone the utPLSQL-SQLDeveloper repository
153+
6. Open a terminal window in the utPLSQL-SQLDeveloper root folder and type
153154

154-
cd sqldev
155+
cd sqldev
155156

156-
6. Run maven build by the following command
157+
7. Run maven build by the following command
157158

158-
mvn -Dsqldev.basedir=/Applications/SQLDeveloper21.4.3.app/Contents/Resources/sqldeveloper -DskipTests=true clean package
159+
mvn -Dsqldev.basedir=/Applications/SQLDeveloper24.3.1.app/Contents/Resources/sqldeveloper -DskipTests=true clean package
159160

160-
Amend the parameter sqldev.basedir to match the path of your SQL Developer installation. This folder is used to reference Oracle jar files which are not available in public Maven repositories
161-
7. The resulting file ```utplsql_for_SQLDev_x.x.x-SNAPSHOT.zip``` in the ```target``` directory can be installed within SQL Developer
161+
Amend the parameter sqldev.basedir to match the path of your SQL Developer installation. This folder is used to reference Oracle jar files which are not available in public Maven repositories
162+
8. The resulting file ```utplsql_for_SQLDev_x.x.x-SNAPSHOT.zip``` in the ```target``` directory can be installed within SQL Developer
162163

163164
## License
164165

0 commit comments

Comments
 (0)