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

major: reworked DatabaseManager logic #173

Merged
merged 1 commit into from
Jun 10, 2024

Conversation

reinhapa
Copy link
Contributor

  • Method DatabaseManager::getCollection changed signature to take URI and connection properties only.
  • DatabaseManager::registerDatabase and DatabaseManager::deregisterDatabase check for existing registered Database using the equals method,
  • No longer strip xmldb: prefix when accessing the Database::acceptsURI and Database::getCollection.

- Method DatabaseManager::getCollection changed signature to take URI and
  connection properties only.
- DatabaseManager::registerDatabase and DatabaseManager::deregisterDatabase
  check for existing registered Database using the equals method,
- No longer strip `xmldb:` prefix when accessing the Database::acceptsURI
  and Database::getCollection.

Signed-off-by: Patrick Reinhart <patrick@reini.net>
@reinhapa reinhapa added enhancement New feature or request java Pull requests that update Java code labels Jun 10, 2024
@reinhapa reinhapa self-assigned this Jun 10, 2024
@reinhapa reinhapa merged commit 6a83dd0 into xmldb-org:master Jun 10, 2024
1 check passed
@reinhapa reinhapa deleted the xmldb-api-new branch June 10, 2024 19:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request java Pull requests that update Java code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant