FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

Update compiler release to Java 17 by jgebal · Pull Request #229 · utPLSQL/utPLSQL-cli · GitHub

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension .md  (1) .xml  (1) .yml  (3) All 3 file types selected
Only manifest files
Viewed files
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Unified
Split
Hide whitespace
Diff view
Unified
Split
Hide whitespace
23 changes: 4 additions & 19 deletions .github/workflows/api-snapshot-check.yml
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,6 @@ jobs:
UTPLSQL_VERSION: develop
UTPLSQL_FILE: utPLSQL
DB_URL: "//localhost:1521/FREEPDB1"
DB_USER: APP
DB_PASS: APP

services:
oracle:
Expand All @@ -47,10 +45,11 @@ jobs:
with:
fetch-depth: 0

- uses: actions/setup-java@v5
- name: Set up JDK
uses: actions/setup-java@v5
with:
distribution: 'adopt'
java-version: '17'
distribution: 'temurin'
java-version: '21'

- name: Install utplsql
run: .github/scripts/install_utplsql.sh
Expand All @@ -62,17 +61,3 @@ jobs:
run: |
API_VERSION="${{ github.event.client_payload.api_version || inputs.api_version }}"
mvn verify appassembler:assemble -Dutplsql-java-api.version="$API_VERSION"

slack-workflow-status:
if: always()
name: Post Workflow Status To Slack
needs: [ build ]
runs-on: ubuntu-latest
steps:
- name: Slack Workflow Notification
uses: Gamesight/slack-workflow-status@master
with:
repo_token: ${{secrets.GITHUB_TOKEN}}
slack_webhook_url: ${{secrets.SLACK_WEBHOOK_URL}}
name: 'Github Actions[bot]'
icon_url: 'https://octodex.github.com/images/mona-the-rivetertocat.png'
28 changes: 6 additions & 22 deletions .github/workflows/build.yml
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@ on:

workflow_dispatch:

repository_dispatch:
types: [utPLSQL-build,utPLSQL-java-api-build]

defaults:
run:
Expand All @@ -25,22 +23,20 @@ jobs:
UTPLSQL_FILE: ${{matrix.utplsql_file}}
DB_URL: "//localhost:1521/FREEPDB1"
DB_USER: APP
DB_PASS: APP
DB_PASS: pass

strategy:
fail-fast: false
matrix:
utplsql_version: ["v3.2.01","develop"]
utplsql_file: ["utPLSQL"]
jdk: ['11', '17', '21', '25']
jdk: ['17', '21', '25']
services:
oracle:
image: gvenzl/oracle-free:23-slim-faststart
env:
ORACLE_PASSWORD: oracle
DB_URL: "//localhost:1521/FREEPDB1"
DB_USER: APP
DB_PASS: pass
ports:
- 1521:1521
options: >-
Expand All @@ -54,9 +50,11 @@ jobs:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: actions/setup-java@v5

- name: Set up JDK
uses: actions/setup-java@v5
with:
distribution: 'adopt'
distribution: 'temurin'
java-version: ${{matrix.jdk}}

- name: Install utplsql
Expand All @@ -67,17 +65,3 @@ jobs:

- name: Build and Test
run: mvn verify appassembler:assemble

slack-workflow-status:
if: always()
name: Post Workflow Status To Slack
needs: [ build ]
runs-on: ubuntu-latest
steps:
- name: Slack Workflow Notification
uses: Gamesight/slack-workflow-status@master
with:
repo_token: ${{secrets.GITHUB_TOKEN}}
slack_webhook_url: ${{secrets.SLACK_WEBHOOK_URL}}
name: 'Github Actions[bot]'
icon_url: 'https://octodex.github.com/images/mona-the-rivetertocat.png'
22 changes: 5 additions & 17 deletions .github/workflows/release.yml
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,12 @@ jobs:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: actions/setup-java@v5

- name: Set up JDK
uses: actions/setup-java@v5
with:
distribution: 'adopt'
java-version: 8
distribution: 'temurin'
java-version: '21'

- name: Build Release
run: mvn package appassembler:assemble assembly:single checksum:files -DskipTests
Expand All @@ -31,17 +33,3 @@ jobs:
files: |
target/utPLSQL-cli.zip
target/utPLSQL-cli.zip.md5

slack-workflow-status:
if: always()
name: Post Workflow Status To Slack
needs: [ release ]
runs-on: ubuntu-latest
steps:
- name: Slack Workflow Notification
uses: Gamesight/slack-workflow-status@master
with:
repo_token: ${{secrets.GITHUB_TOKEN}}
slack_webhook_url: ${{secrets.SLACK_WEBHOOK_URL}}
name: 'Github Actions[bot]'
icon_url: 'https://octodex.github.com/images/mona-the-rivetertocat.png'
6 changes: 3 additions & 3 deletions README.md
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,12 @@ 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) or newer
* [Java SE Runtime Environment 17](https://www.oracle.com/java/technologies/downloads/) or newer
* When using reporters for Sonar or Coveralls client needs to be invoked from project's root directory.

## Compatibility
The latest CLI is always compatible with all database frameworks of the same major version.
For example CLI-3.1.0 is compatible with database framework 3.0.0-3.1.* but not with database framework 2.x.
The latest CLI is compatible with database frameworks of the same **minor** version.
For example CLI-3.2.0 is compatible with database framework 3.2.* but not necessarily with framework 3.1.* or 3.3.*

## Localization and NLS settings
utPLSQL-cli will use the environment variables "LC_ALL" or "LANG" to change the locale and therefore the client NLS settings.
Expand Down
6 changes: 4 additions & 2 deletions pom.xml
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,11 @@
<url>https://github.com/utPLSQL/utPLSQL-cli</url>

<properties>
<utplsql-java-api.version>3.2.3</utplsql-java-api.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<maven.compiler.release>11</maven.compiler.release>
<maven.compiler.release>17</maven.compiler.release>

<utplsql-java-api.version>3.2.3</utplsql-java-api.version>

<junit.jupiter.version>5.12.2</junit.jupiter.version>
<picocli.version>4.7.7</picocli.version>
<logback.version>1.5.18</logback.version>
Expand Down
Loading

Back | FazBrowse Home | New Git URL