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

dbeaver/dbeaver-infra#152 do not crash the app if a manifest file isn't found #6

Merged
merged 1 commit into from
Jan 14, 2025

Conversation

n5a5
Copy link
Contributor

@n5a5 n5a5 commented Jan 13, 2025

No description provided.

} catch (IOException e) {
throw new RuntimeException(e);
log.warn("couldn't extract bundle info for " + pluginJarOrFolder, e);
Copy link
Member

Choose a reason for hiding this comment

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

Suggested change
log.warn("couldn't extract bundle info for " + pluginJarOrFolder, e);
log.warn("Couldn't extract bundle info for " + pluginJarOrFolder, e);

@Destrolaric Destrolaric merged commit 712b02e into devel Jan 14, 2025
2 checks passed
@n5a5 n5a5 deleted the dbeaver/dbeaver-infra#152-bundle-info-resolution branch January 14, 2025 12:16
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.

3 participants