Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Refactor JDBC URL parsing to support different Oracle URLs #4476

Merged
merged 5 commits into from
Sep 23, 2021

Conversation

rnorth
Copy link
Member

@rnorth rnorth commented Sep 22, 2021

Credit belongs mainly to @justinwyer. Split out from #4382

  • Detect SID : or service name / in the supplied TC jdbc URL and honor this in the underlying JDBC URL.
  • Switched affected regex patterns to use named groups
  • Add tests for both SID and service name connections
  • Further tidying
  • Fix image tag extraction Tags containing any of the chars [t,h,i,n] would break

Justin Wyer and others added 4 commits September 22, 2021 17:20
…honor this in the underlying JDBC URL.

 - Switched affected regex patterns to use named groups
 - Add tests for both SID and service name connections
Tags containing any of the chars [t,h,i,n] would break
@kiview
Copy link
Member

kiview commented Sep 22, 2021

japicmp is faling on CI, but I don't see the change that leads to this. Can't check right now locally, because japicmp does not run on our Windows build.

@rnorth
Copy link
Member Author

rnorth commented Sep 22, 2021

Ergh; I'll fix - I removed an unused constant without realising that it's public 😞.

Copy link
Member

@kiview kiview left a comment

Choose a reason for hiding this comment

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

LGTM assuming CI is now green 🙂

@kiview kiview merged commit 8712457 into master Sep 23, 2021
@delete-merged-branch delete-merged-branch bot deleted the refactor-jdbc-url-parsing branch September 23, 2021 06:19
@kiview kiview changed the title Refactor JDBC URL parsing Refactor JDBC URL parsing to support different Oracle URLs Sep 23, 2021
@kiview kiview added this to the next milestone Sep 23, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants