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
@SteveFeldman , No I didn't submit any PR. But we looked to add the flyway osgi scanner, which worked after some tries. But my changes are a bit to specific for my problem to be a good general fix.
There is no "bundle" location scanner, only a FileSystemClassPathLocationScanner and JarFileClassPathLocationScanner.
Proposal create a bundle location scanner.
Update ClassPathScanner.java, method createLocationScanner:
if("bundle".equals(protocol)){ ...
Creating a patch for submission
The text was updated successfully, but these errors were encountered: