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

[WFLY-15480] Refactor resource closing (appclient) #14791

Closed

Conversation

boris-unckel
Copy link
Contributor

@github-actions github-actions bot added the deps-ok Dependencies have been checked, and there are no significant changes label Oct 13, 2021
@bstansberry
Copy link
Contributor

Hi @boris-unckel

Thanks for this but I have concerns about this overall project, here and in WildFly Core. I think we need to separate actual bugs from efforts at code reuse and very much limit the latter, as it in turn brings risks of bugs.

Any place where there is a new dependency being added in order to allow code reuse, that's questionable. If the dependency is coming from a different codebase that's unlikely to be acceptable. XNIO for example is not a utility library.

@boris-unckel
Copy link
Contributor Author

@bstansberry thanks for your feedback. If I understand it correctly, XNIO (even as existing transitive dependency) must not be used for this purpose. A different utility like VFSUtils or the StreamUtils, even as existing dependency and in use, would not help because the refactoring is too risky.
In short this means I shall withdraw the series, correct?

@boris-unckel
Copy link
Contributor Author

The proposed change series contains XNIO as dependency not wanted for this utility purpose and the overall value/risk ratio is too low. See PR14791 It's therefore withdrawn.

@boris-unckel boris-unckel deleted the WFLY-15480_ref_close_appclient branch October 15, 2021 14:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
deps-ok Dependencies have been checked, and there are no significant changes
Projects
None yet
2 participants