You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
MyBatisRecorder fails to resolve the mapper XML files if a location is also a package name. This hit me when doing my first container build, where Quarkus generates some synthetic classes in a separate jar - pls see example below.
This could be addressed in documentation, using locations that don't clash with package names resolves the issue.
MyBatisRecorder fails to resolve the mapper XML files if a location is also a package name. This hit me when doing my first container build, where Quarkus generates some synthetic classes in a separate jar - pls see example below.
This could be addressed in documentation, using locations that don't clash with package names resolves the issue.
Configuration:
quarkus.mybatis.mapper-locations=com/acme/core/mapping,...
Where Quarkus should find the XML mapper file:
The text was updated successfully, but these errors were encountered: