-
Notifications
You must be signed in to change notification settings - Fork 37
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
File handle leak accessing performanceTuning.properties #255
Comments
reckart
added a commit
that referenced
this issue
Oct 14, 2022
- Wrap access with try-with-resources
reckart
added a commit
that referenced
this issue
Oct 14, 2022
…sing-performanceTuning.properties Issue #255: File handle leak accessing performanceTuning.properties
reckart
added a commit
that referenced
this issue
Oct 14, 2022
…sing-performanceTuning.properties Issue #255: File handle leak accessing performanceTuning.properties (main)
reckart
added a commit
that referenced
this issue
Jan 11, 2023
…ipse-plugins-during-release-builds * main: (94 commits) No issue: Remove Jira line from PR template - we do not use Jira anymore. #270 - Update dependencies #270 - Update dependencies #267 - UIMA Log4jLogger_impl not compatible with log4j 2.18.0+ No issue. Adjust jira legacy module version. [maven-release-plugin] prepare for next development iteration [maven-release-plugin] prepare release uimaj-3.3.1 Issue #258: Apache UIMA Java SDK 3.3.1 release Issue #258: Apache UIMA Java SDK 3.3.1 release Issue #258: Apache UIMA Java SDK 3.3.1 release Issue #260: Issues-fixed report for GitHub and Jira Issue #258: Apache UIMA Java SDK 3.3.1 release Issue #258: Apache UIMA Java SDK 3.3.1 release Issue #258: Apache UIMA Java SDK 3.3.1 release Issue #255: File handle leak accessing performanceTuning.properties Issue #252: Potential failure to look up FsGenerator3 in OSGI-like contexts Issue #225: Improve deployment in OSGi environments Issue #226: Provide SPI interfaces to locate descriptors and JCas classes Issue #226: Provide SPI interfaces to locate descriptors and JCas classes Issue #247 - RelativePathResolver should consider TCCL ... % Conflicts: % uimaj-parent/pom.xml
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
There appears to be a file handle leak when accessing
performanceTuning.properties
.To Reproduce
Use the file leak detector when running some test.
Expected behavior
All opened resources should be closed.
Screenshots
Please complete the following information:
The text was updated successfully, but these errors were encountered: