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

🎨: building\java 中 Searcher 实现 Closeable 接口 #313

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

rongkuaiman
Copy link

经检查,项目的实际运行环境本身就在 1.8 以上

        <profile>
            <id>java8-doclint-disabled</id>
            <activation>
                <jdk>[1.8,)</jdk>
            </activation>
            <properties>
                <javadoc.opts>-Xdoclint:none</javadoc.opts>
            </properties>
        </profile>

故选择在原项目的基础上进行更改。
请注意:本次修改了子文件夹下的 ReadMe 示例,但尚无法更改其中的依赖版本。暂时建议使用原来的 ReadMe 以免造成误解,谢谢。

@Alixhan
Copy link

Alixhan commented Sep 11, 2023

作者合并一下这个PR, 这样就可以愉快的使用 try resource 自动close外部资源了~~

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.

None yet

3 participants