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

Missing OSGi bundle LocationScanner #10

Open
AVP505 opened this issue Jan 20, 2016 · 2 comments
Open

Missing OSGi bundle LocationScanner #10

AVP505 opened this issue Jan 20, 2016 · 2 comments

Comments

@AVP505
Copy link

AVP505 commented Jan 20, 2016

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

@SteveFeldman
Copy link

Just doing a little housekeeping on our open issues. Did you ever submit a PR @AVP505?

@AVP505
Copy link
Author

AVP505 commented Feb 25, 2016

@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.

Flyway Osgi scanner:
https://github.com/flyway/flyway/blob/54181cca3f3be603b8bc75769748198121abeb93/flyway-core/src/main/java/org/flywaydb/core/internal/util/scanner/classpath/OsgiClassPathLocationScanner.java

rintcius pushed a commit to rintcius/cassandra-migration that referenced this issue Sep 28, 2016
…/refactor_keyspace_and_cluster_class

Chore - Refactor keyspace and cluster class
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