We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e411109 commit 1dbb751Copy full SHA for 1dbb751
hibernate-scan-jandex/src/main/java/org/hibernate/archive/scan/spi/AbstractScannerImpl.java
@@ -77,16 +77,6 @@ private ArchiveDescriptor buildArchiveDescriptor(
77
return descriptor;
78
}
79
80
- /**
81
- * Handle <jar-file/> references from a persistence.xml file.
82
- *
83
- * JPA allows for to be specific
84
- * @return The resolved non-root URL
85
- */
86
- protected URL resolveNonRootUrl(URL url) {
87
- return null;
88
- }
89
-
90
// This needs to be protected and attributes/constructor visible in case
91
// a custom scanner needs to override validateReuse.
92
protected static class ArchiveDescriptorInfo {
0 commit comments