Skip to content

Commit 73fa296

Browse files
moving to next version (#235)
1 parent 51bb289 commit 73fa296

File tree

5 files changed

+10
-4
lines changed

5 files changed

+10
-4
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,9 @@ samples/quickstart/app/target/maven-status
2424
samples/quickstart/app/target/todo
2525
# Quickstart local domain directory
2626
samples/quickstart/todolist_domain
27+
# Quickstart developer env file
28+
samples/quickstart/setQuickstartDevEnv.sh
29+
samples/quickstart/setQuickstartDevEnv.ps1
2730

2831
# Visual Studio Code project files
2932
.vscode/*

documentation/1.5/content/release/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
+++
22
title = "Release Notes"
33
date = 2022-11-03T12:48:00-05:00
4-
weight = 92
4+
weight = 91
55
pre = "<b> </b>"
66
+++
77

electron/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

electron/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "wktui",
33
"productName": "WebLogic Kubernetes Toolkit UI",
4-
"version": "1.5.2",
4+
"version": "1.5.3",
55
"description": "WebLogic Kubernetes Toolkit UI",
66
"copyright": "Copyright (c) 2021, 2023, Oracle and/or its affiliates.",
77
"homepage": "https://github.com/oracle/weblogic-toolkit-ui",

samples/quickstart/scripts/local-domain/model.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,9 @@ resources:
3535
DriverName: com.mysql.cj.jdbc.Driver
3636
URL: 'jdbc:mysql://localhost:3306/tododb'
3737
PasswordEncrypted: welcome1
38+
JDBCConnectionPoolParams:
39+
TestConnectionsOnReserve: true
40+
TestTableName: ToDos
3841
JDBCDataSourceParams:
3942
JNDIName: [
4043
jdbc/ToDoDB

0 commit comments

Comments
 (0)