Skip to content
This repository was archived by the owner on Sep 16, 2024. It is now read-only.

App Deployer 4.3.2 #446

Merged
merged 9 commits into from
Apr 1, 2022
Merged

App Deployer 4.3.2 #446

merged 9 commits into from
Apr 1, 2022

Conversation

ryanjdew
Copy link
Contributor

@ryanjdew ryanjdew commented Apr 1, 2022

No description provided.

rjrudin and others added 9 commits September 3, 2021 11:35
"Isn't valid" = an existing ML database cannot be associated. Now logging a warning as throwing an exception proved to be too punitive for users.
- use try-with-resources for closeable objects
- use diamond operator for object construction
- use addAll() instead of iterating over every item and adding each one
- use Map.computeIfAbsent() to simplify
 - use StringBuilder instead of concatenating strings inside of a loop
 - use equalsIgnoreCase when comparing values without caring about case
442 Log warning instead of throwing error when database directory isn't associated to a real database
Apply various code quality fixes, remove unused imports, use diamond operator, try-with-resources, etc
@ryanjdew ryanjdew merged commit c3baa91 into master Apr 1, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants