Skip to content

Add support for setting any default JDBC option and setting default saved configurations#492

Merged
SanjulaGanepola merged 5 commits intomainfrom
feature/default-job-connection-properties
Jan 28, 2026
Merged

Add support for setting any default JDBC option and setting default saved configurations#492
SanjulaGanepola merged 5 commits intomainfrom
feature/default-job-connection-properties

Conversation

@SanjulaGanepola
Copy link
Member

Changes

  1. Adds support for setting any default JDBC option (except libraries) instead of just SQL Naming. There is also logic to migrate what users may have previously set in the old Job Naming Default setting. These default connection properties are not specific to any connection and will be used to spin up a job (if a connection has no default saved configuration - this is also a new feature explained further below). This addresses a customer reported issue (during the Code for IBM i Fridays) where you could not change any JDBC options unless you connected at least once (this is now possible).
    image
  2. Adds support for setting default saved configurations so whenever you connect, it will spin up a job with those configurations. This addresses Default Connection Settings #491
    image
    image
  3. When spinning up a job, it often felt like it wasn't doing anything unless you were looking at the status bar. I also added a progress bar to the view itself so users knows it's spinning up.
    image

Signed-off-by: Sanjula Ganepola <Sanjula.Ganepola@ibm.com>
Signed-off-by: Sanjula Ganepola <Sanjula.Ganepola@ibm.com>
Signed-off-by: Sanjula Ganepola <Sanjula.Ganepola@ibm.com>
Signed-off-by: Sanjula Ganepola <Sanjula.Ganepola@ibm.com>
@SanjulaGanepola SanjulaGanepola requested review from a team and forstie January 22, 2026 21:38
@SanjulaGanepola SanjulaGanepola linked an issue Jan 22, 2026 that may be closed by this pull request
@github-actions
Copy link

github-actions bot commented Jan 22, 2026

👋 A new build is available for this PR based on ef086a0.

Copy link
Collaborator

@forstie forstie left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Works like a champ!

Signed-off-by: Sanjula Ganepola <Sanjula.Ganepola@ibm.com>
@SanjulaGanepola SanjulaGanepola merged commit 84a3eea into main Jan 28, 2026
1 check passed
@SanjulaGanepola SanjulaGanepola mentioned this pull request Jan 28, 2026
9 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Default Connection Settings

2 participants