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

Is it possible to register dtd resource files in quarkus-mybatis #148

Open
Xinmudotmoe opened this issue Dec 9, 2021 · 1 comment
Open

Comments

@Xinmudotmoe
Copy link

For example, under issue #85, when the server cannot access the Internet, it may still not work. I think the following two files can be registered by quarkus-mybatis to solve this problem.

  • org/apache/ibatis/builder/xml/mybatis-3-config.dtd
  • org/apache/ibatis/builder/xml/mybatis-3-mapper.dtd

The relevant code here is in org.apache.ibatis.builder.xml.XMLMapperEntityResolver . Maybe in the future, GraalVM can recognize and register it.

@zhfeng
Copy link
Collaborator

zhfeng commented Dec 9, 2021

Thanks @Xinmudotmoe and the contribution is welcome :)

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

No branches or pull requests

2 participants